aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* libc/test: fix typoRobert Clausecker30 hours1-1/+1
* libc/amd64: fix overread conditions in stpncpy()Robert Clausecker31 hours1-3/+4
* libc/tests/string: improve stpncpy() "bounds" unit testRobert Clausecker31 hours1-16/+39
* get*ent: be consistant about _ALIGN(p) - pBrooks Davis5 days7-13/+21
* libc/string: add strdupa(3) and strndupa(3)Konstantin Belousov7 days2-2/+36
* libc/string: put source files list one item per lineKonstantin Belousov7 days1-23/+121
* libc/limits_test: add no-op testcase to satisfy kyuaSiva Mahadevan10 days1-1/+4
* libc/stdc_has_single_bit.c: fix gcc warning (-Wparentheses)Robert Clausecker12 days1-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
* mpool(3): Fix a typo in statistical messageGordon Bergling2025-11-191-1/+1
* lib/libc: implement C23 memalignment()Robert Clausecker2025-11-124-2/+84
* libc/riscv64: implement bcopy() and bzero() through memcpy() and memset()Robert Clausecker2025-10-313-0/+30
* libc: scalar strchrnul() in RISC-V assemblyStrahinja Stanišić2025-10-312-0/+117
* libc: scalar strnlen() in RISC-V assemblyStrahinja Stanišić2025-10-312-0/+144
* libc: scalar memcpy() in RISC-V assemblyStrahinja Stanišić2025-10-312-0/+218
* libc: scalar strlen() in RISC-V assemblyStrahinja Stanišić2025-10-312-0/+78
* libc: scalar memset() in RISC-V assemblyStrahinja Stanišić2025-10-312-0/+96
* libc: scalar memchr() in RISC-V assemblyStrahinja Stanišić2025-10-312-0/+189
* simd.7: add scalar strrchr() for RISC-V to manpageStrahinja Stanišić2025-10-311-0/+3
* libc: scalar strrchr() in RISC-V assemblyStrahinja Stanišić2025-10-312-0/+126
* libc: report _SC_NPROCESSORS_ONLN more accurately in cpu-limited jailsKyle Evans2025-10-293-6/+156
* getvfsbyname.3 mount.8: Reference lsvfs(1)Mateusz Piotrowski2025-10-281-1/+2
* libc: fix description issues in mac_text(3)/mac_free(3)Kyle Evans2025-10-262-5/+7
* packages: Install development manpages in the -dev packageLexi Winter2025-10-264-7/+10
* ffs.3: Add a STANDARDS section to the manual pageGordon Bergling2025-10-251-1/+12
* inet_net_test: Compare pointers against nullptrJohn Baldwin2025-10-201-6/+6
* inet_net_test: Use int to hold expected return values from inet_net_ptonJohn Baldwin2025-10-201-2/+2
* libc: Import OpenBSD's inet_net_{ntop,pton}Lexi Winter2025-10-184-412/+492
* libc: Add "Z" as TZ designator for strptime.Gordon Tetlow2025-10-152-2/+3
* realpath: Belatedly document POSIX conformanceDag-Erling Smørgrav2025-10-131-6/+6
* realpath: Report correct path on failureDag-Erling Smørgrav2025-10-132-11/+14
* realpath: Additional test casesDag-Erling Smørgrav2025-10-131-12/+101
* initgroups.3: Clarify that ENOMEM is a possible value for 'errno'Olivier Certner2025-10-091-4/+4
* getgrouplist.3: Insist on the value returned in 'ngroups'; Minor changesOlivier Certner2025-10-091-13/+20
* fts: Further improve the manual pageDag-Erling Smørgrav2025-10-071-17/+129
* fts: Remove a few stray blank linesDag-Erling Smørgrav2025-10-071-3/+0