summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2 dayslibc: drop NO_FP_LIBC supportXin LI
3 daystdestroy: don't visit one-child node twiceDoug Moore
3 daysexterr: Regenerate exterr_cat_filenames.hMark Johnston
4 dayslibc/stdlib: Port strtonumx() from IllumosHans Rosenfeld
5 daysswab: Correctly treat the data as misalignedJohn Baldwin
6 dayslibc/aarch64: Use MOPS implementations of memcpy/memmove/memset where availbleSarah Walker
6 dayslibc/csu: Pass HWCAP flags to ifunc resolver functionsSarah Walker
10 daysgetopt(3): be more explicit about :: extensionSimon Wollwage
10 dayslib: remove powerpcspeMinsoo Choo
2026-01-04libc/amd64: fix stpncpy.S againRobert Clausecker
2025-12-29tdestroy(3): add testsKonstantin Belousov
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-12-29man pages: provide some description for extended errorsKonstantin Belousov
2025-12-29exterr: in verbose mode, print the source file nameKonstantin Belousov
2025-12-29Add automatically generated file libc/gen/exterr_cat_filenames.hKonstantin Belousov
2025-12-29exterror: Add EXTERROR_VERBOSE env variable to control verbosityKonstantin Belousov
2025-12-29exterror: add support for the format specifiers in the extended error msgKonstantin Belousov
2025-12-29libc/gen/err.c: remove 'extended error' herald from extended error outputKonstantin Belousov
2025-12-16libc/amd64: Disable baseline version of stpncpy()Dag-Erling Smørgrav
2025-12-14libc/test: fix typoRobert Clausecker
2025-12-14libc/amd64: fix overread conditions in stpncpy()Robert Clausecker
2025-12-14libc/tests/string: improve stpncpy() "bounds" unit testRobert Clausecker
2025-12-10get*ent: be consistant about _ALIGN(p) - pBrooks Davis
2025-12-09libc/string: add strdupa(3) and strndupa(3)Konstantin Belousov
2025-12-09libc/string: put source files list one item per lineKonstantin Belousov
2025-12-05libc/limits_test: add no-op testcase to satisfy kyuaSiva Mahadevan
2025-12-03libc/stdc_has_single_bit.c: fix gcc warning (-Wparentheses)Robert Clausecker
2025-12-01libc: Fix TESTSDIR for new stdbit testsJessica Clarke
2025-11-30man/man3: add cross references to stdbit(3)Robert Clausecker
2025-11-30libc/tests: add stdbit test framework and unit testsRobert Clausecker
2025-11-30libc/stdbit: add man pages for stdbit functionsRobert Clausecker
2025-11-30libc: implement C23 <stdbit.h> functionsRobert Clausecker
2025-11-30libc/tests: add test for *_MAX, *_MIN, and *_WIDTHRobert Clausecker
2025-11-28libc: remove ARMv5/6 from man pageMinsoo Choo
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: Add tests for Austin Group Defect 1199Jose Luis Duran
2025-11-26libc: Simplify __get_locale()Dag-Erling Smørgrav
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-19mpool(3): Fix a typo in statistical messageGordon Bergling
2025-11-12lib/libc: implement C23 memalignment()Robert Clausecker
2025-10-31libc/riscv64: implement bcopy() and bzero() through memcpy() and memset()Robert Clausecker
2025-10-31libc: scalar strchrnul() in RISC-V assemblyStrahinja Stanišić
2025-10-31libc: scalar strnlen() in RISC-V assemblyStrahinja Stanišić
2025-10-31libc: scalar memcpy() in RISC-V assemblyStrahinja Stanišić