aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/aio/kqueue/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into theEnji Cooper2015-04-271-10/+0
| | | | | | | | | FreeBSD test suite as tests/sys/aio MFC after: 1 week Notes: svn path=/head/; revision=282074
* - Fix -Wsign issueEnji Cooper2015-03-311-0/+4
| | | | | | | - Bump up to WARNS=6 Notes: svn path=/head/; revision=280895
* 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
* Add an AIO & kqueue regression test. It is a good idea to run thisDoug Ambrisko2005-03-021-0/+6
against a disk as the argument. If you don't it will use a temp file. The raw disk will use the kernel physio fast path method until the max number of pending op's is reached then it will queue them. File system op's are always queued. This is more important with LIO since operation can get split across and accounting of op's is broken with LIO. Note that this was broken when locking was added to kqueue (ie. 5.3) My fix needs to be better integrated with FreeBSD. Next is an LIO test and implementation. Sponsored by: IronPort Notes: svn path=/head/; revision=142971