summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* MFC r347617 (by bcr), r350091:Konstantin Belousov2019-07-241-1/+65
* MFC r346225:Konstantin Belousov2019-04-222-0/+2
* MFC r338051:Konstantin Belousov2018-08-222-2/+154
* MFC r338048:Konstantin Belousov2018-08-221-1/+1
* MFC r337666: getopt_long(3): Document behavior, optstring leading charactersKyle Evans2018-08-201-2/+43
* MFC r334928:Konstantin Belousov2018-06-241-44/+17
* Revert r330897:Eitan Adler2018-03-2941-95/+13
* MFC r320992,r320993:Eitan Adler2018-03-191-1/+59
* MFC r328785:Eitan Adler2018-03-191-9/+7
* Partial merge of the SPDX changesEitan Adler2018-03-1441-13/+95
* MFC Loader Fixes 2017q4p7: r324844,r326089,r326926,r326440,r326484,r326494,Kyle Evans2018-02-123-7/+46
* MFC r325389:Konstantin Belousov2017-11-112-2/+18
* MFC r322427:Konstantin Belousov2017-08-191-2/+8
* MFC r318710:Enji Cooper2017-07-181-3/+3
* 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-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