aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Backout revision 1.6, because some stub functions not in libc, andDavid Xu2004-01-171-18/+2
* Enable cancellation point in sem_wait, it is required by POSIX.David Xu2004-01-171-2/+18
* Fixed style of previous commit.Ruslan Ermilov2004-01-151-3/+2
* The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.Ruslan Ermilov2004-01-142-6/+7
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.Ruslan Ermilov2004-01-149-366/+14
* Translate from GNU C to ISO C.Dag-Erling Smørgrav2004-01-144-4/+4
* Add and document ffsl(), fls() and flsl().Dag-Erling Smørgrav2004-01-137-12/+201
* Kill whitespace at end of lines.Jacques Vidrine2004-01-121-9/+9
* Fix a bug that could result in a null pointer dereference inJacques Vidrine2004-01-121-1/+1
* XDR sources are handled by ../xdr/Makefile.inc.Ruslan Ermilov2004-01-111-4/+0
* Replaced an ugly hack to selectively disable warningsRuslan Ermilov2004-01-112-3/+3
* Add an ulgy hack so that warnings added by non-zero WARNS values won't beDavid E. O'Brien2004-01-101-0/+3
* Clarify the behavior of ptrace(2) a little bit: the tracing processRobert Watson2004-01-101-0/+24
* We need to discard `const'ness explicitly when invoking sysarch.Jacques Vidrine2004-01-101-1/+1
* 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