summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Bring the NSS files up to HEAD to fix the problem with 3rd party modulesScott Long2004-01-251-8/+15
* MFC rev. 1.34: Set __mbrtowc and __wcrtomb correctly when changing toTim J. Robbins2003-12-111-0/+14
* Remove malloc debugging for the release.Scott Long2003-12-071-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-0712-2666/+0
* "Fix" makecontext() so that the C code begins execution with itsPeter Wemm2003-12-051-2/+6
* Fixed a bug in sendfile(2) where the sent data would be corrupted dueDavid Greenman2003-12-011-2/+6
* Do not adjust to the pagesize at runtime. Besides for the one-timeMarcel Moolenaar2003-11-281-8/+2
* Replace out of date struct statfs definition with a reference to statfs(2).Tim J. Robbins2003-11-211-64/+3
* Fix problem where initgroups would silently truncate groups withDiomidis Spinellis2003-11-191-2/+7
* Documented missing EINVAL errno valueDiomidis Spinellis2003-11-191-0/+6
* Install the user trap handlers that libc provides from a constructor, soJake Burkholder2003-11-181-0/+2
* Staticize label_default_head to prevent it from leaking out of mac.c.Robert Watson2003-11-171-1/+1
* Baby steps. Set WARNS=1 for libc.Jacques Vidrine2003-11-171-0/+1
* Detect range errors when using the %s specifier. Previously, LONG_MAXJacques Vidrine2003-11-171-3/+10
* Update mac_set.3 to account for new behavior of mac_set_fd() in theRobert Watson2003-11-161-5/+7
* Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET andRobert Watson2003-11-162-26/+43
* Memory allocated by mac_to_text() must be freed using free(3) notRobert Watson2003-11-161-2/+15
* Resync. struct statfs and flag definitions with sys/mount.h.Tim J. Robbins2003-11-161-22/+57
* Remove debugging printf that crept into the last commit.Robert Watson2003-11-151-1/+0
* /etc/mac.conf is implicitly read and parsed when the MAC configurationRobert Watson2003-11-151-20/+6
* Update cross references after utf2/euc move.Tim J. Robbins2003-11-1510-18/+18
* Remove section 4 versions of these manual pages, they have beenTim J. Robbins2003-11-152-232/+0
* Install the section 5 versions of EUC and UTF2 manual pages instead ofTim J. Robbins2003-11-151-2/+1
* Update the EUC and UTF2 manual pages for their new home in section 5.Tim J. Robbins2003-11-152-2/+2
* Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,Bruce M Simpson2003-11-143-2/+322
* u_int8_t cannot carry a number greater than 255.Hajimu UMEMOTO2003-11-141-3/+1
* - Add documentation for EBUSY.Alan Cox2003-11-141-2/+4
* - Use the magic for ___sigreturn in __sigset.Jeff Roberson2003-11-141-3/+11
* 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
* 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
* Document EINVAL for len == 0.Dag-Erling Smørgrav2003-11-101-1/+1
* Document KTR_DROP.Joseph Koshy2003-11-101-0/+9
* 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
* Rephrase .Nd description to contain the keyTim Kientzle2003-11-061-1/+1
* Add gb2312 encoding.David Xu2003-11-053-1/+120