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