| Commit message (Expand) | Author | Age | Files | Lines |
| * | libc: Preserve const qualifier on strchr(3), strrchr(3), and memchr(3) results | Faraz Vahedi | 4 days | 2 | -3/+4 |
| * | chflags: Alias nocache to noucache for consistency | Alexander Ziaee | 4 days | 1 | -3/+2 |
| * | chflags: Add a new UF_NOCACHE flag | Rick Macklem | 2026-08-26 | 1 | -0/+6 |
| * | exterr: Fix build with GCC on 32-bit architectures | John Baldwin | 2026-08-20 | 1 | -1/+1 |
| * | uexterror(3): install the right manpage | Brooks Davis | 2026-08-20 | 1 | -1/+1 |
| * | runtime: add the ability to set exterrors in userspace | Brooks Davis | 2026-08-20 | 7 | -18/+217 |
| * | exterr: relax format restrictions | Brooks Davis | 2026-08-20 | 1 | -2/+165 |
| * | fts: add fts_openat() API | Jitendra Bhati | 2026-08-18 | 4 | -12/+92 |
| * | fts: fix file descriptor leak in fts_close | Jitendra Bhati | 2026-08-17 | 1 | -0/+2 |
| * | fts: fix trailing-slash regression in fts_read after fts_children | Jitendra Bhati | 2026-08-16 | 1 | -1/+1 |
| * | fts: reduce fd usage by storing fts_dirfd on directory entries only | Jitendra Bhati | 2026-08-10 | 2 | -22/+33 |
| * | fts: fix fts_accpath regression after fts_children() | Jitendra Bhati | 2026-08-06 | 1 | -2/+1 |
| * | kern/tty.c: Exterrorize returns | Gleb Popov | 2026-08-05 | 1 | -0/+1 |
| * | uexterr_gettext(3): support dynamic kernel categories | Brooks Davis | 2026-08-03 | 1 | -4/+64 |
| * | exterror(9): split category into multiple sources | Brooks Davis | 2026-08-03 | 1 | -3/+15 |
| * | fts: refactor to use fd-relative operations internally | Jitendra Bhati | 2026-08-03 | 6 | -21/+1517 |
| * | libc: Reject static ELF exectables with PT_TLS segments were filesz > memsz | John Baldwin | 2026-07-31 | 1 | -0/+4 |
| * | hwpmc: Add EXTERROR diagnostics to the hwpmc syscall path | Andre Silva | 2026-07-21 | 1 | -0/+1 |
| * | hwpmc: Add EXTERROR diagnostics to the AMD and IBS allocators | Andre Silva | 2026-07-21 | 1 | -0/+1 |
| * | Revert "chflags: Add a new UF_DONTCACHE flag" | Rick Macklem | 2026-07-13 | 1 | -3/+1 |
| * | chflags: Add a new UF_DONTCACHE flag | Rick Macklem | 2026-07-12 | 1 | -1/+3 |
| * | posix_spawn(3): create a guard page below the stack for rfork_thread on x86 | Konstantin Belousov | 2026-06-30 | 1 | -29/+18 |
| * | do_posix_spawn(): use bool | Konstantin Belousov | 2026-06-29 | 1 | -3/+3 |
| * | Revert "fts: refactor to use fd-relative operations internally" | Alan Somers | 2026-06-24 | 1 | -27/+11 |
| * | fts: refactor to use fd-relative operations internally | Jitendra Bhati | 2026-06-23 | 1 | -11/+27 |
| * | ctermid(3): Fix return | Aymeric Wibo | 2026-06-19 | 1 | -1/+1 |
| * | ctermid(3): Fix return values section | Aymeric Wibo | 2026-06-19 | 2 | -17/+22 |
| * | daemon(3): Note about environment after calling daemon() | Aymeric Wibo | 2026-06-17 | 1 | -2/+24 |
| * | sys: Reserve EXTERR_CAT_LINKER for kld linker exterrors | Jim Huang Chen | 2026-06-16 | 1 | -0/+1 |
| * | Revert "kldload: Improve error handling" | Ed Maste | 2026-06-16 | 1 | -1/+0 |
| * | kldload: Improve error handling | Jim Huang Chen | 2026-06-14 | 1 | -0/+1 |
| * | Revert "libc: Constify the getcap API" | Dag-Erling Smørgrav | 2026-06-05 | 3 | -17/+14 |
| * | fts: Correct description of fts_set | Dag-Erling Smørgrav | 2026-06-05 | 1 | -4/+5 |
| * | libc: Constify the getcap API | Dag-Erling Smørgrav | 2026-06-04 | 3 | -14/+17 |
| * | fts: Improve the description of FTS_NOSTAT | Dag-Erling Smørgrav | 2026-05-29 | 1 | -1/+8 |
| * | fts: Check link count before using it | Dag-Erling Smørgrav | 2026-05-29 | 1 | -5/+39 |
| * | lib/libc/gen/fts.3: use 'options' consistently in fts_set() description | Jitendra Bhati | 2026-05-22 | 1 | -2/+2 |
| * | nlist: Decrement nent on match | Dag-Erling Smørgrav | 2026-05-21 | 1 | -1/+3 |
| * | nlist.3: Move deprecation notice after intro | Alexander Ziaee | 2026-05-20 | 1 | -5/+4 |
| * | nlist: Handle multiple symbol tables | Dag-Erling Smørgrav | 2026-05-19 | 2 | -71/+87 |
| * | nlist.3: Add stab(5) Xref | Ed Maste | 2026-05-19 | 1 | -1/+2 |
| * | nlist.3: Add discouraged use notice | Ed Maste | 2026-05-18 | 1 | -0/+4 |
| * | nlist.3: Clarify which symbol table is used | Ed Maste | 2026-05-18 | 1 | -3/+5 |
| * | nlist.3: Replace a.out(5) Xref with elf(5) | Ed Maste | 2026-05-18 | 1 | -2/+2 |
| * | libc/timespec_get*.3: expose STANDARDS section | Robert Clausecker | 2026-05-14 | 2 | -11/+11 |
| * | libc: add freadlink(3) | Konstantin Belousov | 2026-05-10 | 3 | -0/+18 |
| * | libc: correct posix_spawn_file_actions_init ENOMEM error | Jilles Tjoelker | 2026-05-09 | 1 | -1/+1 |
| * | Revert erronously pushed series of commits, which should not be. | Konstantin Belousov | 2026-05-03 | 3 | -18/+0 |
| * | libc: add freadlink(3) | Konstantin Belousov | 2026-05-03 | 3 | -0/+18 |
| * | hwpmc_ibs: Add external error handling | Andre Silva | 2026-04-28 | 1 | -0/+1 |