summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendorkan2003-12-192-13/+2
* Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendorkan2003-12-191-7/+101
* Do not adjust to the pagesize at runtime. Besides for the one-timemarcel2003-11-281-8/+2
* Improve the performance of radixsort() whenkientzle2003-11-111-0/+11
* Externalize malloc's spinlock so that a thread library can takedeischen2003-11-041-0/+1
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelstjr2003-10-291-3/+1
* Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietlypeter2003-10-282-408/+1
* Consistently cast to (u_char *) when filling with junk.phk2003-10-251-3/+3
* Style changes. Inching closer to convergence with OpenBSD.phk2003-10-251-61/+60
* Cite the published version of "Engineering a Sort Function" instead oftjr2003-09-301-4/+7
* More style fixes to improve diffability with OpenBSD.phk2003-09-271-46/+54
* Style changes to improve diffability against OpenBSD version.phk2003-09-271-91/+91
* Get rid of duplicates.ru2003-09-142-2/+2
* mdoc(7): Properly mark C headers.ru2003-09-101-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-082-2/+2
* Replace some syscalls with libc version, this makes abort work better withdavidxu2003-08-161-10/+7
* For type 0 rng lower initial drop to 50, it is enough to hide linearityache2003-08-101-1/+5
* Cross-reference arc4random(3).das2003-07-311-0/+4
* Minor constification.phk2003-07-291-2/+2
* mdoc(7) fix: Use the normal AT&T macro (.At) rather than itsru2003-06-281-1/+1
* mdoc policeobrien2003-06-251-6/+6
* Be more specific in BUGS.obrien2003-06-251-5/+7
* Assorted mdoc(7) fixes.ru2003-06-011-27/+28
* Clarify the code a bit.phk2003-06-011-1/+2
* Fix grammar bogons.schweikh2003-05-311-1/+1
* Fix stripping last path component when only one path component left.fjoe2003-05-281-2/+2
* Assorted mdoc(7) fixes.ru2003-05-221-5/+6
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-6/+6
* Tell malloc.c that AMD64 uses the same pagesize as i386.peter2003-04-301-0/+4
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-6/+6
* MFp4: Link strtof.3 and strtold.3 to strtod.3.tjr2003-04-051-0/+1
* BDE'ifyfjoe2003-03-291-79/+89
* fix truncation check and buffer overflow checkfjoe2003-03-291-11/+11
* - 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
* According to C99 decimal_point can't be emptyache2003-03-201-4/+1
* The gdtoa import apparently hasn't caused anything or anyone todas2003-03-151-2429/+0
* Document strtof() and strtold(). Update vendor license.das2003-03-121-32/+75
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-121-1/+1
* Document the fact that hdestory calls free on the keys added withdwmalone2003-03-121-5/+25
* Fix typo.robert2003-02-251-1/+1
* Use strlcpy instead of strncpy.johan2003-02-221-2/+1
* Back out "drop first N values" method of removing monotonically increasedache2003-02-171-7/+1
* Since we drop NSHUFF values now, set default seed to what it becomesache2003-02-051-3/+3
* For rand(3) and random(3) TYPE_0 drop NSHUFF values right after srand{om}()ache2003-02-042-6/+15
* Park & Miller PRNG can be safely initialized with any value but 0 and stuckache2003-02-032-2/+8
* For some combinations of variable sizes and RAND_MAX value rand_r()ache2003-02-021-2/+4
* Catch some cases where asking for ridiculously large allocations couldphk2003-01-301-0/+4
* Add an MLINK malloc.conf(5) -> malloc(3).mike2003-01-241-1/+2
* For "sensitive" processes, we always set the 'A' flag which causes abort()phk2003-01-231-0/+7
OpenPOWER on IntegriCloud