freebsd-dev/sys/fs/fifofs
Alfred Perlstein d25c683ad5 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
2001-11-08 10:28:32 +00:00
..
fifo_vnops.c Switch behavior of fifos to more closely match what goes on in other OSes. 2001-11-08 10:28:32 +00:00
fifo.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00