summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Merge vfprintf.c revision 1.52.tjr2003-03-141-2/+2
* Kludge around a bug that results from printf() assuming thatdas2003-03-141-1/+1
* Unexpand RCS tag.tjr2003-03-141-1/+1
* In src/lib/libz/gzio.c the function gzprintf does not check if thejmz2003-03-141-7/+6
* Fix a bug in rwlock. When a rwlock was locked by reader threads, adavidxu2003-03-142-2/+2
* Catch up to p_tracep -> p_tracevp rename to unbreak world.jhb2003-03-131-1/+1
* Clean up the way gdtoa sources are found.obrien2003-03-132-8/+7
* Document return type of wordfree() (void). Reduce the space betweentjr2003-03-131-3/+4
* MFp4: Implementations of the wcstof() and wcstold() functions.tjr2003-03-134-10/+195
* MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'stjr2003-03-131-11/+10
* Document strtof() and strtold(). Update vendor license.das2003-03-121-32/+75
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-1220-10/+286
* Ditch a static global and the mutex that protected it. Achieve themtm2003-03-121-27/+18
* Document the fact that hdestory calls free on the keys added withdwmalone2003-03-121-5/+25
* Update sendfile.2 to include a TUNING section that documents theseanc2003-03-121-0/+38
* MFp4: Reduce code size by 26 bytes by only aligning the jump targets thattjr2003-03-121-10/+1
* MFp4: Make `spanp' const.tjr2003-03-121-3/+4
* MFp4: Pentium/Athlon-optimised implementation of wmemchr().tjr2003-03-122-1/+115
* Don't parse the proxy URL unless we're actually going to use it. No realdes2003-03-112-8/+16
* MFp4: Pentium-optimised implementation of wcscmp(). Performs significantlytjr2003-03-102-1/+80
* This module is not WARNS-clean, due to brokenness in OpenSSL headers.des2003-03-101-0/+1
* Somewhat better wording.des2003-03-101-8/+6
* Silence warning caused by OPIE brokenness.des2003-03-101-2/+3
* style.Makefile(5) policeobrien2003-03-0928-221/+223
* style.Makefile(5) police.obrien2003-03-091-31/+30
* MFp4: Add the standard "the {fgetws,fputws} function will fail if" texttjr2003-03-092-0/+6
* KerberosIV deorbit sequence continues: Look for K5 instead of KIVmarkm2003-03-081-2/+3
* KerberosIV de-orbit burn continues. Remove the KerberosIV PAM module.markm2003-03-087-454/+0
* Comment-only assistance to lint to kill warnings.markm2003-03-081-0/+4
* Clean up some signed/unsigned issues in the XDR code.nectar2003-03-073-12/+18
* Fix cut'n'paste errorphantom2003-03-052-2/+2
* Remove NS and ISO stuff.peter2003-03-057-737/+3
* Fix threaded applications on ia64 that are linked dynamicly. We didmarcel2003-03-052-3/+6
* Don't cast an int to a pointer type without (possibly) widening themarcel2003-03-051-1/+1
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforemarcel2003-03-051-2/+2
* Re-document unimplemented capabilities that were removed in the lastdas2003-03-051-0/+57
* MFlibc_r: add and document pthread_attr_get_np() function.phantom2003-03-036-0/+232
* Add and document support for a FETCH_BIND_ADDRESS environment variabledes2003-03-033-4/+37
* mdoc(7) police: Nits.ru2003-03-032-4/+4
* - Document the fact that we now use pam_passwdqc(8) to checkdas2003-03-031-58/+16
* Restore vendor ID.obrien2003-03-031-2/+2
* Use __FBSDID.obrien2003-03-0335-44/+85
* Fix a machine check abort caused by the EFI loader trying to open amarcel2003-03-032-2/+4
* mdoc(7) police: Nits.ru2003-03-021-7/+7
* Use a character device and ioctl() for communication between libncptjr2003-02-283-35/+40
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-2714-5/+33
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-2/+2
* ia64 actually uses 80-bit long doubles and must support big and littlemike2003-02-262-3/+27
* - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANTimp2003-02-262-9/+38
* Fix compiling error.davidxu2003-02-262-2/+2
OpenPOWER on IntegriCloud