aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* getopt_long.3: Use "optstring" consistentlyEd Maste2025-04-291-2/+2
* alloca.3: move to share/man/man3Brooks Davis2025-04-292-86/+1
* libc: Add getenv_r() function.Dag-Erling Smørgrav2025-04-273-3/+75
* issetugid() is a system call and belongs in section 2 (not 3).Jens Schweikhardt2025-04-171-2/+2
* libc: allow __cxa_atexit handlers to be added during __cxa_finalizeAurélien Croc de Suray2025-04-051-25/+36
* libc: use __sys___realpathat directly in realpathBrooks Davis2025-02-191-9/+3
* jemalloc: Move generated files into lib/libc treeWarner Losh2024-12-139-1/+1738
* jemalloc: Move generated jemalloc.3 into lib/libc treeWarner Losh2024-12-132-4/+2563
* libc: indicate existing functions that are POSIX 2024Ed Maste2024-11-152-1/+6
* Revise qsort(3 reflect POSIX.1-2024 update.Xin LI2024-10-251-23/+24
* manuals: Fix "unusual .Xr" warnings with a scriptGraham Percival2024-10-151-1/+1
* jemalloc: set LG_VADDR to 64 on amd64Konstantin Belousov2024-09-261-0/+3
* realpath(3): Minor style issues.Dag-Erling Smørgrav2024-09-181-9/+10
* jemalloc: don't expose 3.0 compat symbolsBrooks Davis2024-08-221-10/+0
* exit(3): clarify how to obtain full exit status of the exited processKonstantin Belousov2024-07-291-0/+14
* exit(3): make it thread-safeKonstantin Belousov2024-07-292-1/+39
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* include: ssp: fortify <stdlib.h>Kyle Evans2024-07-131-1/+2
* __cxa_thread_call_dtors(3): fix dtor pointer validity checkKonstantin Belousov2024-05-031-1/+1
* libc: Remove support for pre-C99 C standardsMinsoo Choo2024-04-124-47/+4
* exit.3: add the comma after an empty spacerilysh2024-04-101-1/+1
* bsearch_b: fix compilation with gccBrooks Davis2024-03-061-1/+2
* libc: actually build bsearch_bBrooks Davis2024-03-051-1/+1
* system(3): fix typo santized -> sanitizedSteve Kargl2024-01-121-2/+2
* strfmon.c: Use the restrict keyword directlyKonstantin Belousov2023-12-101-3/+3
* strfmon: style fixesJose Luis Duran2023-12-101-98/+99
* strfmon: Silence scan-build warningJose Luis Duran2023-12-091-1/+0
* strfmon.3: Cleanup example codeJose Luis Duran2023-12-091-3/+5
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-5/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-2759-147/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-152-6/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0154-54/+0
* libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav2023-10-181-13/+37
* memory(3): Mention more functions.Dag-Erling Smørgrav2023-10-181-14/+43
* ptsname.3: accommodate upcoming POSIX Issue 8 ptsname_rEd Maste2023-10-141-2/+15
* libc: Rewrite quick_exit() and at_quick_exit() using C11 atomics.Dag-Erling Smørgrav2023-09-261-24/+16
* libc: add LIBC_MALLOC optionBrooks Davis2023-09-011-1/+1
* libc: Document support for binary integers.Dag-Erling Smørgrav2023-08-282-2/+6
* libc: Implement N2630.Dag-Erling Smørgrav2023-08-286-2/+45
* 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