aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* MFp4: Link strtof.3 and strtold.3 to strtod.3.Tim J. Robbins2003-04-051-0/+1
* BDE'ifyMax Khon2003-03-291-79/+89
* fix truncation check and buffer overflow checkMax Khon2003-03-291-11/+11
* - MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well)Max Khon2003-03-281-17/+17
* Make realpath() thread-safe. New implementation does not use chdir(2) at all.Max Khon2003-03-272-108/+125
* According to C99 decimal_point can't be emptyAndrey A. Chernov2003-03-201-4/+1
* The gdtoa import apparently hasn't caused anything or anyone toDavid Schultz2003-03-151-2429/+0
* Document strtof() and strtold(). Update vendor license.David Schultz2003-03-121-32/+75
* Replace our ancient dtoa/strtod implementation with the gdtoaDavid Schultz2003-03-121-1/+1
* Document the fact that hdestory calls free on the keys added withDavid Malone2003-03-121-5/+25
* Fix typo.Robert Drehmel2003-02-251-1/+1
* Use strlcpy instead of strncpy.Johan Karlsson2003-02-221-2/+1
* Back out "drop first N values" method of removing monotonically increasedAndrey A. Chernov2003-02-171-7/+1
* Since we drop NSHUFF values now, set default seed to what it becomesAndrey A. Chernov2003-02-051-3/+3
* For rand(3) and random(3) TYPE_0 drop NSHUFF values right after srand{om}()Andrey A. Chernov2003-02-042-6/+15
* Park & Miller PRNG can be safely initialized with any value but 0 and stuckAndrey A. Chernov2003-02-032-2/+8
* For some combinations of variable sizes and RAND_MAX value rand_r()Andrey A. Chernov2003-02-021-2/+4
* Catch some cases where asking for ridiculously large allocations couldPoul-Henning Kamp2003-01-301-0/+4
* Add an MLINK malloc.conf(5) -> malloc(3).Mike Barcroft2003-01-241-1/+2
* For "sensitive" processes, we always set the 'A' flag which causes abort()Poul-Henning Kamp2003-01-231-0/+7
* realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.Johan Karlsson2003-01-152-9/+9
* strfmon(3) does not correctly handle multibyte characters in theTim J. Robbins2003-01-061-0/+6
* No need to include <assert.h> here.Tim J. Robbins2003-01-054-4/+0
* Fix three warnings:Tim J. Robbins2003-01-041-2/+2
* style(9): return type on separate line from function name.Tim J. Robbins2003-01-042-2/+4
* Add missing #include "namespace.h".Tim J. Robbins2003-01-031-0/+1
* Remove unused variable: ntmp.Tim J. Robbins2003-01-031-1/+0
* #include <string.h> for strcmp()'s prototype.Tim J. Robbins2003-01-031-1/+2
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinJuli Mallett2003-01-023-7/+491
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-1/+1
* Document what really occurs when we obtain an error.Tom Rhodes2002-12-201-6/+9
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-192-1/+5
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-1810-31/+32
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-187-10/+34
* mdoc(7) police: sort xrefs in SEE ALSO.Ruslan Ermilov2002-12-131-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-091-109/+232
* mdoc(7) police: nits.Ruslan Ermilov2002-12-091-15/+18
* Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov2002-12-042-3/+7
* mdoc(7) police: sweep.Ruslan Ermilov2002-11-291-11/+13
* mdoc(7) police: formatting nits.Ruslan Ermilov2002-11-293-12/+32
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-5/+3
* Define `Sudden_Underflow' when compiling for the AlphaRobert Drehmel2002-11-141-0/+3
* de-__P()Alfred Perlstein2002-10-161-3/+3
* - Remove the lsearch() and lfind() functions and their manpage fromRobert Drehmel2002-10-163-2/+165
* Remove unneeded $FreeBSD$ tags.Robert Drehmel2002-10-162-4/+0
* - Remove the old insque() and remque() functions and their manualRobert Drehmel2002-10-164-5/+144
* Fix a typo causing incorrect formatting for negative values in some localesTim J. Robbins2002-10-121-3/+5
* Save errno around calls to free(); at least some code paths clobber itTim J. Robbins2002-10-111-0/+3