| Commit message (Expand) | Author | Age | Files | Lines |
| * | libc/stdtime: Catch up with tzcode 2026d | Dag-Erling Smørgrav | 20 hours | 1 | -6/+2 |
| * | libc: Preserve const qualifier on strchr(3), strrchr(3), and memchr(3) results | Faraz Vahedi | 21 hours | 10 | -14/+16 |
| * | libc: Preserve const qualifier on bsearch(3) results in tests | Faraz Vahedi | 21 hours | 4 | -4/+4 |
| * | libc: Parenthesise qualifier-preserving function definitions | Faraz Vahedi | 21 hours | 17 | -19/+19 |
| * | chflags: Alias nocache to noucache for consistency | Alexander Ziaee | 22 hours | 1 | -3/+2 |
| * | Assign and test `malloc` result separately | Enji Cooper | 8 days | 1 | -1/+1 |
| * | chflags: Add a new UF_NOCACHE flag | Rick Macklem | 2026-08-26 | 1 | -0/+6 |
| * | libc: Implement bsearch_s(), document bsearch_b(), and add unit tests | Faraz Vahedi | 2026-08-22 | 10 | -6/+493 |
| * | 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 | 8 | -18/+223 |
| * | exterr: relax format restrictions | Brooks Davis | 2026-08-20 | 1 | -2/+165 |
| * | libc: Restore prior C23 include guards | Faraz Vahedi | 2026-08-19 | 1 | -1/+1 |
| * | fts: add fts_capsicum_test.c | Jitendra Bhati | 2026-08-18 | 2 | -0/+211 |
| * | fts: add fts_openat() API | Jitendra Bhati | 2026-08-18 | 6 | -12/+343 |
| * | fts: fix file descriptor leak in fts_close | Jitendra Bhati | 2026-08-17 | 2 | -0/+68 |
| * | fts: fix trailing-slash regression in fts_read after fts_children | Jitendra Bhati | 2026-08-16 | 2 | -1/+59 |
| * | libc: Add <stdio.h> C23 feature test macro | Faraz Vahedi | 2026-08-14 | 1 | -1/+1 |
| * | libc: Use C23 pseudo-types in qualifier-preserving man page synopses | Faraz Vahedi | 2026-08-13 | 9 | -44/+44 |
| * | libc: Implement qualifier-preserving standard library functions | Faraz Vahedi | 2026-08-13 | 9 | -33/+112 |
| * | libc/tests: Add assertions for BOOL_WIDTH, BOOL_MAX, and BITINT_MAXWIDTH | Faraz Vahedi | 2026-08-13 | 1 | -0/+6 |
| * | 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 | 2 | -2/+61 |
| * | kern/tty.c: Exterrorize returns | Gleb Popov | 2026-08-05 | 1 | -0/+1 |
| * | manuals: Fix more Fx and nearby mechanical typos | Alexander Ziaee | 2026-08-04 | 2 | -3/+3 |
| * | manuals: Fix Fx and nearby mechanical typos | Alexander Ziaee | 2026-08-04 | 14 | -27/+27 |
| * | 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: getopt{,_long}: Const correctness for C23 | Lexi Winter | 2026-08-03 | 2 | -2/+2 |
| * | libc: Add strfromd, strfromf, and strfroml per C23 | Faraz Vahedi | 2026-08-02 | 10 | -1/+1359 |
| * | libc/merge.c: use memcpy() for copying | Minsoo Choo | 2026-08-02 | 1 | -48/+21 |
| * | stdio: *memstream: grow the buffer by 1.5x on write | Kyle Evans | 2026-08-01 | 4 | -12/+108 |
| * | stdio: *memstream: decouple the buffer size from the stream length | Kyle Evans | 2026-08-01 | 2 | -8/+17 |
| * | stdio: *memstream: slightly streamline growth function | Kyle Evans | 2026-08-01 | 2 | -18/+15 |
| * | libc: Reject static ELF exectables with PT_TLS segments were filesz > memsz | John Baldwin | 2026-07-31 | 1 | -0/+4 |
| * | tests/libc: Fix fortify_source uio tests | Mark Johnston | 2026-07-31 | 2 | -29/+98 |
| * | [test] libatexit: leverage __{BEGIN,END}_DECLS | Enji Cooper | 2026-07-25 | 1 | -4/+7 |
| * | libc: tests: add static to resolve -Wmissing-prototypes | Zhang Qiyue | 2026-07-25 | 1 | -1/+1 |
| * | 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 |
| * | acl_from_text.c: Allow negative uid/gid numbers to be handled | Peter Eriksson | 2026-07-06 | 1 | -9/+32 |
| * | libc/resolv: Dead code and style cleanup | Dag-Erling Smørgrav | 2026-07-06 | 1 | -42/+17 |
| * | libc/resolv: Add no-debug and no-rotate options | Dag-Erling Smørgrav | 2026-07-06 | 1 | -0/+4 |
| * | libc/resolv: Reimplement the sortlist parser | Dag-Erling Smørgrav | 2026-07-06 | 2 | -110/+137 |
| * | libc/resolv: Refactor the configuration parser | Dag-Erling Smørgrav | 2026-07-06 | 1 | -267/+380 |
| * | libc/resolv: Refactor the option parser | Dag-Erling Smørgrav | 2026-07-06 | 1 | -89/+105 |
| * | libc/resolv: Drop Solaris 2 compatibility | Dag-Erling Smørgrav | 2026-07-06 | 3 | -58/+0 |