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