summaryrefslogtreecommitdiffstats
path: root/regress/sys/fifofs/fifotest.out (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in the select() portion of the test, the timeout was ignored.millert2020-08-181-12/+12
* Updated fifotest.outmillert2015-05-051-49/+49
* fifofs now respects the flags a descriptor was opened with.millert2015-05-051-7/+63
* Add POLLHUP to expected revents for POLLIN on writer EOF.millert2014-10-091-2/+2
* Add tests for EOF behavior (which currently fail) and expected output.millert2014-10-081-0/+72
* Check select in addition to poll (they should produce the same results).millert2004-05-101-7/+113
* Simple FIFO regress for O_RDWR using poll, read and write.millert2004-01-291-0/+18