summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use the new defines that include the trailing '\0' in the code.Hartmut Brandt2003-11-144-21/+27
* - Add documentation for EBUSY.Alan Cox2003-11-141-2/+4
* - Use the magic for ___sigreturn in __sigset.Jeff Roberson2003-11-141-3/+11
* Add an empty definition of the MIBS variable so that the makefile doesHartmut Brandt2003-11-131-0/+1
* Fix on sparc64.Maxim Sobolev2003-11-121-1/+1
* Bump the major version on libtuil. libutil now relies on the mac_*Robert Watson2003-11-121-1/+1
* Add a new configuration variable - nas_ipaddr, which if set allows toMaxim Sobolev2003-11-122-8/+47
* The partition naming on ia64 (e.g. da0p1) cannot be selected basedMarcel Moolenaar2003-11-121-0/+4
* The snmp_netgraph module depends on libnetgraph. So add a dependency andHartmut Brandt2003-11-122-3/+7
* Use __sfvwrite() instead of __sputc() via __fputwc() to write to fakeTim J. Robbins2003-11-121-1/+30
* - Markup fix-ups (add .Dq, and some hard line breaks at the endKen Smith2003-11-111-4/+10
* - Add a note about how jail(2) effects the securelevel.Ken Smith2003-11-111-0/+6
* Add information about the EVFILT_NETDEV filterChristian Brueffer2003-11-111-0/+24
* Fix a typo that caused mbrtowc() to always return 0.Tim J. Robbins2003-11-111-1/+1
* Add a section documenting the sysctl(8) tunables that influence theJoseph Koshy2003-11-111-2/+15
* Improve the performance of radixsort() whenTim Kientzle2003-11-111-0/+11
* Have utrace(2) return ENOMEM if malloc() fails. Document this errorJoseph Koshy2003-11-111-4/+6
* Fix few typosMaksim Yevmenkin2003-11-111-1/+1
* Remove ',' accidentally added after ".Xr fork 2".Guy Helmer2003-11-101-1/+1
* Prevent abnormal termination of a child daemon process when createdGuy Helmer2003-11-102-3/+35
* Fix the build by adjusting the include directives. The problem wasHartmut Brandt2003-11-102-4/+6
* Link libbsnmp to the build.Hartmut Brandt2003-11-101-1/+1
* Add build infrastructure for libbsnmp and the modules. Add theHartmut Brandt2003-11-1020-0/+3216
* Document EINVAL for len == 0.Dag-Erling Smørgrav2003-11-101-1/+1
* Document KTR_DROP.Joseph Koshy2003-11-101-0/+9
* If a thread in critical region got a synchronous signal, according currentDavid Xu2003-11-092-0/+4
* Use THR lock instead of KSE lock to avoid scheduler be blocked in spinlock.David Xu2003-11-082-34/+32
* Virtual addresses in headers of ELF files for dynamic objects needMarcel Moolenaar2003-11-081-6/+9
* Add one more cross-reference to gb2312(5).Tim J. Robbins2003-11-081-0/+1
* Add cross-references to new gb2312(5) manual page.Tim J. Robbins2003-11-082-0/+2
* Add a fairly simple manual page for the new GB2312 encoding.Tim J. Robbins2003-11-082-1/+58
* Remove unused #includes.Tim J. Robbins2003-11-085-11/+0
* Use __inline instead of inline.Tim J. Robbins2003-11-081-1/+1
* Refer to wide characters instead of runes. Remove redundant example locale.Tim J. Robbins2003-11-082-246/+36
* Refer to wide characters instead of runes.Tim J. Robbins2003-11-082-4/+6
* Build the layer 3 (signalling) stuff into the library and installHartmut Brandt2003-11-071-3/+9
* Rephrase .Nd description to contain the keyTim Kientzle2003-11-061-1/+1
* Add gb2312 encoding.David Xu2003-11-053-1/+120
* style(9)Daniel Eischen2003-11-052-80/+106
* Don't declare the malloc lock; use the declaration provided in libc.Daniel Eischen2003-11-052-2/+12
* Remove #include of spinlock.h from libc_private.h. Declare spinlocks asDaniel Eischen2003-11-052-5/+4
* - plug memory leak.Hajimu UMEMOTO2003-11-056-110/+150
* Pass NULL instead of a pointer to a zeroed mbstate_t object.Tim J. Robbins2003-11-056-37/+17
* Pass NULL instead of a pointer to a zeroed mbstate_t object.Tim J. Robbins2003-11-052-10/+4
* Implement mbrtowc() and wcrtomb() directly (sync with big5.c).Tim J. Robbins2003-11-051-53/+50
* Add pthread_atfork() source code. Dan forgot to commit this file.David Xu2003-11-052-0/+112
* Add an implementation for pthread_atfork().Daniel Eischen2003-11-0411-12/+144
* Add the ability to reinitialize libpthread's internal FIFO-queueingDaniel Eischen2003-11-044-30/+114
* Add the ability to reinitialize a spinlock (libc/libpthreadDaniel Eischen2003-11-042-24/+34
* s/foo()/foo(void)/Daniel Eischen2003-11-042-4/+6