summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* MFC r278301, r278315:pfg2015-02-191-4/+5
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-183-3/+14
* MFC r275752:trasz2015-01-141-2/+2
* MFC r269901:pfg2014-08-161-7/+7
* MFC r268945:pfg2014-08-041-1/+0
* MFC r268644:pfg2014-07-213-22/+14
* MFC r268569:pfg2014-07-191-5/+3
* MFC r268393: [mdoc] Fix previous.pluknet2014-07-081-1/+1
* MFC 267756:ache2014-07-071-18/+12
* MFC r267745, r268268:pfg2014-07-073-8/+22
* MFC r264417: realpath(): Properly fail "." or ".." components afterjilles2014-06-061-20/+6
* MFC r259042:kib2013-12-131-5/+10
* system(): Restore behaviour for SIGINT and SIGQUIT.jilles2013-09-011-0/+2
* Make example more correct (errstr is a pointer, not boolean).pjd2013-08-181-1/+1
* vfork(2) was listed as deprecated in 1994 (r1573) and was the falsepeter2013-08-131-19/+19
* [fix to r253380] __setenv: be explicit about placing '=' after nameavg2013-07-171-2/+1
* libc: name passed into __setenv is not necessarily NUL-terminatedavg2013-07-161-1/+1
* Style fix noted by bde@ache2013-07-041-4/+8
* After fixing ranges restore POSIX requirement: rand() call withoutache2013-07-041-1/+6
* In addition to prev. commit, for repeated rand_r(3) calls don't forgetache2013-07-031-1/+5
* 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range,ache2013-07-031-4/+16
* Renumber clauses to reduce diffs to other versionsemaste2013-06-1328-28/+28
* Renumber clauses to reduce diffs to other versionsemaste2013-05-2827-27/+27
* Make the malloc(3) family of functions weak and make their non-weakmarcel2013-05-251-0/+11
* Fix a typo: It should be "strtoll" and not "stroll".hiren2013-05-141-3/+3
* 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
OpenPOWER on IntegriCloud