summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2026-03-31_exit.2: Cross-reference atexit(3)Artem Bunichev
2026-03-19realpath: Improve manual pageDag-Erling Smørgrav
2026-03-19realpath: Improve prev_len logicDag-Erling Smørgrav
2026-03-14libc: Fix dtor order in __cxa_thread_atexitShengYi Hung
2026-03-04system(3): Unwrap execve()Dag-Erling Smørgrav
2026-02-25system(3): Fix null caseDag-Erling Smørgrav
2026-02-25system(3): Clarify return valuesDag-Erling Smørgrav
2026-02-25system(3): Improve signal handlingDag-Erling Smørgrav
2026-02-22libc: Roll {l,ll,imax}abs(3) manpages into just abs(3)Aymeric Wibo
2026-02-22libc: Roll {l,ll,imax}div(3) manpages into just div(3)Aymeric Wibo
2026-02-13Summary: *.3: misc man page fixesRobert Clausecker
2026-02-12libc: Improve {,l,ll,imax}div(3) manpagesAymeric Wibo
2026-02-12libc: Remove leftover commentsAymeric Wibo
2026-01-16tdestroy: don't visit one-child node twiceDoug Moore
2026-01-15libc/stdlib: Port strtonumx() from IllumosHans Rosenfeld
2026-01-09getopt(3): be more explicit about :: extensionSimon Wollwage
2025-12-29tdestroy(3) man pageKonstantin Belousov
2025-12-29libc: add glibc-compatible tdestroy(3)Konstantin Belousov
2025-12-29libc/stdlib/Makefile: one line for each source file nameKonstantin Belousov
2025-11-26strfmon: Fix negative sign handling for C localeJose Luis Duran
2025-11-26strfmon: EINVAL if the '+' flag and both signs are emptyJose Luis Duran
2025-11-26strfmon: Fix typo s/poistion/position/Jose Luis Duran
2025-11-25jemalloc: apply freebsd changes to jemalloc 5.3.0 man pageMinsoo Choo
2025-11-25jemalloc: import jemalloc 5.3.0 man pageMinsoo Choo
2025-11-19exit.3: Fix a typo in the manual pageGordon Bergling
2025-11-12lib/libc: implement C23 memalignment()Robert Clausecker
2025-10-13realpath: Belatedly document POSIX conformanceDag-Erling Smørgrav
2025-10-13realpath: Report correct path on failureDag-Erling Smørgrav
2025-10-03lib/libc: add recallocarray()Robert Clausecker
2025-10-03lib{c,openbsd}: use ckd_mul() for overflow checking in re(c)allocarrayRobert Clausecker
2025-08-17jemalloc: don't error out on initializer warning in gccWarner Losh
2025-08-15jemalloc: Merge from jemalloc 5.3.0 vendor branchWarner Losh
2025-08-15libc: Drop incorrect qsort optimizationDag-Erling Smørgrav
2025-04-29getopt_long.3: Use "optstring" consistentlyEd Maste
2025-04-29alloca.3: move to share/man/man3Brooks Davis
2025-04-27libc: Add getenv_r() function.Dag-Erling Smørgrav
2025-04-17issetugid() is a system call and belongs in section 2 (not 3).Jens Schweikhardt
2025-04-04libc: allow __cxa_atexit handlers to be added during __cxa_finalizeAurélien Croc de Suray
2025-02-19libc: use __sys___realpathat directly in realpathBrooks Davis
2024-12-13jemalloc: Move generated files into lib/libc treeWarner Losh
2024-12-13jemalloc: Move generated jemalloc.3 into lib/libc treeWarner Losh
2024-11-14libc: indicate existing functions that are POSIX 2024Ed Maste
2024-10-25Revise qsort(3 reflect POSIX.1-2024 update.Xin LI
2024-10-15manuals: Fix "unusual .Xr" warnings with a scriptGraham Percival
2024-09-27jemalloc: set LG_VADDR to 64 on amd64Konstantin Belousov
2024-09-18realpath(3): Minor style issues.Dag-Erling Smørgrav
2024-08-22jemalloc: don't expose 3.0 compat symbolsBrooks Davis
2024-07-30exit(3): clarify how to obtain full exit status of the exited processKonstantin Belousov
2024-07-30exit(3): make it thread-safeKonstantin Belousov
2024-07-15Remove residual blank line at start of MakefileWarner Losh