summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-2012-51/+28
* Remove names from prototypesrodrigc2015-09-203-7/+7
* Add declarations to eliminate -Wmissing-prototypes warnings.rodrigc2015-09-203-0/+15
* Use ANSI C prototypes.rodrigc2015-09-143-45/+14
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-292-12/+16
* Add missing sdallocx updates and remove *allocm manpage links.jasone2015-08-182-5/+6
* Update jemalloc to version 4.0.0.jasone2015-08-181-1/+2
* Document the fact that system(3) can easily be misused due to shell metadelphij2015-07-251-2/+14
* Fix major copy/paste and other style errors.pluknet2015-05-051-5/+10
* Apply the copyright the the same owners as the original malloc(3) where most ofbapt2015-05-011-2/+3
* Import reallocarray(3) from OpenBSDbapt2015-05-014-2/+182
* qsort(3): small style(9) cleanups.pfg2015-03-051-10/+10
* qsort(3): enhance to handle 32-bit aligned data on 64-bit systemspfg2015-03-051-12/+21
* Adjust wording slightly to emphasize that random(3) should not be used forcperciva2015-02-251-3/+2
* Update comment and NetBSD ID tag.pfg2015-02-061-3/+3
* tdelete(3): don't delete the node we are about to return.pfg2015-02-051-1/+2
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-033-3/+14
* Various mdoc fixes and a few EOL whitespace removals.brueffer2014-12-212-3/+3
* Fix quick_exit(3) manual page to match reality - the status was missing.trasz2014-12-131-2/+2
* Use the __DECONST macro rather than hand rolling the same thing.brooks2014-10-241-5/+1
* Add bsearch_b to the libc map and the stdlib header.pfg2014-09-011-0/+1
* Minor style tweaks.pfg2014-08-131-7/+7
* Fix hdestroy() compliance issue.pfg2014-07-211-1/+0
* Update license.pfg2014-07-211-7/+2
* Add re-entrant versions of the hash functions based on the GNU api.pfg2014-07-214-41/+153
* libc/stdlib: Minor cleanups to code originating in NetBSDpfg2014-07-153-22/+14
* strfmon: reduce unnecessary snprintf.pfg2014-07-121-5/+3
* [mdoc] Fix previous change.pluknet2014-07-081-1/+1
* getopt(3): clarify GNU instead of NetBSD.pfg2014-07-041-1/+1
* use .Mt to mark up email addresses consistently (part4)bapt2014-06-232-3/+3
* Merge intermediate OpenBSD v1.25 changes (almost identical to ours)ache2014-06-221-18/+12
* getopt(3): recognize option:: as GNU extension for "optional options".pfg2014-06-223-8/+22
* realpath(): Properly fail "." or ".." components after non-directories.jilles2014-04-131-20/+6
* Silence a warning with GCC that was breaking the build with Juniper's GCC.theraven2014-04-053-4/+7
* Move _b functions into the 11.x symbol version namespace.theraven2014-04-031-4/+7
* Add support for some block functions that come from OS X. These aretheraven2014-04-0212-29/+264
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-042-8/+8
* Update jemalloc to version 3.5.0.jasone2014-01-232-1/+19
* ANSI-fy prototype.delphij2014-01-141-3/+1
* getopt_long.3: wording quibbleseadler2013-12-131-2/+2
* Do not force to run atexit handlers, which text comes from a dsokib2013-12-061-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
OpenPOWER on IntegriCloud