Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kevent: correctly check that timeout's nanoseconds are on [0, 1000000000) | 2018-05-22 | 1 | -1/+30 | |
| | | | | | | | | | | | Validate the input with timespecfix before truncating to a timeval. timespecfix does not round, so we need to to it by hand after validation. FreeBSD and NetBSD check the input with this range, we ought to as well. Also add a regression test for this case. ok tb@ | ||||
* | To make debugging the kqueue test easier, always print the assertion | 2016-09-20 | 1 | -13/+16 | |
| | | | | failure before returning. | ||||
* | simplistic regress test for KEVENT_TIMER kqueue(2) calls | 2015-12-05 | 1 | -0/+67 | |
ok and prodding tedu@ |