aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* realpath(): Properly fail "." or ".." components after non-directories.Jilles Tjoelker2014-04-131-20/+6
* Silence a warning with GCC that was breaking the build with Juniper's GCC.David Chisnall2014-04-053-4/+7
* Move _b functions into the 11.x symbol version namespace.David Chisnall2014-04-031-4/+7
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-0212-29/+264
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-042-8/+8
* Update jemalloc to version 3.5.0.Jason Evans2014-01-232-1/+19
* ANSI-fy prototype.Xin LI2014-01-141-3/+1
* getopt_long.3: wording quibblesEitan Adler2013-12-131-2/+2
* Do not force to run atexit handlers, which text comes from a dsoKonstantin Belousov2013-12-061-5/+10
* system(): Restore behaviour for SIGINT and SIGQUIT.Jilles Tjoelker2013-09-011-0/+2
* Make example more correct (errstr is a pointer, not boolean).Pawel Jakub Dawidek2013-08-181-1/+1
* vfork(2) was listed as deprecated in 1994 (r1573) and was the falsePeter Wemm2013-08-131-19/+19
* [fix to r253380] __setenv: be explicit about placing '=' after nameAndriy Gapon2013-07-171-2/+1
* libc: name passed into __setenv is not necessarily NUL-terminatedAndriy Gapon2013-07-161-1/+1
* Style fix noted by bde@Andrey A. Chernov2013-07-041-4/+8
* After fixing ranges restore POSIX requirement: rand() call withoutAndrey A. Chernov2013-07-041-1/+6
* In addition to prev. commit, for repeated rand_r(3) calls don't forgetAndrey A. Chernov2013-07-031-1/+5
* 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range,Andrey A. Chernov2013-07-031-4/+16
* Renumber clauses to reduce diffs to other versionsEd Maste2013-06-1328-28/+28
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-2827-27/+27
* Make the malloc(3) family of functions weak and make their non-weakMarcel Moolenaar2013-05-251-0/+11
* Fix a typo: It should be "strtoll" and not "stroll".Hiren Panchasara2013-05-141-3/+3
* Add example.Joel Dahl2013-04-211-1/+42
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* Replace access to /dev/random with the kernel pseudo-random numberXin LI2013-04-024-55/+32
* Add restrict keyword to realpath manpage.Kevin Lo2013-03-181-1/+1
* Now that qsort(3) has a sample comparison function, point to thatGiorgos Keramidas2013-02-231-1/+7
* Sort sections.Joel Dahl2013-02-201-6/+6
* Various improvements to the qsort(3) usage example:Giorgos Keramidas2013-02-201-14/+8
* Add a sample program that shows how a custom comparison function andGiorgos Keramidas2013-02-191-1/+47
* Remove undefined behavior from sranddev() andEitan Adler2012-10-092-4/+2
* Optimize prev. commit for speed.Andrey A. Chernov2012-10-031-3/+7
* Using putenv() and later direct pointer contents modification it is possibeAndrey A. Chernov2012-10-021-1/+3
* 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