aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* dup(2): document the handling of filedescriptor flagsKonstantin Belousov12 hours1-0/+2
* rtld_get_var(3): provide explicit list of rtld vars that can be modifiedKonstantin Belousov45 hours1-0/+17
* manuals: System message vs kernel messageAlexander Ziaee2 days1-2/+2
* libc/amd64/strrchr.S: fix rebase errorRobert Clausecker2 days1-4/+4
* libc/amd64/strrchr.S: rewrite and fix scalar implementationRobert Clausecker2 days1-52/+26
* libc/db: Remove unused hash functions in hash_func.cBojan Novković4 days2-107/+2
* libc: Fix cxa_thread_atexit{,nothr} test.ShengYi Hung7 days2-5/+16
* realpath: Improve manual pageDag-Erling Smørgrav10 days1-24/+12
* realpath: Improve prev_len logicDag-Erling Smørgrav10 days1-3/+7
* libc: Fix dtor order in __cxa_thread_atexitShengYi Hung2026-03-141-2/+2
* build: Stop testing LINKER_FEATURES for ifunc and build-idEd Maste2026-03-111-6/+0
* system(3): Fix brain glitch in previous commitDag-Erling Smørgrav2026-03-091-7/+7
* system(3): Address test robustness issueDag-Erling Smørgrav2026-03-091-11/+27
* libc/riscv64: temporarily disable strnlen() implementation until a fix is dev...Strahinja Stanišić2026-03-071-1/+0
* libc/quad: fix missing closing #endif in Symbol.mapXin LI2026-03-061-0/+1
* libc/quad: Switch to per-arch lists of symbolsJohn Baldwin2026-03-051-24/+19
* libc/quad: narrow list of symbols exposed for 32-bit armJohn Baldwin2026-03-051-0/+14
* libc/armv7: remove default version for allocaBrooks Davis2026-03-052-1/+3
* getnetconfig: make nc_error a thread local variableBrooks Davis2026-03-051-38/+1
* system(3): Unwrap execve()Dag-Erling Smørgrav2026-03-041-1/+3
* Refinements to the output when the EXTERROR_VERBOSE environment is setKirk McKusick2026-02-262-9/+27
* system(3): Fix null caseDag-Erling Smørgrav2026-02-252-1/+11
* system(3): Clarify return valuesDag-Erling Smørgrav2026-02-251-3/+5
* system(3): Write our own testsDag-Erling Smørgrav2026-02-252-1/+166
* system(3): Improve signal handlingDag-Erling Smørgrav2026-02-251-43/+73
* mpool/mpool_get.c: Avoid clobbering 'errno' when handling 'pread' errorsBojan Novković2026-02-251-0/+4
* libc: Roll {l,ll,imax}abs(3) manpages into just abs(3)Aymeric Wibo2026-02-219-216/+61
* libc: Roll {l,ll,imax}div(3) manpages into just div(3)Aymeric Wibo2026-02-215-242/+67
* vmm: Start using exterrorMark Johnston2026-02-191-0/+1
* libc: improve include usage for exterror sourcesKonstantin Belousov2026-02-181-0/+1
* libc: add man page for uexterr_gettext(3)Konstantin Belousov2026-02-182-0/+72
* libc: print extended errors from warn(3) and vwarn(3)Konstantin Belousov2026-02-171-2/+2
* libc/arm: use __builtin_trap() instead of abort() in aeabi_unwind stubsRobert Clausecker2026-02-131-6/+6
* Summary: *.3: misc man page fixesRobert Clausecker2026-02-131-1/+1
* libc: Improve {,l,ll,imax}div(3) manpagesAymeric Wibo2026-02-126-24/+28
* libc: Remove leftover commentsAymeric Wibo2026-02-123-4/+0
* lib/libc/net/sockatmark.3: fix groff mdoc warningKonstantin Belousov2026-02-121-1/+1
* STACKALIGN: Reimplement in terms of __align_downJohn Baldwin2026-02-062-2/+4
* libc/aarch64: Add memset for a 64 byte dc zvaAndrew Turner2026-02-033-1/+20
* libc/aarch64: Split out the MOPS functionsAndrew Turner2026-02-033-3/+14
* libc/aarch64: Add a Makefile.inc dependencyAndrew Turner2026-02-031-2/+2
* libc/tests: Clean up *dir() testsDag-Erling Smørgrav2026-02-031-15/+13
* rpc: correct resultproc_t's typeBrooks Davis2026-02-021-3/+5
* clnt_broadcast(3): fix eachresult argument typeBrooks Davis2026-02-021-2/+3
* clnt_broadcast(3): don't free function pointersBrooks Davis2026-02-021-25/+10
* libc: Fix missing includeDag-Erling Smørgrav2026-02-021-0/+1
* libc: Improve POSIX conformance of dirfd()Dag-Erling Smørgrav2026-02-022-1/+18
* libc: Clean up *dir() codeDag-Erling Smørgrav2026-02-029-49/+43
* bcmp(3): update manpage to following the Posix StandardPouria Mousavizadeh Tehrani2026-02-021-1/+9
* libc/resolv: Switch default to loopback addressDag-Erling Smørgrav2026-01-311-41/+26