aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/aio/kqueue/lio
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into theEnji Cooper2015-04-272-253/+0
| | | | | | | | | FreeBSD test suite as tests/sys/aio MFC after: 1 week Notes: svn path=/head/; revision=282074
* Minor cleanup before converting to ATF testcasesEnji Cooper2015-03-312-17/+22
| | | | | | | | | - Remove blank (tab-only) lines. - Fix -Wunused warnings. - Bump up to WARNS= 6 Notes: svn path=/head/; revision=280894
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* Style: NO_MAN doesn't need any value.Ruslan Ermilov2006-03-151-1/+1
| | | | Notes: svn path=/head/; revision=156735
* s/sigval/sival/gDavid Xu2006-01-221-1/+1
| | | | Notes: svn path=/head/; revision=154668
* This test can run now.Doug Ambrisko2005-10-121-4/+0
| | | | Notes: svn path=/head/; revision=151261
* This will not compile without:Doug Ambrisko2005-03-022-0/+252
http://www.ambrisko.com/doug/listio_kqueue/listio_kqueue.patch Note: it is a good idea to run this against a physical drive to exercise the physio fast path (ie. lio_kqueue /dev/<something safe>) This will ensure op's counting per LIO request is correct. It is currently broken the above patch fixes it. Sponsored by: IronPort Notes: svn path=/head/; revision=142976