aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* libc: allow __cxa_atexit handlers to be added during __cxa_finalizeAurélien Croc de Suray2025-04-171-25/+36
* Revise qsort(3) reflect POSIX.1-2024 update.Xin LI2024-12-221-25/+24
* libc: indicate existing functions that are POSIX 2024Ed Maste2024-11-212-1/+6
* jemalloc: set LG_VADDR to 64 on amd64Konstantin Belousov2024-10-151-0/+3
* exit(3): clarify how to obtain full exit status of the exited processKonstantin Belousov2024-08-211-0/+14
* exit(3): make it thread-safeKonstantin Belousov2024-08-212-2/+39
* __cxa_thread_call_dtors(3): fix dtor pointer validity checkKonstantin Belousov2024-05-101-1/+1
* strfmon.c: Use the restrict keyword directlyKonstantin Belousov2023-12-161-3/+3
* strfmon: style fixesJose Luis Duran2023-12-161-98/+99
* strfmon: Silence scan-build warningJose Luis Duran2023-12-161-1/+0
* strfmon.3: Cleanup example codeJose Luis Duran2023-12-161-3/+5
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-12-132-6/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-2754-54/+0
* ptsname.3: accommodate upcoming POSIX Issue 8 ptsname_rEd Maste2023-10-161-2/+15
* libc: Rewrite quick_exit() and at_quick_exit() using C11 atomics.Dag-Erling Smørgrav2023-10-041-24/+16
* libc: Implement N2630.Dag-Erling Smørgrav2023-09-078-4/+51
* libc: regoranize malloc buildBrooks Davis2023-08-164-3/+4
* jemalloc: drop unused .PATHBrooks Davis2023-08-161-3/+0
* libc: include malloc via stdlib/Makefile.incBrooks Davis2023-08-161-0/+2
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1629-29/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1614-28/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1658-116/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1611-22/+0
* libc: unsplit log message to to make it greppable in srcEd Maste2023-08-051-2/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1211-11/+11
* Revert "libc: Implement bsort(3) a bitonic type of sorting algorithm."Hans Petter Selasky2023-04-206-505/+1
* libc: Sorting is not needed when there are less than two elementsHans Petter Selasky2023-04-191-1/+2
* libc: Add missing object size check to qsort_s(3)Hans Petter Selasky2023-04-192-3/+11
* bsort.3: Fix warnings as reported by mandoc -W warningHans Petter Selasky2023-04-191-6/+4
* libc: Implement bsort(3) a bitonic type of sorting algorithm.Hans Petter Selasky2023-04-196-1/+507
* secure_getenv: Improve documentation wordingWarner Losh2023-03-251-14/+16
* secure_getenv: Add () around return valuesWarner Losh2023-03-251-2/+2
* Add GNU glibc compatible secure_getenvlucy2023-03-144-3/+40
* libc: move declaration of 'char **environ' to common private headerKonstantin Belousov2023-03-111-2/+1
* xlocale: garbage collect references to strtoq_l/strtouq_lVal Packett2023-03-021-2/+0
* getopt_long(3): note an inconsistency with getopt(3) in BUGSKyle Evans2023-02-111-1/+17
* strfmon(3): Match the return typeJose Luis Duran2023-01-251-2/+2
* strfmon(3): Wording improvementsJose Luis Duran2023-01-251-12/+11
* strfmon(3): Add an EXAMPLES sectionJose Luis Duran2023-01-251-0/+25
* strfmon: Remove XXX marksJose Luis Duran2022-10-291-3/+3
* strfmon_l: Use specified locale for number formattingJose Luis Duran2022-10-291-24/+23
* strfmon_l(3): Add name to the man pageJose Luis Duran2022-10-291-3/+5
* strfmon(3): Fix # explanationJose Luis Duran2022-10-251-2/+8
* strfmon(3): Remove repeated wordsJose Luis Duran2022-10-251-1/+1
* strfmon: Fix formatting of a second fixed-width valueJose Luis Duran2022-10-251-1/+1
* strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran2022-10-251-2/+6
* strfmon: Fix alignment when enclosed by parenthesesJose Luis Duran2022-10-251-2/+10
* strfmon: Trim the SPACE from international currency symbolJose Luis Duran2022-10-251-1/+3