aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* libc/tests: Clean up *dir() testsDag-Erling Smørgrav2026-02-051-15/+13
* libc: Improve POSIX conformance of dirfd()Dag-Erling Smørgrav2026-02-052-1/+19
* libc: Clean up *dir() codeDag-Erling Smørgrav2026-02-059-49/+43
* opendir, readdir, telldir: Use the correct types.Dag-Erling Smørgrav2026-02-057-20/+24
* opendir, fdopendir: Add tests, clean up.Dag-Erling Smørgrav2026-02-055-14/+151
* opendir: Simplify is_unionstack().Dag-Erling Smørgrav2026-02-051-9/+7
* scandir: Code cleanup.Dag-Erling Smørgrav2026-02-051-11/+13
* scandir: Propagate errors from readdir().Dag-Erling Smørgrav2026-02-053-3/+104
* libc: Rename fscandir{,_b}() to fdscandir{,_b}().Dag-Erling Smørgrav2026-02-056-34/+34
* scandir: Fix behavior when no entries match.Dag-Erling Smørgrav2026-02-053-3/+30
* libc: Add fscandir(), fscandir_b(), scandirat_b().Dag-Erling Smørgrav2026-02-057-41/+402
* libc/resolv: Switch default to loopback addressDag-Erling Smørgrav2026-02-051-41/+26
* METALOG: Order keyword entriesJose Luis Duran2026-02-031-3/+3
* libc: Don't use uninitialised string for getnetbyaddr[_r](0) DNS lookupJessica Clarke2026-01-301-0/+3
* libc: report _SC_NPROCESSORS_ONLN more accurately in cpu-limited jailsKyle Evans2026-01-203-6/+156
* libc: fix description issues in mac_text(3)/mac_free(3)Kyle Evans2026-01-202-5/+7
* libc/amd64: fix stpncpy.S againRobert Clausecker2026-01-041-6/+3
* libc/amd64: Disable baseline version of stpncpy()Dag-Erling Smørgrav2026-01-041-0/+2
* libc/amd64: fix overread conditions in stpncpy()Robert Clausecker2026-01-041-3/+4
* libc/tests/string: improve stpncpy() "bounds" unit testRobert Clausecker2026-01-041-16/+39
* ioctl.2: Mention EACCESFelix Johnson2026-01-011-1/+4
* libc/string: add strdupa(3) and strndupa(3)Konstantin Belousov2025-12-162-2/+36
* libc/riscv: Fix initial exec TLS mode for dynamically loaded shared objectsJessica Clarke2025-12-151-1/+3
* libc: Fix dl_iterate_phdr's dlpi_tls_data for PowerPC and RISC-VJessica Clarke2025-12-151-1/+1
* libc: Don't bias DTV entries by TLS_DTV_OFFSETJessica Clarke2025-12-151-5/+4
* libc/csu: Unify INIT_RELOCS across architecturesJessica Clarke2025-12-1514-42/+43
* libc/csu: Support IFUNCs on riscvJessica Clarke2025-12-152-2/+65
* libc: Simplify __get_locale()Dag-Erling Smørgrav2025-12-051-4/+2
* strfmon: Fix negative sign handling for C localeJose Luis Duran2025-12-032-4/+4
* strfmon: EINVAL if the '+' flag and both signs are emptyJose Luis Duran2025-12-033-6/+18
* strfmon: Add tests for Austin Group Defect 1199Jose Luis Duran2025-12-031-23/+57
* strfmon: Fix typo s/poistion/position/Jose Luis Duran2025-12-031-1/+1
* mpool(3): Fix a typo in statistical messageGordon Bergling2025-11-241-1/+1
* exit.3: Fix a typo in the manual pageGordon Bergling2025-11-221-1/+1
* chroot.2: Remove fchroot referenceEd Maste2025-11-101-3/+1
* mkdir.2: Correct HISTORYKen Wong2025-11-061-1/+1
* revoke.2: Remove mention of block special device filesMateusz Piotrowski2025-11-031-2/+2
* write.2: explain the atomicity guarantees of the writesKonstantin Belousov2025-10-311-0/+20
* getvfsbyname.3 mount.8: Reference lsvfs(1)Mateusz Piotrowski2025-10-311-1/+2
* ffs.3: Fix an accidentally committed merge left overGordon Bergling2025-10-301-3/+0
* ffs.3: Add a STANDARDS section to the manual pageGordon Bergling2025-10-301-1/+13
* getrlimitusage.2: Update HISTORY sectionEd Maste2025-10-271-2/+2
* libc: Import OpenBSD's inet_net_{ntop,pton}Lexi Winter2025-10-254-412/+492
* libc: Add "Z" as TZ designator for strptime.Gordon Tetlow2025-10-222-2/+3
* libc: Avoid installing timezone.3 multiple timesEd Maste2025-10-201-1/+0
* realpath: Belatedly document POSIX conformanceDag-Erling Smørgrav2025-10-201-6/+6
* realpath: Report correct path on failureDag-Erling Smørgrav2025-10-202-11/+14
* realpath: Additional test casesDag-Erling Smørgrav2025-10-201-12/+101
* initgroups.3: Clarify that ENOMEM is a possible value for 'errno'Olivier Certner2025-10-101-3/+3
* getgrouplist.3: Insist on the value returned in 'ngroups'; Minor changesOlivier Certner2025-10-101-13/+20