aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* libc: add posix_spawnattr_{get,set}execfd_np(3)Konstantin Belousov2026-01-252-1/+26
* Regen for the fork and exit/wait exterror category additionKonstantin Belousov2026-01-251-0/+2
* lib/libsys, lib/libc: export pdwaitKonstantin Belousov2026-01-253-0/+25
* xdr_string: don't leak strings with xdr_freeBrooks Davis2026-01-231-0/+7
* rpc/xdr.h: make xdrproc_t always take two argumentsBrooks Davis2026-01-231-2/+2
* jail(3): fix common usage after mac.label supportKyle Evans2026-01-202-1/+3
* libc: drop NO_FP_LIBC supportXin LI2026-01-1710-75/+0
* tdestroy: don't visit one-child node twiceDoug Moore2026-01-161-34/+32
* exterr: Regenerate exterr_cat_filenames.hMark Johnston2026-01-161-1/+1
* libc/stdlib: Port strtonumx() from IllumosHans Rosenfeld2026-01-154-23/+80
* swab: Correctly treat the data as misalignedJohn Baldwin2026-01-141-3/+10
* libc/aarch64: Use MOPS implementations of memcpy/memmove/memset where availbleSarah Walker2026-01-136-6/+139
* libc/csu: Pass HWCAP flags to ifunc resolver functionsSarah Walker2026-01-131-3/+28
* getopt(3): be more explicit about :: extensionSimon Wollwage2026-01-091-15/+34
* lib: remove powerpcspeMinsoo Choo2026-01-0917-1244/+0
* libc/amd64: fix stpncpy.S againRobert Clausecker2026-01-041-6/+3
* tdestroy(3): add testsKonstantin Belousov2025-12-291-0/+65
* tdestroy(3) man pageKonstantin Belousov2025-12-292-3/+25
* libc: add glibc-compatible tdestroy(3)Konstantin Belousov2025-12-293-0/+70
* libc/stdlib/Makefile: one line for each source file nameKonstantin Belousov2025-12-291-13/+69
* man pages: provide some description for extended errorsKonstantin Belousov2025-12-291-0/+16
* exterr: in verbose mode, print the source file nameKonstantin Belousov2025-12-291-4/+17
* Add automatically generated file libc/gen/exterr_cat_filenames.hKonstantin Belousov2025-12-291-0/+17
* exterror: Add EXTERROR_VERBOSE env variable to control verbosityKonstantin Belousov2025-12-291-5/+48
* exterror: add support for the format specifiers in the extended error msgKonstantin Belousov2025-12-291-1/+2
* libc/gen/err.c: remove 'extended error' herald from extended error outputKonstantin Belousov2025-12-291-1/+1
* libc/amd64: Disable baseline version of stpncpy()Dag-Erling Smørgrav2025-12-161-0/+2
* libc/test: fix typoRobert Clausecker2025-12-141-1/+1
* libc/amd64: fix overread conditions in stpncpy()Robert Clausecker2025-12-141-3/+4
* libc/tests/string: improve stpncpy() "bounds" unit testRobert Clausecker2025-12-141-16/+39
* get*ent: be consistant about _ALIGN(p) - pBrooks Davis2025-12-107-13/+21
* libc/string: add strdupa(3) and strndupa(3)Konstantin Belousov2025-12-082-2/+36
* libc/string: put source files list one item per lineKonstantin Belousov2025-12-081-23/+121
* libc/limits_test: add no-op testcase to satisfy kyuaSiva Mahadevan2025-12-051-1/+4
* libc/stdc_has_single_bit.c: fix gcc warning (-Wparentheses)Robert Clausecker2025-12-031-5/+5
* libc: Fix TESTSDIR for new stdbit testsJessica Clarke2025-12-011-0/+2
* man/man3: add cross references to stdbit(3)Robert Clausecker2025-11-301-0/+2
* libc/tests: add stdbit test framework and unit testsRobert Clausecker2025-11-3018-0/+511
* libc/stdbit: add man pages for stdbit functionsRobert Clausecker2025-11-3015-0/+1283
* libc: implement C23 <stdbit.h> functionsRobert Clausecker2025-11-3017-0/+847
* libc/tests: add test for *_MAX, *_MIN, and *_WIDTHRobert Clausecker2025-11-302-0/+102
* libc: remove ARMv5/6 from man pageMinsoo Choo2025-11-291-4/+1
* strfmon: Fix negative sign handling for C localeJose Luis Duran2025-11-262-4/+4
* strfmon: EINVAL if the '+' flag and both signs are emptyJose Luis Duran2025-11-263-6/+18
* strfmon: Add tests for Austin Group Defect 1199Jose Luis Duran2025-11-261-23/+57
* libc: Simplify __get_locale()Dag-Erling Smørgrav2025-11-261-4/+2
* strfmon: Fix typo s/poistion/position/Jose Luis Duran2025-11-261-1/+1
* jemalloc: apply freebsd changes to jemalloc 5.3.0 man pageMinsoo Choo2025-11-251-1/+31
* jemalloc: import jemalloc 5.3.0 man pageMinsoo Choo2025-11-251-52/+180
* exit.3: Fix a typo in the manual pageGordon Bergling2025-11-191-1/+1