summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
3 dayssysctl.3: Correct kern and kern.proc type descriptionsbrothersw
11 dayslibc: fix memfd_create's HUGETLB handlingKyle Evans
11 dayslibc/tests/string: add a more comprehensive unit test for strrchr()Robert Clausecker
12 dayslibc: Add missing MLINK for stravis(3)Dag-Erling Smørgrav
2026-04-04pause.3: Fix a typo in the manual pageGordon Bergling
2026-04-03posix_spawn_file_action_addopen.3: ignoring close failure is now approvedKonstantin Belousov
2026-04-03posix_spawn: actions chdir and fchdir are now required by POSIXKonstantin Belousov
2026-04-02posix_spawn.3: fix formatting of xrefKonstantin Belousov
2026-04-02rtld: allow dlopen("#<number>/<path>")Konstantin Belousov
2026-03-31_exit.2: Cross-reference atexit(3)Artem Bunichev
2026-03-28dup(2): document the handling of filedescriptor flagsKonstantin Belousov
2026-03-27rtld_get_var(3): provide explicit list of rtld vars that can be modifiedKonstantin Belousov
2026-03-26manuals: System message vs kernel messageAlexander Ziaee
2026-03-26libc/amd64/strrchr.S: fix rebase errorRobert Clausecker
2026-03-26libc/amd64/strrchr.S: rewrite and fix scalar implementationRobert Clausecker
2026-03-24libc/db: Remove unused hash functions in hash_func.cBojan Novković
2026-03-22libc: Fix cxa_thread_atexit{,nothr} test.ShengYi Hung
2026-03-19realpath: Improve manual pageDag-Erling Smørgrav
2026-03-19realpath: Improve prev_len logicDag-Erling Smørgrav
2026-03-14libc: Fix dtor order in __cxa_thread_atexitShengYi Hung
2026-03-10build: Stop testing LINKER_FEATURES for ifunc and build-idEd Maste
2026-03-09system(3): Fix brain glitch in previous commitDag-Erling Smørgrav
2026-03-09system(3): Address test robustness issueDag-Erling Smørgrav
2026-03-07libc/riscv64: temporarily disable strnlen() implementation until a fix is dev...Strahinja Stanišić
2026-03-06libc/quad: fix missing closing #endif in Symbol.mapXin LI
2026-03-05libc/quad: Switch to per-arch lists of symbolsJohn Baldwin
2026-03-05libc/quad: narrow list of symbols exposed for 32-bit armJohn Baldwin
2026-03-05libc/armv7: remove default version for allocaBrooks Davis
2026-03-05getnetconfig: make nc_error a thread local variableBrooks Davis
2026-03-04system(3): Unwrap execve()Dag-Erling Smørgrav
2026-02-25Refinements to the output when the EXTERROR_VERBOSE environment is setKirk McKusick
2026-02-25system(3): Fix null caseDag-Erling Smørgrav
2026-02-25system(3): Clarify return valuesDag-Erling Smørgrav
2026-02-25system(3): Write our own testsDag-Erling Smørgrav
2026-02-25system(3): Improve signal handlingDag-Erling Smørgrav
2026-02-25mpool/mpool_get.c: Avoid clobbering 'errno' when handling 'pread' errorsBojan Novković
2026-02-22libc: Roll {l,ll,imax}abs(3) manpages into just abs(3)Aymeric Wibo
2026-02-22libc: Roll {l,ll,imax}div(3) manpages into just div(3)Aymeric Wibo
2026-02-19vmm: Start using exterrorMark Johnston
2026-02-18libc: improve include usage for exterror sourcesKonstantin Belousov
2026-02-18libc: add man page for uexterr_gettext(3)Konstantin Belousov
2026-02-17libc: print extended errors from warn(3) and vwarn(3)Konstantin Belousov
2026-02-13libc/arm: use __builtin_trap() instead of abort() in aeabi_unwind stubsRobert Clausecker
2026-02-13Summary: *.3: misc man page fixesRobert Clausecker
2026-02-12libc: Improve {,l,ll,imax}div(3) manpagesAymeric Wibo
2026-02-12libc: Remove leftover commentsAymeric Wibo
2026-02-12lib/libc/net/sockatmark.3: fix groff mdoc warningKonstantin Belousov
2026-02-06STACKALIGN: Reimplement in terms of __align_downJohn Baldwin
2026-02-03libc/aarch64: Add memset for a 64 byte dc zvaAndrew Turner
2026-02-03libc/aarch64: Split out the MOPS functionsAndrew Turner