summaryrefslogtreecommitdiff
path: root/tests/sys/kqueue/libkqueue/timer.c
AgeCommit message (Expand)Author
2025-06-24tests/kqueue: repair flaky testGleb Smirnoff
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2022-05-24kqueue tests: Add new EVFILT_TIMER regression tests from upstreamMark Johnston
2021-10-01kqueue: fix recent assertionKyle Evans
2021-09-30kqueue: don't arbitrarily restrict long-past values for NOTE_ABSTIMEKyle Evans
2020-04-20tests: kqueue: fix some issues with now() on ILP32 platformsKyle Evans
2020-04-18Fix various warnings in tests/sys/kqueue and bump WARNSAlex Richardson
2020-04-17tests: kqueue: use a more precise timer for the NOTE_ABSTIME testKyle Evans
2020-04-06kqueue tests: fix -fno-common buildKyle Evans
2018-11-27Make whitespace more consistent in libkqueue tests.David Bright
2018-07-30Correct possible misleading error message in kqtest.David Bright
2018-07-28Fix compilation error on some arches after r336761 & r336781.David Bright
2018-07-27Fix compilation error on some arches after r336761.David Bright
2018-07-27Allow a EVFILT_TIMER kevent to be updated.David Bright
2017-06-17Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov
2016-09-06Move tests/sys/kqueue/... to tests/sys/kqueue/libkqueue/...Enji Cooper