]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Switch behavior of fifos to more closely match what goes on in other OSes.
authoralfred <alfred@FreeBSD.org>
Thu, 8 Nov 2001 10:28:32 +0000 (10:28 +0000)
committeralfred <alfred@FreeBSD.org>
Thu, 8 Nov 2001 10:28:32 +0000 (10:28 +0000)
commitd08d3afdaa960644d8f0320d87bc89c1827f9276
tree0d49d14c404c3a8a7b7a7faab9ff8c8097b5bb0e
parent8cf42b482a9aa3f9ec41071c44bc18a0ea425abf
Switch behavior of fifos to more closely match what goes on in other OSes.
Basically FIFOs become a real pain to abuse as a rendevous point without
this change because you can't really select(2) on them because they always
return ready even though there is no writer (to signal EOF).

Obtained from: BSD/os
sys/fs/fifofs/fifo_vnops.c