summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-092-3/+30
* Bump the date.mdodd2003-04-071-1/+1
* Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.mdodd2003-04-071-0/+7
* - Add setfstab() and getfstab().mdodd2003-04-073-4/+71
* Catch up with recent vfprintf.c changes.tjr2003-04-071-175/+215
* __wcsconv(): free(convbuf) before returning NULLache2003-04-071-2/+4
* Today just isn't my day. Remove some old commented out code that snuckdas2003-04-071-1/+1
* - %e conversions with precision 0 should not cause a decimal point todas2003-04-071-18/+22
* 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
OpenPOWER on IntegriCloud