summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,bms2003-11-143-2/+322
* u_int8_t cannot carry a number greater than 255.ume2003-11-141-3/+1
* - Add documentation for EBUSY.alc2003-11-141-2/+4
* - Use the magic for ___sigreturn in __sigset.jeff2003-11-141-3/+11
* 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
* 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
* Document EINVAL for len == 0.des2003-11-101-1/+1
* Document KTR_DROP.jkoshy2003-11-101-0/+9
* 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
* Rephrase .Nd description to contain the keykientzle2003-11-061-1/+1
* Add gb2312 encoding.davidxu2003-11-053-1/+120
* Remove #include of spinlock.h from libc_private.h. Declare spinlocks asdeischen2003-11-052-5/+4
* 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
* 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
* When printing ACLs, truncate user and group names if they're too long,rwatson2003-11-031-3/+5
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementtjr2003-11-024-254/+233
* Remove TODO comment about creating a macro version of towctrans().tjr2003-11-011-4/+0
* Fix a typo that caused the optimized single-byte locale path not to be taken.tjr2003-11-011-1/+1
* Add a manual page for the utrace() system call.tjr2003-11-012-1/+87
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead oftjr2003-11-017-50/+204
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.tjr2003-10-314-75/+25
* Implement fgetrune(), fungetrune() and fputrune() as wrappers aroundtjr2003-10-311-36/+8
* add destination address selection described in RFC3484.ume2003-10-301-7/+412
* Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree.phk2003-10-302-2/+3
* Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magicphk2003-10-302-2/+7
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelstjr2003-10-298-31/+4
* Make this part identical with NetBSD: Use recvlen instead of inlen.mbr2003-10-291-1/+1
* Don't compare NULL against a character.mbr2003-10-291-3/+3
* Don't use NULL to compare against a char.mbr2003-10-291-2/+2
* Don't use NULL to compare against a character.mbr2003-10-291-1/+1
* Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietlypeter2003-10-282-408/+1
OpenPOWER on IntegriCloud