aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Revert erronously pushed series of commits, which should not be.Konstantin Belousov6 days7-71/+2
* Add O_SYMLINK emulationKonstantin Belousov6 days4-2/+53
* libc: add freadlink(3)Konstantin Belousov6 days3-0/+18
* tests: fix remaining test failures under _FORTIFY_SOURCEKyle Evans9 days1-0/+1
* hwpmc_ibs: Add external error handlingAndre Silva11 days1-0/+1
* reallocarray.3: Fix formattingMark Johnston11 days1-1/+1
* libc/fls*.c: use *_WIDTH macros over CHAR_BIT * sizeof(type)Robert Clausecker2026-04-223-3/+3
* sysctl.3: Correct kern and kern.proc type descriptionsbrothersw2026-04-161-10/+17
* libc: fix memfd_create's HUGETLB handlingKyle Evans2026-04-091-7/+16
* libc/tests/string: add a more comprehensive unit test for strrchr()Robert Clausecker2026-04-082-0/+158
* libc: Add missing MLINK for stravis(3)Dag-Erling Smørgrav2026-04-071-0/+1
* pause.3: Fix a typo in the manual pageGordon Bergling2026-04-041-1/+1
* posix_spawn_file_action_addopen.3: ignoring close failure is now approvedKonstantin Belousov2026-04-031-2/+4
* posix_spawn: actions chdir and fchdir are now required by POSIXKonstantin Belousov2026-04-035-16/+28
* posix_spawn.3: fix formatting of xrefKonstantin Belousov2026-04-021-1/+1
* rtld: allow dlopen("#<number>/<path>")Konstantin Belousov2026-04-021-0/+14
* _exit.2: Cross-reference atexit(3)Artem Bunichev2026-03-311-1/+2
* dup(2): document the handling of filedescriptor flagsKonstantin Belousov2026-03-281-0/+2
* rtld_get_var(3): provide explicit list of rtld vars that can be modifiedKonstantin Belousov2026-03-261-0/+17
* manuals: System message vs kernel messageAlexander Ziaee2026-03-261-2/+2
* libc/amd64/strrchr.S: fix rebase errorRobert Clausecker2026-03-261-4/+4
* libc/amd64/strrchr.S: rewrite and fix scalar implementationRobert Clausecker2026-03-261-52/+26
* libc/db: Remove unused hash functions in hash_func.cBojan Novković2026-03-242-107/+2
* libc: Fix cxa_thread_atexit{,nothr} test.ShengYi Hung2026-03-222-5/+16
* realpath: Improve manual pageDag-Erling Smørgrav2026-03-191-24/+12
* realpath: Improve prev_len logicDag-Erling Smørgrav2026-03-191-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