Home | History | Annotate | Download | only in kqueue
History log of /src/tests/kernel/kqueue/t_timer.c
RevisionDateAuthorComments
 1.4  21-Nov-2021  hannken Test kernel/kqueue/t_timer, subtests abstime, basic_timer and timer_units
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".
 1.3  22-Oct-2021  thorpej In the "modify" test case, immediately after modifying the timer, validate
that its associated knote in the kernel has actually been deactivated.
 1.2  22-Oct-2021  thorpej Support modifying an existing timer without having to delete it first.
Semantics match FreeBSD.
 1.1  13-Oct-2021  thorpej Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS,
NOTE_NSECONDS, and NOTE_ABSTIME filter flags to EVFILT_TIMER,
API-compatible with the same in FreeBSD.

RSS XML Feed