summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Rework the floating point code in printf(). Significant changes:das2003-04-052-151/+191
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().das2003-04-058-1/+135
* Add missing #include to unbreak previous commit.das2003-04-051-0/+1
* Correct some buffer sizes.das2003-04-053-23/+42
* MFp4: Link strtof.3 and strtold.3 to strtod.3.tjr2003-04-051-0/+1
* Zero out the struct tm supplied by the caller. Otherwise,mtm2003-04-051-0/+1
* MFp4: Pentium/Athlon-optimised implementation of wcschr().tjr2003-04-052-1/+78
* Implement makecontext.jake2003-04-013-3/+129
* [1] - Document EHOSTUNREACH as a possible errorceri2003-04-011-1/+3
* Add a facility allowing processes to inform the VM subsystem they arewes2003-03-311-0/+9
* BDE'ifyfjoe2003-03-291-79/+89
* fix truncation check and buffer overflow checkfjoe2003-03-291-11/+11
* Align signal frame placed on stack to 16 bytes so that SSE FPU registerdeischen2003-03-291-1/+2
* Fill in the rest of the fields in the resulting struct tmmtm2003-03-291-2/+3
* - MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well)fjoe2003-03-281-17/+17
* Make realpath() thread-safe. New implementation does not use chdir(2) at all.fjoe2003-03-272-111/+128
* - Define a _spinunlock() function so that threading implementations may dojeff2003-03-262-1/+11
* The .Fn functioncharnier2003-03-244-7/+11
* The .Fn function. Use .Xr where appropriate.charnier2003-03-245-16/+27
* According to C99 decimal_point can't be emptyache2003-03-201-4/+1
* According to C99 decimal_point can't be the empty string, mention it.ache2003-03-201-1/+2
* decimal_point can't be "" according to C99, so set it to standard "."ache2003-03-201-1/+6
* - Revamp the function _nis_initshells() to make getusershell() backedrobert2003-03-191-35/+30
* If realloc(3) fails in copyline(), do not make matters worse byrobert2003-03-191-6/+11
* The gdtoa import apparently hasn't caused anything or anyone todas2003-03-151-2429/+0
* MFp4: Pentium/Athlon-optimised implementation of wcslen().tjr2003-03-142-1/+69
* 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
* 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
* MFp4: Pentium-optimised implementation of wcscmp(). Performs significantlytjr2003-03-102-1/+80
* MFp4: Add the standard "the {fgetws,fputws} function will fail if" texttjr2003-03-092-0/+6
* Clean up some signed/unsigned issues in the XDR code.nectar2003-03-073-12/+18
* Remove NS and ISO stuff.peter2003-03-057-737/+3
* Fix threaded applications on ia64 that are linked dynamicly. We didmarcel2003-03-051-3/+5
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforemarcel2003-03-051-2/+2
* Restore vendor ID.obrien2003-03-031-2/+2
* Use __FBSDID.obrien2003-03-0335-44/+85
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-2714-5/+33
OpenPOWER on IntegriCloud