summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendorkan2003-12-191-7/+101
* First byte of GBK-like sequences is 0x81, not 0x80ache2003-12-191-1/+1
* Brucification: Don't initialize in declaration, make sure extra linesjkh2003-12-182-2/+5
* Do comparison using appropriate casting first, as per SUSv3 (search for firstjkh2003-12-172-2/+4
* Document the effect of sysctl tunables controlling p_candebug(9) onjkoshy2003-12-141-1/+7
* Fixed English error in previous commit. Fixed some older English errors.bde2003-12-111-6/+5
* Add reference to standards/55112 for next time SHLIB_MAJOR is bumped.mikeh2003-12-101-0/+1
* Add sticky(8) cross reference.dds2003-12-101-1/+2
* - Put manh/manl bitfields into correct-sized integral type.grehan2003-12-101-5/+4
* Add a short description of the kse_switchin(2) syscall to the ksemarcel2003-12-102-2/+14
* Set __mbrtowc and __wcrtomb correctly when changing to the C/POSIX locale.tjr2003-12-081-0/+14
* Add support for timeout: and attempts: resolver options.murray2003-12-071-0/+20
* Split multibyte(3) into separate manual pages for each function.tjr2003-12-077-145/+543
* Split the documentation for localeconv() off into a separate manual page.tjr2003-12-073-176/+232
* Fix prototype for getchar_unlocked().tjr2003-12-071-1/+1
* "Fix" makecontext() so that the C code begins execution with itspeter2003-12-051-2/+6
* Fixed a bug in sendfile(2) where the sent data would be corrupted duedg2003-12-011-2/+6
* Do not adjust to the pagesize at runtime. Besides for the one-timemarcel2003-11-281-8/+2
* Replace out of date struct statfs definition with a reference to statfs(2).tjr2003-11-211-64/+3
* Fix problem where initgroups would silently truncate groups withdds2003-11-191-2/+7
* Documented missing EINVAL errno valuedds2003-11-191-0/+6
* Install the user trap handlers that libc provides from a constructor, sojake2003-11-181-0/+2
* Staticize label_default_head to prevent it from leaking out of mac.c.rwatson2003-11-171-1/+1
* Baby steps. Set WARNS=1 for libc.nectar2003-11-171-0/+1
* Detect range errors when using the %s specifier. Previously, LONG_MAXnectar2003-11-171-3/+10
* Update mac_set.3 to account for new behavior of mac_set_fd() in therwatson2003-11-161-5/+7
* Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET andrwatson2003-11-162-26/+43
* Memory allocated by mac_to_text() must be freed using free(3) notrwatson2003-11-161-2/+15
* Resync. struct statfs and flag definitions with sys/mount.h.tjr2003-11-161-22/+57
* Remove debugging printf that crept into the last commit.rwatson2003-11-151-1/+0
* /etc/mac.conf is implicitly read and parsed when the MAC configurationrwatson2003-11-151-20/+6
* Update cross references after utf2/euc move.tjr2003-11-1510-18/+18
* Remove section 4 versions of these manual pages, they have beentjr2003-11-152-232/+0
* Install the section 5 versions of EUC and UTF2 manual pages instead oftjr2003-11-151-2/+1
* Update the EUC and UTF2 manual pages for their new home in section 5.tjr2003-11-152-2/+2
* 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
OpenPOWER on IntegriCloud