summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/kqueue/kqueue-regress.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a regression test for kqueue recursion. Also check that select(2)visa2020-03-081-1/+134
| | | | and poll(2) work with kqueue.
* Add a regression test for the kernel stack exhaustion bug.visa2018-08-241-1/+64
| | | | OK anton@
* Add a test covering the recently fixed issue with dangling knote references uponanton2018-08-131-2/+77
| | | | closing a kqueue file descriptor.
* Add a test covering the panic found in knote_processexit(). Note that you'llanton2018-06-171-0/+33
need a kernel with the latest changes to kqueue in order to not panic your machine while running the tests.