summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker2012-09-292-2/+2
* Slight stylification.Dag-Erling Smørgrav2012-09-281-18/+11
* According to a clarification at http://austingroupbugs.net/view.php?id=503Ed Maste2012-09-122-4/+3
* Avoid mapping ENOENT to ENOTDIR for non-existent path components.Ed Maste2012-09-121-2/+0
* Add the same warning to rand48(3) as to rand(3) and random(3).Dag-Erling Smørgrav2012-09-111-1/+0
* Bump dates.Dag-Erling Smørgrav2012-09-042-2/+2
* Add a prominent warning about these functions' unsuitability forDag-Erling Smørgrav2012-09-042-13/+17
* Make 'junk' volatile so that compilers won't be tempted to optimizeKevin Lo2012-08-171-1/+1
* Update the 'C1x draft' reference to '.St -isoC-2011' mdoc macro.Sergey Kandaurov2012-07-262-2/+4
* Remove end of line whitespace.Joel Dahl2012-06-261-1/+1
* Add more locale-specific functions to the relevant man pages andIsabell Long2012-06-252-1/+19
* Switch from 4-clause to 2-clause BSD license. (OpenBSD r1.22)Xin LI2012-06-111-8/+1
* 1) Although unpublished version of standardAndrey A. Chernov2012-06-051-17/+6
* 1) IEEE Std 1003.1-2008, "errno" section, is explicit thatAndrey A. Chernov2012-06-041-6/+16
* General mdoc(7) and typo fixes.Glen Barber2012-05-112-3/+4
* According to SUSv4, realpath(3) must fail ifKonstantin Belousov2012-05-112-12/+29
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,Jason Evans2012-04-1711-8241/+167
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-292-7/+7
* Add aligned_alloc(3).Ed Schouten2012-01-094-9/+55
* Properly sort functions by name.Ed Schouten2012-01-081-3/+3
* Add missing opening and closing brackets in getopt_long.3 and getsubopt.3Glen Barber2011-12-262-3/+6
* Since clang does not support the tls_model attribute used in malloc.cDimitry Andric2011-12-151-2/+10
* Small style(9) improvements.David Chisnall2011-12-151-2/+4
* Some fixes to the man pages for [at_]quick_exit(3)David Chisnall2011-12-072-12/+17
* style(9) cleanups.David Chisnall2011-12-071-10/+7
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add aDavid Chisnall2011-12-077-3/+204
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-2012-20/+203
* Fix a warning emitted by Clang.Ed Schouten2011-11-041-1/+2
* Fix building of 32-bit compat libraries on amd64 with clang, and usingDimitry Andric2011-07-181-4/+0
* Fix whitespace inconsistencies in libc in files copyrighted by me.Ed Schouten2011-06-261-1/+1
* Change sparc64 to use the initial exec TLS model, too. This avoids randomMarius Strobl2011-06-211-1/+1
* Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys andMarcel Moolenaar2011-03-171-1/+1
* Now that TLS generally is available on sparc64 since r219534 turn onMarius Strobl2011-03-111-1/+1
* Correct a typo in the malloc(3) manpage. Malloc options are set in theRyan Stone2011-03-071-2/+2
* Put in a temporary workaround for ctfmerge hanging on processingDimitry Andric2011-03-011-0/+4
* Fix some style(9) issues.Konstantin Belousov2011-01-081-4/+5
* Revert to r214147, errno is not clobbered as originallyBenedict Reuschling2010-10-221-2/+0
* Document strtonum()s behavior of setting errno to 0 when no error is found.Benedict Reuschling2010-10-211-0/+2
* Sync with OpenBSD rev. 1.13:Benedict Reuschling2010-10-211-2/+1
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-082-2/+0
* Missed space.Konstantin Belousov2010-10-061-1/+1
* Add cross-references to lrand48(3) and arc4random(3) from rand(3)Konstantin Belousov2010-10-062-1/+11
* Revert changes of 'assure' to 'ensure' made in r211936.Rebecca Cran2010-09-111-2/+2
* Because POSIX does not allow EINTR to be returned from sigwait(),David Xu2010-09-101-1/+1
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-281-2/+2
* Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info.Konstantin Belousov2010-08-271-1/+1
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh2010-08-241-2/+2
* MFtbemd:Warner Losh2010-08-231-2/+2
* On shared object unload, in __cxa_finalize, call and clear all installedKonstantin Belousov2010-08-231-3/+20
* Style.Konstantin Belousov2010-08-231-2/+2