aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libc: Reimplement the *rand48 family of functionsMark Johnston2025-10-0612-90/+95
* libc: Move NLS catalogues to the locales packagesLexi Winter2025-10-051-0/+5
* fts: Document thread (un)safetyDag-Erling Smørgrav2025-10-041-7/+44
* libc/resolv: get rid of MD5Robert Clausecker2025-10-045-60/+5
* lib/libc: add recallocarray()Robert Clausecker2025-10-034-2/+115
* lib/libc: add FBSD-1.9 to Versions.defRobert Clausecker2025-10-031-1/+5
* lib{c,openbsd}: use ckd_mul() for overflow checking in re(c)allocarrayRobert Clausecker2025-10-031-9/+5
* libc: Add missing MLINK for tzname(3)Dag-Erling Smørgrav2025-09-302-36/+24
* tzcode: Test escape from TZDIRDag-Erling Smørgrav2025-09-291-13/+26
* rpc_generic.c: Fix a rpcbind core dump when rpcinfo is doneRick Macklem2025-09-281-0/+4
* tzcode: Fix issues when TZ is an absolute pathDag-Erling Smørgrav2025-09-273-9/+84
* libc/aarch64: fix ELF size of timingsafe_memcmpPaul Floyd2025-09-261-1/+1
* libc: properly forward the compat syscall references to libsysKonstantin Belousov2025-09-261-11/+37
* libc: un-namespace gen-compat.hKonstantin Belousov2025-09-262-2/+2