summaryrefslogtreecommitdiff
path: root/tests/sys/kqueue/libkqueue
Commit message (Expand)AuthorAgeFilesLines
* kqueue: don't arbitrarily restrict long-past values for NOTE_ABSTIMEKyle Evans2021-10-061-0/+114
* Enable timer tests in sys.kqueue.libkqueue.kqueue_test.main on i386Li-Wen Hsu2020-04-221-6/+1
* Remove extern from function declarations in common.hAlex Richardson2020-04-211-11/+11
* Temporarily skip timer tests in sys.kqueue.libkqueue.kqueue_test.main on i386Li-Wen Hsu2020-04-201-2/+9
* 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-189-70/+68
* 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-067-7/+2
* Temporarily skip flakey test casesLi-Wen Hsu2018-12-061-1/+2
* Make whitespace more consistent in libkqueue tests.David Bright2018-11-276-126/+123
* Fix a couple whitespace errors in r337814.David Bright2018-08-141-4/+4
* Fix several (more) memory leaks.David Bright2018-08-141-3/+14
* Fix several memory leaks.David Bright2018-08-143-7/+21
* 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-273-10/+346
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Make test scripts under tests/... non-executableEnji Cooper2017-08-081-0/+0
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-172-5/+49
* Move tests/sys/kqueue/... to tests/sys/kqueue/libkqueue/...Enji Cooper2016-09-0612-0/+1998