summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Add example.joel2013-04-211-1/+42
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Replace access to /dev/random with the kernel pseudo-random numberdelphij2013-04-024-55/+32
* Add restrict keyword to realpath manpage.kevlo2013-03-181-1/+1
* Now that qsort(3) has a sample comparison function, point to thatkeramida2013-02-231-1/+7
* Sort sections.joel2013-02-201-6/+6
* Various improvements to the qsort(3) usage example:keramida2013-02-201-14/+8
* Add a sample program that shows how a custom comparison function andkeramida2013-02-191-1/+47
* Remove undefined behavior from sranddev() andeadler2012-10-092-4/+2
* Optimize prev. commit for speed.ache2012-10-031-3/+7
* Using putenv() and later direct pointer contents modification it is possibeache2012-10-021-1/+3
* libc: Use O_CLOEXEC for various internal file descriptors.jilles2012-09-292-2/+2
* Slight stylification.des2012-09-281-18/+11
* According to a clarification at http://austingroupbugs.net/view.php?id=503emaste2012-09-122-4/+3
* Avoid mapping ENOENT to ENOTDIR for non-existent path components.emaste2012-09-121-2/+0
* Add the same warning to rand48(3) as to rand(3) and random(3).des2012-09-111-1/+0
* Bump dates.des2012-09-042-2/+2
* Add a prominent warning about these functions' unsuitability fordes2012-09-042-13/+17
* Make 'junk' volatile so that compilers won't be tempted to optimizekevlo2012-08-171-1/+1
* Update the 'C1x draft' reference to '.St -isoC-2011' mdoc macro.pluknet2012-07-262-2/+4
* Remove end of line whitespace.joel2012-06-261-1/+1
* Add more locale-specific functions to the relevant man pages andissyl02012-06-252-1/+19
* Switch from 4-clause to 2-clause BSD license. (OpenBSD r1.22)delphij2012-06-111-8/+1
* 1) Although unpublished version of standardache2012-06-051-17/+6
* 1) IEEE Std 1003.1-2008, "errno" section, is explicit thatache2012-06-041-6/+16
* General mdoc(7) and typo fixes.gjb2012-05-112-3/+4
* According to SUSv4, realpath(3) must fail ifkib2012-05-112-12/+29
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,jasone2012-04-1711-8241/+167
* Remove trailing whitespace per mdoc lint warningeadler2012-03-292-7/+7
* Add aligned_alloc(3).ed2012-01-094-9/+55
* Properly sort functions by name.ed2012-01-081-3/+3
* Add missing opening and closing brackets in getopt_long.3 and getsubopt.3gjb2011-12-262-3/+6
* Since clang does not support the tls_model attribute used in malloc.cdim2011-12-151-2/+10
* Small style(9) improvements.theraven2011-12-151-2/+4
* Some fixes to the man pages for [at_]quick_exit(3)theraven2011-12-072-12/+17
* style(9) cleanups.theraven2011-12-071-10/+7
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add atheraven2011-12-077-3/+204
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-2012-20/+203
* Fix a warning emitted by Clang.ed2011-11-041-1/+2
* Fix building of 32-bit compat libraries on amd64 with clang, and usingdim2011-07-181-4/+0
* Fix whitespace inconsistencies in libc in files copyrighted by me.ed2011-06-261-1/+1
* Change sparc64 to use the initial exec TLS model, too. This avoids randommarius2011-06-211-1/+1
* Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys andmarcel2011-03-171-1/+1
* Now that TLS generally is available on sparc64 since r219534 turn onmarius2011-03-111-1/+1
* Correct a typo in the malloc(3) manpage. Malloc options are set in therstone2011-03-071-2/+2
* Put in a temporary workaround for ctfmerge hanging on processingdim2011-03-011-0/+4
* Fix some style(9) issues.kib2011-01-081-4/+5
* Revert to r214147, errno is not clobbered as originallybcr2010-10-221-2/+0
* Document strtonum()s behavior of setting errno to 0 when no error is found.bcr2010-10-211-0/+2
* Sync with OpenBSD rev. 1.13:bcr2010-10-211-2/+1
OpenPOWER on IntegriCloud