summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Translate from GNU C to ISO C.des2004-01-144-4/+4
* Add and document ffsl(), fls() and flsl().des2004-01-137-12/+201
* Kill whitespace at end of lines.nectar2004-01-121-9/+9
* Fix a bug that could result in a null pointer dereference innectar2004-01-121-1/+1
* XDR sources are handled by ../xdr/Makefile.inc.ru2004-01-111-4/+0
* Replaced an ugly hack to selectively disable warningsru2004-01-112-3/+3
* Add an ulgy hack so that warnings added by non-zero WARNS values won't beobrien2004-01-101-0/+3
* Clarify the behavior of ptrace(2) a little bit: the tracing processrwatson2004-01-101-0/+24
* We need to discard `const'ness explicitly when invoking sysarch.nectar2004-01-101-1/+1
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-0914-39/+14
* It was reported that when using nss_ldap, getgrent(3) would behavenectar2004-01-091-8/+15
* Adjust for brain outage that affected the previous commit.nectar2004-01-061-1/+1
* Add required headers.nectar2004-01-062-0/+4
* Add required headers and function declarations.nectar2004-01-062-0/+3
* Remove unused variables. Add required headers and functionnectar2004-01-067-6/+12
* Use ANSI C function definition for `_mcount' and remove `static'nectar2004-01-061-2/+2
* Add missing declaration.nectar2004-01-061-0/+2
* Work around a `warning: zero-length printf format string'.nectar2004-01-061-1/+1
* Avoid undefined behavior:nectar2004-01-061-2/+2
* Make intentions explicit with additional parenthesis.nectar2004-01-062-8/+8
* Remove unused variables and function declarations. Add missing headers.nectar2004-01-065-8/+6
* Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak.maxim2003-12-291-0/+9
* Make sure we initialise dirp->dd_size if we aren't reading a unionfsdfr2003-12-261-0/+1
* Add restrict qualifiers. (docs)alfred2003-12-245-5/+5
* Properly advance "x/y/z" form slash-pointers in some rare casesache2003-12-241-4/+4
* Back out previous commit due to incorrect content.trhodes2003-12-231-128/+62
* Document many of the missing posix.1b options.trhodes2003-12-231-62/+128
* Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendorkan2003-12-192-13/+2
* 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
OpenPOWER on IntegriCloud