summaryrefslogtreecommitdiffstats
path: root/regress/sys/fifofs/fifotest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in the select() portion of the test, the timeout was ignored.millert2020-08-181-2/+1
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-1/+1
* Various *syncron* -> *synchron* typos.miod2015-11-141-1/+1
* Race less.millert2015-05-121-51/+76
* fifofs now respects the flags a descriptor was opened with.millert2015-05-051-5/+17
* Add tests for EOF behavior (which currently fail) and expected output.millert2014-10-081-8/+137
* Check select in addition to poll (they should produce the same results).millert2004-05-101-24/+100
* Add copyright, remove old test results from a comment and enhancemillert2004-01-291-10/+21
* Simple FIFO regress for O_RDWR using poll, read and write.millert2004-01-291-0/+135