aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* MFC r318514-r318515, r318517, r318917Xin LI2017-05-311-18/+41
* MFC r318303:Konstantin Belousov2017-05-291-9/+7
* MFC r318299:Konstantin Belousov2017-05-291-44/+31
* MFC r318298:Konstantin Belousov2017-05-291-19/+27
* MFC r316213:Konstantin Belousov2017-04-233-2/+100
* MFC r315162:Pedro F. Giffuni2017-04-071-4/+4
* MFC r315095, r315096, r315097, r315187:Pedro F. Giffuni2017-03-151-1/+1
* MFC r313374:Enji Cooper2017-02-141-4/+4
* MFC r312332,r312446,r312451:Enji Cooper2017-02-041-3/+3
* MFC r311651:Konstantin Belousov2017-01-214-106/+162
* MFC r305855, r306297, r306300, r306312-r306313Marcel Moolenaar2016-12-111-1/+8
* MFC r307227 and r307343:Ed Schouten2016-10-295-52/+54
* MFC r303795:Konstantin Belousov2016-08-204-1/+152
* 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-22/+14
* 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