aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* realpath: Improve manual pageDag-Erling Smørgrav5 days1-24/+12
* realpath: Improve prev_len logicDag-Erling Smørgrav5 days1-3/+7
* libc/riscv64: temporarily disable strnlen() implementation until a fix is dev...Strahinja Stanišić2026-03-141-1/+0
* system(3): Address test robustness issueDag-Erling Smørgrav2026-03-111-11/+27
* system(3): Unwrap execve()Dag-Erling Smørgrav2026-03-111-1/+3
* Refinements to the output when the EXTERROR_VERBOSE environment is setKirk McKusick2026-03-062-9/+27
* system(3): Fix null caseDag-Erling Smørgrav2026-03-042-1/+11
* system(3): Clarify return valuesDag-Erling Smørgrav2026-03-041-3/+5
* system(3): Write our own testsDag-Erling Smørgrav2026-03-042-1/+166
* system(3): Improve signal handlingDag-Erling Smørgrav2026-03-041-43/+73
* libc: add man page for uexterr_gettext(3)Konstantin Belousov2026-02-212-0/+72
* libc: improve include usage for exterror sourcesKonstantin Belousov2026-02-211-0/+1
* libc: print extended errors from warn(3) and vwarn(3)Konstantin Belousov2026-02-211-2/+2
* libc/arm: use __builtin_trap() instead of abort() in aeabi_unwind stubsRobert Clausecker2026-02-201-6/+6
* libc: Improve {,l,ll,imax}div(3) manpagesAymeric Wibo2026-02-176-26/+28
* lib/libc/net/sockatmark.3: fix groff mdoc warningKonstantin Belousov2026-02-151-1/+1
* libc/aarch64: Add memset for a 64 byte dc zvaAndrew Turner2026-02-093-1/+20
* libc/aarch64: Split out the MOPS functionsAndrew Turner2026-02-093-3/+14
* libc/aarch64: Add a Makefile.inc dependencyAndrew Turner2026-02-091-2/+2
* libc/aarch64: Use MOPS implementations of memcpy/memmove/memset where availbleSarah Walker2026-02-096-6/+139
* libc/csu: Pass HWCAP flags to ifunc resolver functionsSarah Walker2026-02-091-3/+28
* libc/tests: Clean up *dir() testsDag-Erling Smørgrav2026-02-051-15/+13
* libc: Fix missing includeDag-Erling Smørgrav2026-02-051-0/+1
* libc: Improve POSIX conformance of dirfd()Dag-Erling Smørgrav2026-02-052-1/+18
* libc: Clean up *dir() codeDag-Erling Smørgrav2026-02-059-49/+43
* libc/resolv: Switch default to loopback addressDag-Erling Smørgrav2026-02-051-41/+26
* METALOG: Order keyword entriesJose Luis Duran2026-02-031-3/+3
* posix_spawn: use rfork_thread on all archesKonstantin Belousov2026-02-011-21/+18
* libc: document posix_spawnattr_{get,set}procdescp_np(3)Konstantin Belousov2026-02-013-0/+98
* posix_spawnattr_getexecfd_np.3: add closing .FcKonstantin Belousov2026-02-011-0/+1
* libc: add posix_spawnattr_{get,set}procdescp_npKonstantin Belousov2026-02-012-5/+51
* libc: document posix_spawnattr_getexecfd_np(3)Konstantin Belousov2026-02-013-0/+90
* libc: add posix_spawnattr_{get,set}execfd_np(3)Konstantin Belousov2026-02-012-1/+26
* Regen for the fork and exit/wait exterror category additionKonstantin Belousov2026-02-011-0/+2
* lib/libsys, lib/libc: export pdwaitKonstantin Belousov2026-02-013-0/+25
* libc: drop NO_FP_LIBC supportXin LI2026-01-3110-75/+0
* libc: Don't use uninitialised string for getnetbyaddr[_r](0) DNS lookupJessica Clarke2026-01-301-0/+3
* exterr: Regenerate exterr_cat_filenames.hMark Johnston2026-01-261-1/+1
* 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
* tdestroy(3): add testsKonstantin Belousov2026-01-051-0/+65
* tdestroy(3) man pageKonstantin Belousov2026-01-052-3/+25
* libc: add glibc-compatible tdestroy(3)Konstantin Belousov2026-01-053-0/+70
* libc/stdlib/Makefile: one line for each source file nameKonstantin Belousov2026-01-051-13/+69
* man pages: provide some description for extended errorsKonstantin Belousov2026-01-051-0/+16
* exterr: in verbose mode, print the source file nameKonstantin Belousov2026-01-051-4/+17
* Add automatically generated file libc/gen/exterr_cat_filenames.hKonstantin Belousov2026-01-051-0/+17
* exterror: Add EXTERROR_VERBOSE env variable to control verbosityKonstantin Belousov2026-01-051-5/+48
* exterror: add support for the format specifiers in the extended error msgKonstantin Belousov2026-01-051-1/+2
* libc/gen/err.c: remove 'extended error' herald from extended error outputKonstantin Belousov2026-01-051-1/+1