NetBSD/sys/miscfs/fifofs
martin b38f12bdd4 Fix a race condition where a writer could already have closed the fifo
before the reader woke up - this made the reader loop again, waiting
for another writer, even though there was input available.

Thanks to Jaromir for spotting the real cause and sugesting a solution.

This should fix PR port-sparc64/20283.
2003-03-17 00:06:24 +00:00
..
Makefile
fifo.h merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
fifo_vnops.c Fix a race condition where a writer could already have closed the fifo 2003-03-17 00:06:24 +00:00