summaryrefslogtreecommitdiff
path: root/tests/kernel/kqueue/Makefile
AgeCommit message (Collapse)Author
2021-11-21Test kernel/kqueue/t_timer, subtests abstime, basic_timer and timer_unitshannken
often fail when run on QEMU because QEMU misses clock interrupts. Always check timespec against expected "tv_sec" and use an "4 * tv_sec" upper bound when run under QEMU. Now becomes part of PR kern/43997 "Kernel timer discrepancies".
2021-10-23Fix a regression introduced in kern_event.c,v 1.129 that would causethorpej
"udata" to get clobbered on ONESHOT events, and add a unit test for it. Reported by martin@ (manifested in his case as a KASSERT() firing when running unit tests in COMPAT_NETBSD32).
2021-10-23Add support for the EVFILT_EMPTY filter, which is activated when thethorpej
write buffer associated with the file descriptor is empty. This is currently implemented only for sockets, and is intended primarily to provide visibility to applications that all previously written data has been acknowledged by the TCP layer on the receiver. Compatible with the same filter in FreeBSD.
2021-10-13Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS,thorpej
NOTE_NSECONDS, and NOTE_ABSTIME filter flags to EVFILT_TIMER, API-compatible with the same in FreeBSD.
2021-10-10Add a test case for the race condition in PR kern/50094, modeled afterthorpej
the Go run-time scenario described in the PR.
2016-04-29Tab alignmentryoon
2015-01-14bump warns.christos
2012-11-17Unbreak the NOTE_TRACK event of EVFILT_PROC. When attaching to the childjoerg
process, proc_find can't be used as the child is still in state SIDL.
2010-07-13Get rid of static Atffiles and let bsd.test.mk generate them on the fly.jmmv
2009-02-20Add the kernel-level tests developed by Lukasz Strzygowski as part of thejmmv
atfify GSoC 2008 project.