summaryrefslogtreecommitdiff
path: root/tests/sys/kqueue/libkqueue
AgeCommit message (Expand)Author
2025-06-24tests/kqueue: repair flaky testGleb Smirnoff
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2022-05-24kqueue tests: Simplify the test runnerMark Johnston
2022-05-24kqueue tests: Add new EVFILT_TIMER regression tests from upstreamMark Johnston
2022-05-24kqueue tests: Add file and line info to some test failure outputMark Johnston
2022-05-24kqueue tests: Re-enable kqueue proc testsMark Johnston
2021-10-12fifos: delegate unhandled kqueue filters to underlying filesystemKyle Evans
2021-10-01kqueue: fix recent assertionKyle Evans
2021-09-30kqueue: don't arbitrarily restrict long-past values for NOTE_ABSTIMEKyle Evans
2021-09-23kqueue: Add EV_KEEPUDATA flagNathaniel Wesley Filardo
2020-04-22Enable timer tests in sys.kqueue.libkqueue.kqueue_test.main on i386Li-Wen Hsu
2020-04-21Remove extern from function declarations in common.hAlex Richardson
2020-04-20Temporarily skip timer tests in sys.kqueue.libkqueue.kqueue_test.main on i386Li-Wen Hsu
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-12-06Temporarily skip flakey test casesLi-Wen Hsu
2018-11-27Make whitespace more consistent in libkqueue tests.David Bright
2018-08-14Fix a couple whitespace errors in r337814.David Bright
2018-08-14Fix several (more) memory leaks.David Bright
2018-08-14Fix several memory leaks.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-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-08Make test scripts under tests/... non-executableEnji Cooper
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