summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Provide set_constraint_handler_s(3) man page.Konstantin Belousov2018-08-192-2/+154
* Use tab for indent.Konstantin Belousov2018-08-191-1/+1
* getopt_long(3): Document behavior of leading characters in optstringKyle Evans2018-08-121-2/+43
* atoi.3: bump .DdEitan Adler2018-06-131-1/+1
* libc: remove explicit cast NULL in atoiEitan Adler2018-06-132-3/+3
* libc qsort(3): stop aliasing.Konstantin Belousov2018-06-101-44/+17
* Bump the date on man pages in r334306Eric van Gyzen2018-05-292-2/+2
* Cross-reference abort2(2) from a few man pagesEric van Gyzen2018-05-292-0/+2
* Update jemalloc to version 5.1.0.Jason Evans2018-05-111-4/+4
* Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala2018-04-171-1/+7
* Use standard 2-clause license where copyright is held by the FreeBSD FoundationEd Maste2018-02-021-9/+7
* Move strtold wrapper from strtol.c to its own strtold.c. This codeWarner Losh2018-01-313-7/+46
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2511-1/+23
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2030-12/+72
* C++17 requires quick_exit(3) to be async-signal safe.Konstantin Belousov2017-11-042-2/+18
* Improve standard compliance for memset_s() and abort_handler_s().Konstantin Belousov2017-08-121-2/+8
* Pick 'Remove external linkage for spin_adaptive' from upstream jemallocRyan Libby2017-08-091-1/+1
* Follow up to r320992, properly escape the backslash so it renders properly.Brad Davis2017-07-141-2/+2
* Add a complete example to tsearch(3)Brad Davis2017-07-141-1/+59
* Update jemalloc to 5.0.0.Jason Evans2017-06-151-4/+4
* quick_exit(3): delete trailing whitespace in licensing tortEnji Cooper2017-05-231-3/+3
* The current qsort(3) implementation ignores the sizes of partitions, andXin LI2017-05-191-15/+38
* Use size_t.Xin LI2017-05-191-3/+3
* Style.Konstantin Belousov2017-05-151-9/+7
* Simplify cleanup on failure in realpath(3).Konstantin Belousov2017-05-151-44/+31
* Fix several buffer overflows in realpath(3).Konstantin Belousov2017-05-151-19/+27
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-303-2/+100
* Minor libc cleanup: let calloc(3) do the multiplication.Pedro F. Giffuni2017-03-131-1/+1
* libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni2017-03-121-4/+4
* hcreate(3): fix the ERRORS section and bump .DdEnji Cooper2017-02-071-4/+4
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-3/+3
* Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit.Konstantin Belousov2017-01-074-106/+162
* 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-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