| Age | Commit message (Expand) | Author |
| 2021-10-01 | t_simplehook requires RUMP | martin |
| 2021-09-30 | Added tests for the linear hook APIs | yamaguchi |
| 2020-07-01 | Add basic checks for magic symlink(7)'s. These include a case for PR lib/55361, | jruoho |
| 2020-06-25 | Add a test case for PR kern/52744, which no longer appears to be present. | jruoho |
| 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 |
| 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 | Add ATF KERN_PROC_CWD tests | kamil |
| 2019-02-04 | - tests explicitly check failure modes, ignore those warnings | mrg |
| 2019-02-03 | Implement support for "pshared" POSIX semaphores. | thorpej |
| 2019-01-25 | PR/53908: Alex Raschi: Test that require modules belong in modules; move the | christos |
| 2018-12-24 | Add threadpool(9), an abstraction that provides shared pools of kernel | thorpej |
| 2018-11-11 | Use feenableexcept to trap fp exceptions, and trigger one, for SIGFPE. | riastradh |
| 2018-03-14 | Add new ATF tests: kernel/t_zombie | kamil |
| 2017-12-14 | Use SCRIPTS instead of PROGS to avoid strip(1) if STRIPFLAG=-s. | nakayama |
| 2017-12-12 | PR/52812: scole_mail: src/tests/kernel/t_timeleft.c doesn't compile with MKRU... | christos |
| 2017-12-10 | Add tests to make sure that the program name is what it is supposed to be. | christos |
| 2017-12-08 | make _lwp_park return the remaining time to sleep in the "ts" argument | christos |
| 2017-12-07 | Add trapsignal tests that make sure that traps don't end up spinning | christos |
| 2017-12-06 | add a test to check that the interpreter is preserved when executing scripts. | christos |
| 2017-04-03 | Remove tests/kernel/t_ptrace* from the tree | kamil |
| 2017-04-02 | Remove kernel/arch/{amd64,i386,x86} tests | kamil |
| 2016-12-14 | Define -D_KERNTYPES in CPPFLAGS unconditionally to fix MKRUMP=no build | kamil |
| 2016-12-02 | Refactor location of amd64-specific ATF tests to new dir kernel/arch/amd64 | kamil |
| 2016-12-01 | Add new test file t_ptrace_amd64_wait.c and refactor t_ptrace_*wait* tests | kamil |
| 2016-11-07 | Add new tests for combination of wait(2) interfaces with ptrace(2) | kamil |
| 2016-11-02 | Add new test t_ptrace with traceme1 | kamil |
| 2016-02-15 | This needs _KERNTYPES on some platforms. | christos |
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos |
| 2015-06-22 | Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined. | matt |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-08-09 | Test that reading a CTLTYPE_INT sysctl variable into a buffer that is | gson |
| 2014-06-10 | Fix static linking for the tests: -lrump is also used by -lrumpuser, | he |
| 2013-04-16 | First attempt at stress testing umount of a busy disk. | mlelstv |
| 2013-02-28 | Add a testprogram for PR 47598. | martin |
| 2012-11-07 | Add missing '+' so we include t_lock as well as t_lockf and others. | pgoyette |
| 2012-11-07 | Add ATF version of the file locking test | pgoyette |
| 2012-11-07 | Fix MKRUMP=no build. | nakayama |
| 2012-11-05 | Convert to ATF format the old src/regress/ style tests for Sys V IPC | pgoyette |
| 2012-11-03 | Convert the old src/regress/mqueue test to ATF | pgoyette |
| 2012-08-08 | Exclude tests that use rump | christos |
| 2012-03-17 | Move the _lwp_ctl(2) preemption counter check to the right place. | jruoho |
| 2012-02-13 | Move posix_spawn tests to lib/libc/gen/posix_spawn - they test both libc | martin |
| 2012-02-11 | Add userland part of posix_spawn. Libc functions imported from FreeBSD. | martin |
| 2011-11-24 | Add a test for the kernel snprintf. | christos |
| 2011-10-15 | Move the sigaction(2) test to the right place. | jruoho |