Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a regression test for kqueue recursion. Also check that select(2) | 2020-03-08 | 1 | -1/+134 | |
| | | | | and poll(2) work with kqueue. | ||||
* | Add a regression test for the kernel stack exhaustion bug. | 2018-08-24 | 1 | -1/+64 | |
| | | | | OK anton@ | ||||
* | Add a test covering the recently fixed issue with dangling knote references upon | 2018-08-13 | 1 | -2/+77 | |
| | | | | closing a kqueue file descriptor. | ||||
* | Add a test covering the panic found in knote_processexit(). Note that you'll | 2018-06-17 | 1 | -0/+33 | |
need a kernel with the latest changes to kqueue in order to not panic your machine while running the tests. |