summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use __sfvwrite() instead of __sputc() via __fputwc() to write to faketjr2003-11-121-1/+30
* - Markup fix-ups (add .Dq, and some hard line breaks at the endkensmith2003-11-111-4/+10
* - Add a note about how jail(2) effects the securelevel.kensmith2003-11-111-0/+6
* Add information about the EVFILT_NETDEV filterbrueffer2003-11-111-0/+24
* Fix a typo that caused mbrtowc() to always return 0.tjr2003-11-111-1/+1
* Add a section documenting the sysctl(8) tunables that influence thejkoshy2003-11-111-2/+15
* Improve the performance of radixsort() whenkientzle2003-11-111-0/+11
* Have utrace(2) return ENOMEM if malloc() fails. Document this errorjkoshy2003-11-111-4/+6
* Fix few typosemax2003-11-111-1/+1
* Remove ',' accidentally added after ".Xr fork 2".ghelmer2003-11-101-1/+1
* Prevent abnormal termination of a child daemon process when createdghelmer2003-11-102-3/+35
* Fix the build by adjusting the include directives. The problem washarti2003-11-102-4/+6
* Link libbsnmp to the build.harti2003-11-101-1/+1
* Add build infrastructure for libbsnmp and the modules. Add theharti2003-11-1020-0/+3216
* Document EINVAL for len == 0.des2003-11-101-1/+1
* Document KTR_DROP.jkoshy2003-11-101-0/+9
* If a thread in critical region got a synchronous signal, according currentdavidxu2003-11-092-0/+4
* Use THR lock instead of KSE lock to avoid scheduler be blocked in spinlock.davidxu2003-11-082-34/+32
* Virtual addresses in headers of ELF files for dynamic objects needmarcel2003-11-081-6/+9
* Add one more cross-reference to gb2312(5).tjr2003-11-081-0/+1
* Add cross-references to new gb2312(5) manual page.tjr2003-11-082-0/+2
* Add a fairly simple manual page for the new GB2312 encoding.tjr2003-11-082-1/+58
* Remove unused #includes.tjr2003-11-085-11/+0
* Use __inline instead of inline.tjr2003-11-081-1/+1
* Refer to wide characters instead of runes. Remove redundant example locale.tjr2003-11-082-246/+36
* Refer to wide characters instead of runes.tjr2003-11-082-4/+6
* Build the layer 3 (signalling) stuff into the library and installharti2003-11-071-3/+9
* Rephrase .Nd description to contain the keykientzle2003-11-061-1/+1
* Add gb2312 encoding.davidxu2003-11-053-1/+120
* style(9)deischen2003-11-052-80/+106
* Don't declare the malloc lock; use the declaration provided in libc.deischen2003-11-052-2/+12
* Remove #include of spinlock.h from libc_private.h. Declare spinlocks asdeischen2003-11-052-5/+4
* - plug memory leak.ume2003-11-056-110/+150
* Pass NULL instead of a pointer to a zeroed mbstate_t object.tjr2003-11-056-37/+17
* Pass NULL instead of a pointer to a zeroed mbstate_t object.tjr2003-11-052-10/+4
* Implement mbrtowc() and wcrtomb() directly (sync with big5.c).tjr2003-11-051-53/+50
* Add pthread_atfork() source code. Dan forgot to commit this file.davidxu2003-11-052-0/+112
* Add an implementation for pthread_atfork().deischen2003-11-0411-12/+144
* Add the ability to reinitialize libpthread's internal FIFO-queueingdeischen2003-11-044-30/+114
* Add the ability to reinitialize a spinlock (libc/libpthreaddeischen2003-11-042-24/+34
* s/foo()/foo(void)/deischen2003-11-042-4/+6
* Libpthread uses the convention that all of its (non-weak) symbolsdeischen2003-11-042-10/+22
* Add the ability to reinitialize a mutex (internally, not a userlanddeischen2003-11-042-14/+40
* Externalize malloc's spinlock so that a thread library can takedeischen2003-11-042-0/+9
* Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroedtjr2003-11-043-9/+3
* Add a reference to the new utrace(2) manual page.tjr2003-11-041-1/+2
* * Modify libpcap to work a bit better with our 802.11 code. This meansgreen2003-11-041-1/+3
* o Save a copy of the GPT entries for which there's a chunk with anmarcel2003-11-041-10/+55
* When printing ACLs, truncate user and group names if they're too long,rwatson2003-11-031-3/+5
* Build address handling, traffic descriptor handling, encoding and decodingharti2003-11-031-5/+12
OpenPOWER on IntegriCloud