| Age | Commit message (Expand) | Author |
| 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-14 | PR/56831: Eric van Gyzen: race condition in tests/kernel/t_sysv.c | christos |
| 2022-01-26 | remove double t from targeted, add missing r to arbitrary | andvar |
| 2021-12-09 | tests/t_magic_symlinks: remove duplicate word in test description | rillig |
| 2021-11-21 | Test kernel/kqueue/t_timer, subtests abstime, basic_timer and timer_units | hannken |
| 2021-10-23 | Fix a regression introduced in kern_event.c,v 1.129 that would cause | thorpej |
| 2021-10-23 | Add support for the EVFILT_EMPTY filter, which is activated when the | thorpej |
| 2021-10-22 | In the "modify" test case, immediately after modifying the timer, validate | thorpej |
| 2021-10-22 | Support modifying an existing timer without having to delete it first. | thorpej |
| 2021-10-20 | Add a test case for PR kern/56460. | thorpej |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-10-13 | Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS, | thorpej |
| 2021-10-10 | Fix typo in comment. | wiz |
| 2021-10-10 | The knotes for EVFILT_SIGNAL and EVFILT_PROC are maintained on a single | thorpej |
| 2021-10-10 | Add a test case for the race condition in PR kern/50094, modeled after | thorpej |
| 2021-10-10 | Add a test case to heavily exercise EVFILT_PROC + NOTE_TRACK. | thorpej |
| 2021-10-02 | - Add a new EVFILT_WRITE test case for FIFOs that correctly validates | thorpej |
| 2021-10-02 | New EVFILT_READ test case for FIFOs; validates readability threshold and | thorpej |
| 2021-10-01 | t_simplehook requires RUMP | martin |
| 2021-09-30 | Added tests for the linear hook APIs | yamaguchi |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2020-10-31 | Avoid hard-coding names and limits so this will not break again. | christos |
| 2020-07-01 | Add basic checks for magic symlink(7)'s. These include a case for PR lib/55361, | jruoho |
| 2020-06-26 | Reference PRs consistently. | jruoho |
| 2020-06-25 | Add a test case for PR kern/52744, which no longer appears to be present. | jruoho |
| 2020-06-24 | errno is irrelevant here. | rin |
| 2020-06-24 | Fix random failures for pty_queue test. | rin |
| 2020-06-24 | Turn err() into atf_tc_fail_errno() for parent process, so that | rin |
| 2020-03-01 | Centralize the base rump libraries into a variable used by all the other | christos |
| 2020-02-11 | Test that fpu state is preserved by fork. | riastradh |
| 2020-02-10 | Show errno on failure. | riastradh |
| 2019-10-20 | opening a symlink with O_NOFOLLOW is expected to fail. | christos |
| 2019-09-29 | convert HAVE_GCC == 7 to HAVE_GCC >= 7. | mrg |
| 2019-09-15 | Add tests for fexecve(2) | christos |
| 2019-09-15 | Add F_GETPATH, presented to tech-kern. | christos |
| 2019-08-15 | Adapt tests/kernel/t_subr_prf for MKSANITIZER | kamil |
| 2019-06-07 | Add a $ORIGIN test | christos |
| 2019-06-01 | Fix a mistake in a test for KERN_PROC_CWD | kamil |
| 2019-06-01 | Add ATF KERN_PROC_CWD tests | kamil |
| 2019-05-21 | unexpand | christos |
| 2019-05-21 | add printf attribute | christos |
| 2019-05-21 | Make the t_subr_prf test build after changes to sys/kern/subr_prf.c | kre |
| 2019-04-25 | Fix typo | kamil |
| 2019-02-15 | Fix reporting EOF via kevent and add a test case | mgorny |
| 2019-02-04 | - tests explicitly check failure modes, ignore those warnings | mrg |
| 2019-02-03 | - enlarge buffer to avoid snprintf() truncation | mrg |
| 2019-02-03 | Implement support for "pshared" POSIX semaphores. | thorpej |
| 2019-01-30 | Clean up terminology: modern arm CPUs do properly implement IEEE 754 | martin |
| 2019-01-27 | vaxinate against ieeefp.h | christos |