| Age | Commit message (Expand) | Author |
| 2023-01-30 | PR/57205: Dag-Erling Smørgrav: Add tests strchrnul(3), fix strchr pasto | christos |
| 2022-12-28 | swab(3): Rewrite this to be understandable. | riastradh |
| 2022-12-21 | adapt mbstowcs_basic test for unicode table update | wiz |
| 2022-12-04 | allow testing of files other than those in /etc | jschauma |
| 2022-12-04 | whitespace | jschauma |
| 2022-11-28 | whoops, we don't want an extra space here | jschauma |
| 2022-11-28 | whitespace | jschauma |
| 2022-10-06 | add tests for PR/57046. | ryo |
| 2022-08-12 | membar(3): Fix t_spinlock for machines with hash-locked atomics. | riastradh |
| 2022-08-01 | Provide _GNU_SOURCE for t_clone now that is required to make clone() | kre |
| 2022-07-18 | Make kqueue event status for vnodes shareable, and for stacked file systems | thorpej |
| 2022-06-09 | There are two hard problems in computer science cache invalidation, naming | skrll |
| 2022-06-07 | PR/56865: hppa: t_ptrace_core_wait test doesn't know it must advance PC after... | skrll |
| 2022-06-04 | tests/lib/libc: Test mmap(2) with bad hints. | riastradh |
| 2022-06-04 | Fix syntax error | pgoyette |
| 2022-05-31 | libc: Reintroduce getentropy. | riastradh |
| 2022-05-31 | s/disbale/disable/ and s/enbale/enable/ in comments. also one more typo fix. | andvar |
| 2022-05-31 | Avoid plabels on hppa to make some tests not crash | skrll |
| 2022-05-31 | whitespace including space before delay slot instruction. | skrll |
| 2022-05-30 | More factoring of common code. NFCI | pgoyette |
| 2022-05-30 | Update test so all four combinations of update_{upper, lower} x | pgoyette |
| 2022-05-29 | fix various typos in comments and log messages. | andvar |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-05-24 | s/estabilishing/establishing/ in copy pasted comment. | andvar |
| 2022-05-23 | s/controll/control/ in comments. | andvar |
| 2022-05-07 | Skip sigfpe_int also for sh3; integer division by zero is not trapped. | rin |
| 2022-05-01 | Rename variables to be more descriptive of their local meaning rather | pgoyette |
| 2022-04-30 | Don't put temporary files and directories into the atf_srcdir (that | pgoyette |
| 2022-04-29 | Add a new test for PR kern/56713 and set to expected_failure for now. | pgoyette |
| 2022-04-12 | s/sould/should/ and s/shoud/should/ | andvar |
| 2022-04-10 | membar_ops(3): Simplify alarm handling in membar tests. | riastradh |
| 2022-04-09 | Introduce membar_acquire/release. Deprecate membar_enter/exit. | riastradh |
| 2022-04-08 | membar_ops(3): Add some automatic tests. | riastradh |
| 2022-04-06 | Add a regression test for PR kern/52239, "Changing protections of | gson |
| 2022-04-05 | In the mmap_err test case, mmap the address, not the address of the address. | gson |
| 2022-04-05 | When the t_mmap:mmap_err test fails due to errno not having the expected | gson |
| 2022-04-04 | fix various typos, mainly in comments. | andvar |
| 2022-03-26 | Add sparc* to the list of architectures that need an explicit address | martin |
| 2022-03-18 | getrandom(2): Fix return value checks in automatic tests. | riastradh |
| 2022-02-20 | Validate basic fcntl(2) behavior for eventfd and timerfd. | thorpej |
| 2022-01-16 | tests/libc/inet: remove stray semicolons | rillig |
| 2021-12-15 | When running the tests under "qemu -accel kvm" on a Linux host, | gson |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-11-22 | undef a couple more. | christos |
| 2021-11-20 | Merge common code for the chdir cases (Piyush Sachdeva) | christos |
| 2021-11-15 | Add missing test | christos |
| 2021-11-07 | Fix linking for multi-source file tests, the second part of the tuple | martin |
| 2021-11-07 | new tests for posix_spawn_chdir from Piyush Sachdeva | christos |
| 2021-11-01 | Test lib/libc/sys/t_timerfd often fails when run on QEMU because | hannken |
| 2021-10-31 | Skip the test when there is insufficient disk space. Fixes PR misc/56324. | gson |