summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-0914-39/+14
* It was reported that when using nss_ldap, getgrent(3) would behaveJacques Vidrine2004-01-091-8/+15
* Adjust for brain outage that affected the previous commit.Jacques Vidrine2004-01-061-1/+1
* Add required headers.Jacques Vidrine2004-01-062-0/+4
* Add required headers and function declarations.Jacques Vidrine2004-01-062-0/+3
* Remove unused variables. Add required headers and functionJacques Vidrine2004-01-067-6/+12
* Use ANSI C function definition for `_mcount' and remove `static'Jacques Vidrine2004-01-061-2/+2
* Add missing declaration.Jacques Vidrine2004-01-061-0/+2
* Work around a `warning: zero-length printf format string'.Jacques Vidrine2004-01-061-1/+1
* Avoid undefined behavior:Jacques Vidrine2004-01-061-2/+2
* Make intentions explicit with additional parenthesis.Jacques Vidrine2004-01-062-8/+8
* Remove unused variables and function declarations. Add missing headers.Jacques Vidrine2004-01-065-8/+6
* Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak.Maxim Konovalov2003-12-291-0/+9
* Make sure we initialise dirp->dd_size if we aren't reading a unionfsDoug Rabson2003-12-261-0/+1
* Add restrict qualifiers. (docs)Alfred Perlstein2003-12-245-5/+5
* Properly advance "x/y/z" form slash-pointers in some rare casesAndrey A. Chernov2003-12-241-4/+4
* Back out previous commit due to incorrect content.Tom Rhodes2003-12-231-128/+62
* Document many of the missing posix.1b options.Tom Rhodes2003-12-231-62/+128
* Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendorAlexander Kabaev2003-12-192-13/+2
* Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendorAlexander Kabaev2003-12-191-7/+101
* First byte of GBK-like sequences is 0x81, not 0x80Andrey A. Chernov2003-12-191-1/+1
* Brucification: Don't initialize in declaration, make sure extra linesJordan K. Hubbard2003-12-182-2/+5
* Do comparison using appropriate casting first, as per SUSv3 (search for firstJordan K. Hubbard2003-12-172-2/+4
* Document the effect of sysctl tunables controlling p_candebug(9) onJoseph Koshy2003-12-141-1/+7
* Fixed English error in previous commit. Fixed some older English errors.Bruce Evans2003-12-111-6/+5
* Add reference to standards/55112 for next time SHLIB_MAJOR is bumped.Mike Heffner2003-12-101-0/+1
* Add sticky(8) cross reference.Diomidis Spinellis2003-12-101-1/+2
* - Put manh/manl bitfields into correct-sized integral type.Peter Grehan2003-12-101-5/+4
* Add a short description of the kse_switchin(2) syscall to the kseMarcel Moolenaar2003-12-102-2/+14
* Set __mbrtowc and __wcrtomb correctly when changing to the C/POSIX locale.Tim J. Robbins2003-12-081-0/+14
* Add support for timeout: and attempts: resolver options.Murray Stokely2003-12-071-0/+20
* Split multibyte(3) into separate manual pages for each function.Tim J. Robbins2003-12-077-145/+543
* Split the documentation for localeconv() off into a separate manual page.Tim J. Robbins2003-12-073-176/+232
* Fix prototype for getchar_unlocked().Tim J. Robbins2003-12-071-1/+1
* "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