summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-2/+0
* Use 'uint32_t' instead of 'long' when a 32-bit integer is intended.David Schultz2004-01-201-31/+32
* Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendorAlexander Kabaev2003-12-192-13/+2
* Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendorAlexander Kabaev2003-12-191-7/+101
* Do not adjust to the pagesize at runtime. Besides for the one-timeMarcel Moolenaar2003-11-281-8/+2
* Improve the performance of radixsort() whenTim Kientzle2003-11-111-0/+11
* Externalize malloc's spinlock so that a thread library can takeDaniel Eischen2003-11-041-0/+1
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelsTim J. Robbins2003-10-291-3/+1
* Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietlyPeter Wemm2003-10-282-408/+1
* Consistently cast to (u_char *) when filling with junk.Poul-Henning Kamp2003-10-251-3/+3
* Style changes. Inching closer to convergence with OpenBSD.Poul-Henning Kamp2003-10-251-61/+60
* Cite the published version of "Engineering a Sort Function" instead ofTim J. Robbins2003-09-301-4/+7
* More style fixes to improve diffability with OpenBSD.Poul-Henning Kamp2003-09-271-46/+54
* Style changes to improve diffability against OpenBSD version.Poul-Henning Kamp2003-09-271-91/+91
* Get rid of duplicates.Ruslan Ermilov2003-09-142-2/+2
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-101-1/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-082-2/+2
* Replace some syscalls with libc version, this makes abort work better withDavid Xu2003-08-161-10/+7
* For type 0 rng lower initial drop to 50, it is enough to hide linearityAndrey A. Chernov2003-08-101-1/+5
* Cross-reference arc4random(3).David Schultz2003-07-311-0/+4
* Minor constification.Poul-Henning Kamp2003-07-291-2/+2
* mdoc(7) fix: Use the normal AT&T macro (.At) rather than itsRuslan Ermilov2003-06-281-1/+1
* mdoc policeDavid E. O'Brien2003-06-251-6/+6
* Be more specific in BUGS.David E. O'Brien2003-06-251-5/+7
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-06-011-27/+28
* Clarify the code a bit.Poul-Henning Kamp2003-06-011-1/+2
* Fix grammar bogons.Jens Schweikhardt2003-05-311-1/+1
* Fix stripping last path component when only one path component left.Max Khon2003-05-281-2/+2
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-5/+6
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-6/+6
* Tell malloc.c that AMD64 uses the same pagesize as i386.Peter Wemm2003-04-301-0/+4
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-6/+6
* 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-111/+128
* 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