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