aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* libc: Fix null pointer arithmetic warning in mergesortAlex Richardson2021-01-201-4/+2
* getopt: Fix conversion from string-literal to non-const char *Alex Richardson2021-01-192-4/+3
* libc: Fix most issues reported by mandocGordon Bergling2020-12-191-1/+1
* Further refinements of ptsname_r(3) interface:Xin LI2020-10-202-6/+8
* Implement ptsname_r.Xin LI2020-10-174-16/+66
* libc: typo fix (s/involes/involves)Kyle Evans2020-10-161-1/+1
* Follow-up r365371 by removing sentences which indicate the state of theDimitry Andric2020-09-061-1/+1
* Turn MALLOC_PRODUCTION into a regular src.conf(5) optionDimitry Andric2020-09-051-1/+1
* Compute the correct size of the string to move forward.John Baldwin2020-09-021-1/+1
* Fix a typo: argments -> argumentsBenedict Reuschling2020-05-191-1/+1
* Update jemalloc to version 5.2.1Eric van Gyzen2020-04-231-2/+3
* exit(3): Add HISTORY sectionSergio Carlavilla Delgado2020-04-101-1/+6
* Note some functions that appeared in First Edition UnixWarner Losh2020-04-012-2/+12
* vfs: add realpathat syscallMateusz Guzik2020-02-201-1/+10
* rand(3): Replace implementation with one backed by random(3) algorithmConrad Meyer2020-02-016-85/+184
* random(3): Abstract routines into _r versions on explicit stateConrad Meyer2020-01-242-79/+163
* random(3): Abstract state into a single context objectConrad Meyer2020-01-241-99/+132
* random.3: Some minor improvements to wording/clarityConrad Meyer2020-01-201-44/+37
* libc: Delete unused rand.c ifdef TEST codeConrad Meyer2020-01-201-34/+0
* qsort.3: Bump Dd and note that Annex K is optionalConrad Meyer2020-01-201-1/+8
* Add qsort_s(3). Apart from the constraints, it also makes it easierEdward Tomasz Napierala2020-01-205-10/+127
* Deprecate sranddev(3) APIConrad Meyer2019-12-144-26/+14
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* Revert r354605: Update jemalloc to version 5.2.1.Jason Evans2019-11-111-3/+2
* Update jemalloc to version 5.2.1.Jason Evans2019-11-111-2/+3
* bsearch.3: Improve the example.Konstantin Belousov2019-07-171-19/+28
* Fix -Wsign-compare warnings in realpath.cAlex Richardson2019-06-261-3/+3
* Add small EXAMPLE section to bsearch.3.Benedict Reuschling2019-05-151-1/+56
* random.3: Remove obsolete BUGS sectionConrad Meyer2019-04-221-9/+1
* rand.3: Match better recommendation language from random.3Conrad Meyer2019-04-221-2/+2
* random.3: Clarify confusing summaryConrad Meyer2019-04-151-2/+2
* Fix order of destructors between main binary and libraries.Konstantin Belousov2019-04-152-0/+2
* getopt_long(3): fix case of malformed long optKyle Evans2019-01-041-0/+2
* Allow multi-byte thousands separators in strfmon(3)Conrad Meyer2018-12-191-14/+23
* 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