aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/kqueue/vnode.c
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/kqueue into the FreeBSD test suite asEnji Cooper2015-04-271-266/+0
| | | | | | | | | tests/sys/kqueue MFC after: 1 week Notes: svn path=/head/; revision=282063
* Add Mark Heily's libkqueue test suite as a general kqueue test suite toRobert Watson2009-12-131-0/+266
tools/regression. It tests a number of aspects of kqueue behavior, although not all currently pass (possibly bugs in the test suite?). Submitted by: Mark Heily <mark at heily.com> Obtained from: svn://mark.heily.com/libkqueue/trunk/test (r114) Notes: svn path=/head/; revision=200483