summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Updated manh shift constant type to 'ULL' for PPC to fixPeter Grehan2004-01-211-1/+1
* Discard the first 1024 bytes of output as suggested byDavid Schultz2004-01-201-1/+13
* Use 'uint32_t' instead of 'long' when a 32-bit integer is intended.David Schultz2004-01-201-31/+32
* Simplify mpool_get() and mpool_write() by using pread() and pwrite()David Schultz2004-01-201-6/+3
* libc is now WARNS=2 clean with the exception of the gdtoa bits (whichJacques Vidrine2004-01-191-1/+1
* Add prototypes for the three syscall stubs that are invoked here,Jacques Vidrine2004-01-191-0/+4
* add cross-reference to clock_gettime(2)Poul-Henning Kamp2004-01-191-0/+1
* Bring the *printf(3) documentation up to date with the code:David Schultz2004-01-191-37/+24
* add missing endusershell() call. Original version was incorrect.Philippe Charnier2004-01-181-1/+3
* Implement __hdtoa() and __hldtoa() and enable printf() support for %aDavid Schultz2004-01-183-6/+435
* Prototype __hdtoa() and __hldtoa().David Schultz2004-01-181-0/+2
* Fix some bugs affecting the %a and %A format specifiers. SinceDavid Schultz2004-01-181-6/+16
* Add a delta accidentally omitted from the previous commit:David Schultz2004-01-181-0/+3
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of theDavid Schultz2004-01-186-0/+18
* Fix a bug that caused long double subnormals to be printedDavid Schultz2004-01-181-0/+3
* 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