summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in the !__GNUC__ case and remove an obsolete comment.das2004-02-161-3/+1
* Fix some aliasing problems.das2004-02-166-52/+94
* Add forgotten IEEE functions. The Perl 5.8 port now compiles.grehan2004-02-129-2/+428
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-103-6/+0
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-102-5/+1
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-103-4/+0
* Rewrite fabs.S to use pure SSE2 operations. I got the clues how to dopeter2004-02-081-10/+35
* Update the documentation for setpgrp(2) to reflect the access controldas2004-02-081-7/+21
* Document the SF_NODISKIO flag, and fix a small typo.silby2004-02-081-2/+10
* Unbreak world.ru2004-02-071-2/+2
* getnetbyname fixes:dds2004-02-071-22/+67
* Prevent memory leak on sem_destroy() by destroying the semaphore'sdeischen2004-02-061-1/+4
* Only allow the semaphore to be taken when the value is positive.deischen2004-02-061-2/+1
* Correct check for invalid semaphore on sem_destroy() (s/==/!=/).deischen2004-02-051-1/+1
* Correct the weak reference for sem_unlink.deischen2004-02-051-1/+1
* Allow libc's version of sem_trywait() to work for non-pshared mutexes.deischen2004-02-041-2/+17
* Modify the implementation of libc semaphores so that they can bedeischen2004-02-031-146/+132
* Merge vfscanf.c,v 1.35.das2004-01-311-4/+10
* Fix the handling of negative hexadecimal numbers in integer formats.das2004-01-311-3/+9
* LC_ALL not always take priority over other LC_*ache2004-01-311-22/+35
* Add reference to environ(7)ache2004-01-291-1/+2
* Xref kqueue and polleivind2004-01-261-0/+2
* Xref kqueueeivind2004-01-261-0/+1
* Describe EOVERFLOW caseache2004-01-251-0/+9
* When writing/reading longs use explicit 32bit temporary values.mbr2004-01-241-3/+4
* Merge vfprintf.c, v1.61 and 1.62. For compatibility with __hdtoa()das2004-01-231-19/+25
* Include <stdlib.h> to get abort() prototype.grehan2004-01-211-0/+2
* Updated manh shift constant type to 'ULL' for PPC to fixgrehan2004-01-211-1/+1
* Discard the first 1024 bytes of output as suggested bydas2004-01-201-1/+13
* Use 'uint32_t' instead of 'long' when a 32-bit integer is intended.das2004-01-201-31/+32
* Simplify mpool_get() and mpool_write() by using pread() and pwrite()das2004-01-201-6/+3
* libc is now WARNS=2 clean with the exception of the gdtoa bits (whichnectar2004-01-191-1/+1
* Add prototypes for the three syscall stubs that are invoked here,nectar2004-01-191-0/+4
* add cross-reference to clock_gettime(2)phk2004-01-191-0/+1
* Bring the *printf(3) documentation up to date with the code:das2004-01-191-37/+24
* add missing endusershell() call. Original version was incorrect.charnier2004-01-181-1/+3
* Implement __hdtoa() and __hldtoa() and enable printf() support for %adas2004-01-183-6/+435
* Prototype __hdtoa() and __hldtoa().das2004-01-181-0/+2
* Fix some bugs affecting the %a and %A format specifiers. Sincedas2004-01-181-6/+16
* Add a delta accidentally omitted from the previous commit:das2004-01-181-0/+3
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of thedas2004-01-186-0/+18
* Fix a bug that caused long double subnormals to be printeddas2004-01-181-0/+3
* Backout revision 1.6, because some stub functions not in libc, anddavidxu2004-01-171-18/+2
* Enable cancellation point in sem_wait, it is required by POSIX.davidxu2004-01-171-2/+18
* Fixed style of previous commit.ru2004-01-151-3/+2
* The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.ru2004-01-142-6/+7
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.ru2004-01-149-366/+14
* 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
OpenPOWER on IntegriCloud