| Age | Commit message (Expand) | Author |
| 2025-12-05 | libc/limits_test: add no-op testcase to satisfy kyua | Siva Mahadevan |
| 2025-11-30 | libc/tests: add test for *_MAX, *_MIN, and *_WIDTH | Robert Clausecker |
| 2025-10-13 | realpath: Report correct path on failure | Dag-Erling Smørgrav |
| 2025-10-13 | realpath: Additional test cases | Dag-Erling Smørgrav |
| 2025-08-02 | libc: gen: refactor execvPe() for readability | Kyle Evans |
| 2025-07-11 | readdir: Fix error check. | Dag-Erling Smørgrav |
| 2025-07-08 | wordexp(3): Handle ECHILD from waitpid | Kenny Levinsen |
| 2025-07-08 | opendir, fdopendir: Add tests, clean up. | Dag-Erling Smørgrav |
| 2025-07-02 | fts: Add test cases for unreadable directories. | Dag-Erling Smørgrav |
| 2025-06-26 | scandir: Propagate errors from readdir(). | Dag-Erling Smørgrav |
| 2025-06-23 | libc: Rename fscandir{,_b}() to fdscandir{,_b}(). | Dag-Erling Smørgrav |
| 2025-06-23 | glob: Improve callback tests. | Dag-Erling Smørgrav |
| 2025-06-20 | scandir: Fix behavior when no entries match. | Dag-Erling Smørgrav |
| 2025-06-20 | libc: Add fscandir(), fscandir_b(), scandirat_b(). | Dag-Erling Smørgrav |
| 2025-06-11 | Add tests for sig2str() / str2sig() | Ricardo Branco |
| 2025-06-02 | glob2_test: Add tests for error callback functions and blocks | Bojan Novković |
| 2025-05-08 | fts: Rename fts_options to fts_options_test | Dag-Erling Smørgrav |
| 2025-05-08 | fts: Give the blocks test a description. | Dag-Erling Smørgrav |
| 2025-05-08 | fts: Add tests for most FTS options. | Dag-Erling Smørgrav |
| 2025-04-22 | bsd.compiler.mk: Add a blocks compiler feature. | Dag-Erling Smørgrav |
| 2025-04-22 | fts: Add blocks support. | Dag-Erling Smørgrav |
| 2025-04-10 | fnmatch: Add support for collating symbols, equivalence classes, and characte... | Bojan Novković |
| 2025-01-19 | getentropy tests: Update after commit 473681a1a506da | Mark Johnston |
| 2024-12-02 | lib/libc/tests: add unit test for arc4random_uniform() | Robert Clausecker |
| 2024-07-15 | Remove residual blank line at start of Makefile | Warner Losh |
| 2023-11-01 | libc: Purge unneeded cdefs.h | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-01-27 | tests: fix posix_spawnp_enoexec_fallback_null_argv0 | Kyle Evans |
| 2020-12-31 | libc: tests: hook CPUSET(9) test up to the build | Kyle Evans |
| 2020-07-13 | Revert r351416 to let lib.libc.gen.getmntinfo_test.getmntinfo_test get more test | Li-Wen Hsu |
| 2020-06-24 | Enable long double tests on RISC-V | Mitchell Horne |
| 2020-06-10 | Add missing shell script from r361995 | Kyle Evans |
| 2020-06-10 | execvp: fix up the ENOEXEC fallback | Kyle Evans |
| 2020-06-05 | Avoid using non-portable dd status=none flag | Alex Richardson |
| 2019-12-12 | Add sigsetop extensions commonly found in musl libc and glibc | Kyle Evans |
| 2019-08-23 | lib.libc.gen.getmntinfo_test.getmntinfo_test is unstable since 8/20, skip it | Li-Wen Hsu |
| 2019-07-18 | Include a mode when creating files with openat(). | Brooks Davis |
| 2019-03-06 | Drop "All rights reserved" from my copyright statements. | John Baldwin |
| 2018-03-21 | getentropy(3): Fallback to kern.arandom sysctl on older kernels | Conrad Meyer |
| 2018-03-21 | Implement getrandom(2) and getentropy(3) | Conrad Meyer |
| 2018-01-31 | Add a new set of simple tests for makecontext(). | John Baldwin |
| 2017-12-06 | Optimize telldir(3) | Alan Somers |
| 2017-10-31 | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery |
| 2017-08-25 | getmntinfo(3): Scale faster, and return sooner | Conrad Meyer |
| 2017-08-10 | fnmatch(3): Update testcase for r322368. | Pedro F. Giffuni |
| 2017-07-06 | Fix cleanup in lib/libc/gen/setdomainname_test | Alan Somers |
| 2017-05-18 | Add tests for some cases in r318298. | Konstantin Belousov |