| Commit message (Expand) | Author | Age | Files | Lines |
| * | libc: Preserve const qualifier on bsearch(3) results in tests | Faraz Vahedi | 4 days | 4 | -4/+4 |
| * | Assign and test `malloc` result separately | Enji Cooper | 11 days | 1 | -1/+1 |
| * | libc: Implement bsearch_s(), document bsearch_b(), and add unit tests | Faraz Vahedi | 2026-08-22 | 5 | -1/+341 |
| * | fts: add fts_capsicum_test.c | Jitendra Bhati | 2026-08-18 | 2 | -0/+211 |
| * | fts: add fts_openat() API | Jitendra Bhati | 2026-08-18 | 2 | -0/+251 |
| * | fts: fix file descriptor leak in fts_close | Jitendra Bhati | 2026-08-17 | 1 | -0/+66 |
| * | fts: fix trailing-slash regression in fts_read after fts_children | Jitendra Bhati | 2026-08-16 | 1 | -0/+58 |
| * | libc/tests: Add assertions for BOOL_WIDTH, BOOL_MAX, and BITINT_MAXWIDTH | Faraz Vahedi | 2026-08-13 | 1 | -0/+6 |
| * | fts: fix fts_accpath regression after fts_children() | Jitendra Bhati | 2026-08-06 | 1 | -0/+60 |
| * | libc: Add strfromd, strfromf, and strfroml per C23 | Faraz Vahedi | 2026-08-02 | 2 | -0/+591 |
| * | stdio: *memstream: grow the buffer by 1.5x on write | Kyle Evans | 2026-08-01 | 2 | -0/+77 |
| * | 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 |
| * | iconv(3): Draft some automatic tests. | Taylor R Campbell | 2026-06-30 | 1 | -0/+1 |
| * | libc: gen: add a test for rtld underflowing our posix_spawn thread | Kyle Evans | 2026-06-30 | 4 | -0/+93 |
| * | libc/dbm: Differentiate between uninitialized and end-of-db cursors | Bojan Novković | 2026-06-20 | 1 | -0/+33 |
| * | powerpc64le: switch long double to IEEE binary128 | Piotr Kubaj | 2026-06-19 | 2 | -0/+2 |
| * | libc/fortify_uio_test: replace stdin in base readv tests | Siva Mahadevan | 2026-06-10 | 2 | -0/+20 |
| * | libc/tests: Enable fpsetround_basic which was never triggered since ported. | K Rin | 2026-06-10 | 3 | -24/+38 |
| * | libc/tests: copy ieeefp tests out from contrib/netbsd-tests and rename them a... | K Rin | 2026-06-10 | 4 | -3/+741 |
| * | fts: add fts regression tests | Jitendra Bhati | 2026-06-05 | 2 | -0/+317 |
| * | fts: add misc fts traversal tests | Jitendra Bhati | 2026-06-05 | 1 | -1/+520 |
| * | fts: address post-merge feedback on fts_children_test.c | Jitendra Bhati | 2026-06-05 | 1 | -8/+8 |
| * | fts: address post-merge feedback on fts_set_test.c | Jitendra Bhati | 2026-06-05 | 1 | -27/+34 |
| * | lib/libc/tests/gen: add fts_set() tests | Jitendra Bhati | 2026-06-02 | 2 | -0/+362 |
| * | fts: Add some depth to the options test | Dag-Erling Smørgrav | 2026-05-29 | 1 | -0/+74 |
| * | lib/libc/tests/gen: add fts_children() tests | Jitendra Bhati | 2026-05-22 | 2 | -0/+324 |
| * | lib/libc/tests/gen: add fts_open() error and edge case tests | Jitendra Bhati | 2026-05-22 | 2 | -0/+231 |
| * | tests: fix remaining test failures under _FORTIFY_SOURCE | Kyle Evans | 2026-05-01 | 1 | -0/+1 |
| * | libc/tests/string: add a more comprehensive unit test for strrchr() | Robert Clausecker | 2026-04-08 | 2 | -0/+158 |
| * | libc: Fix cxa_thread_atexit{,nothr} test. | ShengYi Hung | 2026-03-22 | 2 | -5/+16 |
| * | system(3): Fix brain glitch in previous commit | Dag-Erling Smørgrav | 2026-03-09 | 1 | -7/+7 |
| * | system(3): Address test robustness issue | Dag-Erling Smørgrav | 2026-03-09 | 1 | -11/+27 |
| * | system(3): Fix null case | Dag-Erling Smørgrav | 2026-02-25 | 1 | -0/+10 |
| * | system(3): Write our own tests | Dag-Erling Smørgrav | 2026-02-25 | 2 | -1/+166 |
| * | libc/tests: Clean up *dir() tests | Dag-Erling Smørgrav | 2026-02-03 | 1 | -15/+13 |
| * | tdestroy(3): add tests | Konstantin Belousov | 2025-12-29 | 1 | -0/+65 |
| * | libc/test: fix typo | Robert Clausecker | 2025-12-14 | 1 | -1/+1 |
| * | libc/tests/string: improve stpncpy() "bounds" unit test | Robert Clausecker | 2025-12-14 | 1 | -16/+39 |
| * | libc/limits_test: add no-op testcase to satisfy kyua | Siva Mahadevan | 2025-12-05 | 1 | -1/+4 |
| * | libc: Fix TESTSDIR for new stdbit tests | Jessica Clarke | 2025-12-01 | 1 | -0/+2 |
| * | libc/tests: add stdbit test framework and unit tests | Robert Clausecker | 2025-11-30 | 18 | -0/+511 |
| * | libc/tests: add test for *_MAX, *_MIN, and *_WIDTH | Robert Clausecker | 2025-11-30 | 2 | -0/+102 |
| * | strfmon: Fix negative sign handling for C locale | Jose Luis Duran | 2025-11-26 | 1 | -3/+3 |
| * | strfmon: EINVAL if the '+' flag and both signs are empty | Jose Luis Duran | 2025-11-26 | 1 | -4/+4 |
| * | strfmon: Add tests for Austin Group Defect 1199 | Jose Luis Duran | 2025-11-26 | 1 | -23/+57 |
| * | libc: report _SC_NPROCESSORS_ONLN more accurately in cpu-limited jails | Kyle Evans | 2025-10-29 | 1 | -3/+137 |
| * | inet_net_test: Compare pointers against nullptr | John Baldwin | 2025-10-20 | 1 | -6/+6 |
| * | inet_net_test: Use int to hold expected return values from inet_net_pton | John Baldwin | 2025-10-20 | 1 | -2/+2 |