aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* libc: Preserve const qualifier on strchr(3), strrchr(3), and memchr(3) resultsFaraz Vahedi4 days2-3/+4
* chflags: Alias nocache to noucache for consistencyAlexander Ziaee4 days1-3/+2
* chflags: Add a new UF_NOCACHE flagRick Macklem2026-08-261-0/+6
* exterr: Fix build with GCC on 32-bit architecturesJohn Baldwin2026-08-201-1/+1
* uexterror(3): install the right manpageBrooks Davis2026-08-201-1/+1
* runtime: add the ability to set exterrors in userspaceBrooks Davis2026-08-207-18/+217
* exterr: relax format restrictionsBrooks Davis2026-08-201-2/+165
* fts: add fts_openat() APIJitendra Bhati2026-08-184-12/+92
* fts: fix file descriptor leak in fts_closeJitendra Bhati2026-08-171-0/+2
* fts: fix trailing-slash regression in fts_read after fts_childrenJitendra Bhati2026-08-161-1/+1
* fts: reduce fd usage by storing fts_dirfd on directory entries onlyJitendra Bhati2026-08-102-22/+33
* fts: fix fts_accpath regression after fts_children()Jitendra Bhati2026-08-061-2/+1
* kern/tty.c: Exterrorize returnsGleb Popov2026-08-051-0/+1
* uexterr_gettext(3): support dynamic kernel categoriesBrooks Davis2026-08-031-4/+64
* exterror(9): split category into multiple sourcesBrooks Davis2026-08-031-3/+15
* fts: refactor to use fd-relative operations internallyJitendra Bhati2026-08-036-21/+1517
* libc: Reject static ELF exectables with PT_TLS segments were filesz > memszJohn Baldwin2026-07-311-0/+4
* hwpmc: Add EXTERROR diagnostics to the hwpmc syscall pathAndre Silva2026-07-211-0/+1
* hwpmc: Add EXTERROR diagnostics to the AMD and IBS allocatorsAndre Silva2026-07-211-0/+1
* Revert "chflags: Add a new UF_DONTCACHE flag"Rick Macklem2026-07-131-3/+1
* chflags: Add a new UF_DONTCACHE flagRick Macklem2026-07-121-1/+3
* posix_spawn(3): create a guard page below the stack for rfork_thread on x86Konstantin Belousov2026-06-301-29/+18
* do_posix_spawn(): use boolKonstantin Belousov2026-06-291-3/+3
* Revert "fts: refactor to use fd-relative operations internally"Alan Somers2026-06-241-27/+11
* fts: refactor to use fd-relative operations internallyJitendra Bhati2026-06-231-11/+27
* ctermid(3): Fix returnAymeric Wibo2026-06-191-1/+1
* ctermid(3): Fix return values sectionAymeric Wibo2026-06-192-17/+22
* daemon(3): Note about environment after calling daemon()Aymeric Wibo2026-06-171-2/+24
* sys: Reserve EXTERR_CAT_LINKER for kld linker exterrorsJim Huang Chen2026-06-161-0/+1
* Revert "kldload: Improve error handling"Ed Maste2026-06-161-1/+0
* kldload: Improve error handlingJim Huang Chen2026-06-141-0/+1
* Revert "libc: Constify the getcap API"Dag-Erling Smørgrav2026-06-053-17/+14
* fts: Correct description of fts_setDag-Erling Smørgrav2026-06-051-4/+5
* libc: Constify the getcap APIDag-Erling Smørgrav2026-06-043-14/+17
* fts: Improve the description of FTS_NOSTATDag-Erling Smørgrav2026-05-291-1/+8
* fts: Check link count before using itDag-Erling Smørgrav2026-05-291-5/+39
* lib/libc/gen/fts.3: use 'options' consistently in fts_set() descriptionJitendra Bhati2026-05-221-2/+2
* nlist: Decrement nent on matchDag-Erling Smørgrav2026-05-211-1/+3
* nlist.3: Move deprecation notice after introAlexander Ziaee2026-05-201-5/+4
* nlist: Handle multiple symbol tablesDag-Erling Smørgrav2026-05-192-71/+87
* nlist.3: Add stab(5) XrefEd Maste2026-05-191-1/+2
* nlist.3: Add discouraged use noticeEd Maste2026-05-181-0/+4
* nlist.3: Clarify which symbol table is usedEd Maste2026-05-181-3/+5
* nlist.3: Replace a.out(5) Xref with elf(5)Ed Maste2026-05-181-2/+2
* libc/timespec_get*.3: expose STANDARDS sectionRobert Clausecker2026-05-142-11/+11
* libc: add freadlink(3)Konstantin Belousov2026-05-103-0/+18
* libc: correct posix_spawn_file_actions_init ENOMEM errorJilles Tjoelker2026-05-091-1/+1
* Revert erronously pushed series of commits, which should not be.Konstantin Belousov2026-05-033-18/+0
* libc: add freadlink(3)Konstantin Belousov2026-05-033-0/+18
* hwpmc_ibs: Add external error handlingAndre Silva2026-04-281-0/+1