summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud