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