aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Update jemalloc to 4.3.1.Jason Evans2016-11-091-2/+2
* Improve phrasing of the STANDARDS section.Ed Schouten2016-10-151-2/+2
* Improve typing of POSIX search tree functions.Ed Schouten2016-10-135-52/+54
* Add comment on use of abort() in libcEd Maste2016-10-121-1/+8
* abort in srandomdev if kern.arandom sysctl failsEd Maste2016-10-051-4/+5
* When MAKEOBJDIRPREFIX points to a case-insensitive file system, theMarcel Moolenaar2016-09-161-1/+8
* Add __cxa_thread_atexit(3) API implementation.Konstantin Belousov2016-08-064-1/+152
* Fix typing of srandom() and initstate().Ed Schouten2016-07-262-5/+5
* Reflect error indication according to POSIX and what those functionsAndrey A. Chernov2016-06-051-2/+2
* Don't use fixup for C99 and up, the compiler result is already correct.Andrey A. Chernov2016-06-014-0/+8
* Micro optimize: C standard guarantees that right shift for unsigned valueAndrey A. Chernov2016-05-291-1/+1
* 1) Unifdef USE_WEAK_SEEDING since it is too obsolete to support and makesAndrey A. Chernov2016-05-291-41/+11
* 1) Unifdef USE_WEAK_SEEDING it is too obsolete to support and makes readingAndrey A. Chernov2016-05-291-46/+14
* Let l64a() properly null terminate its result.Ed Schouten2016-05-261-21/+13
* 1) POSIX prohibits printing errors to stderr here and requireAndrey A. Chernov2016-05-221-15/+10
* Update jemalloc to 4.2.0.Jason Evans2016-05-131-1/+1
* libc: spelling fixes.Pedro F. Giffuni2016-04-302-3/+3
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* Fixed indentation, minor style.Sergey Kandaurov2016-04-181-12/+12
* Fix markup on "\n" in printf so it renders correctly.Warren Block2016-04-171-4/+4
* Update jemalloc to 4.1.0.Jason Evans2016-02-292-2/+7
* Add .NOMETA missed in r291320.Bryan Drewery2016-01-201-1/+1
* Remove an unneeded assignment of the return value.Ed Schouten2016-01-141-1/+0
* Replace implementation of hsearch() by one that scales.Ed Schouten2015-12-277-185/+335
* Let tsearch()/tdelete() use an AVL tree.Ed Schouten2015-12-224-86/+473
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-251-4/+4
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-2012-51/+28
* Remove names from prototypesCraig Rodrigues2015-09-203-7/+7
* Add declarations to eliminate -Wmissing-prototypes warnings.Craig Rodrigues2015-09-203-0/+15
* Use ANSI C prototypes.Craig Rodrigues2015-09-143-45/+14
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-292-12/+16
* Add missing sdallocx updates and remove *allocm manpage links.Jason Evans2015-08-182-5/+6
* Update jemalloc to version 4.0.0.Jason Evans2015-08-181-1/+2
* Document the fact that system(3) can easily be misused due to shell metaXin LI2015-07-251-2/+14
* Fix major copy/paste and other style errors.Sergey Kandaurov2015-05-051-5/+10
* Apply the copyright the the same owners as the original malloc(3) where most ofBaptiste Daroussin2015-05-011-2/+3
* Import reallocarray(3) from OpenBSDBaptiste Daroussin2015-05-014-2/+182
* qsort(3): small style(9) cleanups.Pedro F. Giffuni2015-03-051-10/+10
* qsort(3): enhance to handle 32-bit aligned data on 64-bit systemsPedro F. Giffuni2015-03-051-12/+21
* Adjust wording slightly to emphasize that random(3) should not be used forColin Percival2015-02-251-3/+2
* Update comment and NetBSD ID tag.Pedro F. Giffuni2015-02-061-3/+3
* tdelete(3): don't delete the node we are about to return.Pedro F. Giffuni2015-02-051-1/+2
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-033-3/+14
* Various mdoc fixes and a few EOL whitespace removals.Christian Brueffer2014-12-212-3/+3
* Fix quick_exit(3) manual page to match reality - the status was missing.Edward Tomasz Napierala2014-12-131-2/+2
* Use the __DECONST macro rather than hand rolling the same thing.Brooks Davis2014-10-241-5/+1
* Add bsearch_b to the libc map and the stdlib header.Pedro F. Giffuni2014-09-011-0/+1
* Minor style tweaks.Pedro F. Giffuni2014-08-131-7/+7
* Fix hdestroy() compliance issue.Pedro F. Giffuni2014-07-211-1/+0
* Update license.Pedro F. Giffuni2014-07-211-7/+2