summaryrefslogtreecommitdiff
path: root/regress/sys/fifofs
AgeCommit message (Expand)Author
2015-11-14Various *syncron* -> *synchron* typos.Miod Vallat
2015-05-12Race less.Todd C. Miller
2015-05-05Updated fifotest.outTodd C. Miller
2015-05-05fifofs now respects the flags a descriptor was opened with.Todd C. Miller
2014-10-09Add POLLHUP to expected revents for POLLIN on writer EOF.Todd C. Miller
2014-10-08Add tests for EOF behavior (which currently fail) and expected output.Todd C. Miller
2004-05-10Check select in addition to poll (they should produce the same results).Todd C. Miller
2004-01-29Add copyright, remove old test results from a comment and enhanceTodd C. Miller
2004-01-29Simple FIFO regress for O_RDWR using poll, read and write.Todd C. Miller