summaryrefslogtreecommitdiff
path: root/tests/sys/kqueue/libkqueue/timer.c
Commit message (Expand)AuthorAgeFilesLines
* kqueue: don't arbitrarily restrict long-past values for NOTE_ABSTIMEKyle Evans2021-10-061-0/+114
* tests: kqueue: fix some issues with now() on ILP32 platformsKyle Evans2020-04-201-10/+9
* Fix various warnings in tests/sys/kqueue and bump WARNSAlex Richardson2020-04-181-6/+6
* tests: kqueue: use a more precise timer for the NOTE_ABSTIME testKyle Evans2020-04-171-8/+8
* kqueue tests: fix -fno-common buildKyle Evans2020-04-061-1/+0
* Make whitespace more consistent in libkqueue tests.David Bright2018-11-271-83/+80
* Correct possible misleading error message in kqtest.David Bright2018-07-301-5/+7
* Fix compilation error on some arches after r336761 & r336781.David Bright2018-07-281-1/+1
* Fix compilation error on some arches after r336761.David Bright2018-07-271-1/+1
* Allow a EVFILT_TIMER kevent to be updated.David Bright2018-07-271-8/+325
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-171-0/+35
* Move tests/sys/kqueue/... to tests/sys/kqueue/libkqueue/...Enji Cooper2016-09-061-0/+178