summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Define malloc_pageshift and malloc_minsize for arm.cognet2004-05-141-0/+4
* Link radixsort(3) to sradixsort(3), make the latter appear inru2004-05-122-1/+2
* Simplify one condition in prev. commit:ache2004-04-011-2/+1
* Fix parsing of ambiguous options, whole loop must be processedache2004-04-011-17/+27
* Rearrange (centralize) initialization of mallocs internals to always bephk2004-03-071-19/+13
* Merge some fixes from NetBSD's getopt.3 v1.31:ache2004-03-061-43/+88
* Merge some fixes from NetBSD's getopt.c v1.26:ache2004-03-061-26/+43
* Fix typo, was 'W'; instead of `W;'ache2004-03-061-1/+1
* Make GNU-compatible following case:ache2004-03-062-23/+27
* Make return code in noarg case GNU-compatibleache2004-03-032-20/+24
* Be more GNU-compatible in diagnosticsache2004-03-031-11/+61
* Improve GNU compatibility in several places, use internal GNU_COMPATIBLEache2004-03-012-29/+49
* Comment out things related to getopt() replacement we not useache2004-03-011-36/+36
* Change "-"-started options when POSIX_CORRECTLY is set handlingache2004-03-011-17/+17
* Change "-"-started options when POSIX_CORRECTLY is set handlingache2004-03-011-1/+5
* Add getopt_long_only() from OpenBSD and other OpenBSD cleanupsache2004-02-243-299/+459
* Add optarg, optind, opterr, optopt, optreset to SYNOPSYSache2004-02-231-0/+5
* POSIX clearly states that getsubopt() should be declared in <stdlib.h>ache2004-02-231-1/+1
* Remove unneccessary <unistd.h>ache2004-02-231-1/+0
* Remove the triplicity in the public functions by vectoring them allphk2004-02-211-70/+49
* Move the check for sensitive processes to the point where the exceptionphk2004-02-211-14/+7
* Unbreak the upgrade path from 4.9 after removal of GNU getopt andru2004-02-201-2/+0
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-101-2/+0
* Use 'uint32_t' instead of 'long' when a 32-bit integer is intended.das2004-01-201-31/+32
* 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
OpenPOWER on IntegriCloud