History log of /netbsd/tests/kernel/kqueue/t_timer.c (Results 1 – 4 of 4)
Revision Date Author Comments
# cd063d78 21-Nov-2021 hannken <hannken@NetBSD.org>

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

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".

show more ...


# 7e775072 22-Oct-2021 thorpej <thorpej@NetBSD.org>

In the "modify" test case, immediately after modifying the timer, validate
that its associated knote in the kernel has actually been deactivated.


# f363a3fc 22-Oct-2021 thorpej <thorpej@NetBSD.org>

Support modifying an existing timer without having to delete it first.
Semantics match FreeBSD.


# d288317a 13-Oct-2021 thorpej <thorpej@NetBSD.org>

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.