NetBSD/sys/miscfs
cgd b02974b037 Jay Fenlason <hack@datacube.com>:
1: the fi_readers and fi_writers fields of the fifoinfo structure were not
being initialized to 0.  This caused the driver to not sleep the first
process to open the fifo--it thought there was already another process to
talk to (most of the time.)

2: fifo_open() was calling tsleep() without unlocking the inode of the fifo
file.  This caused *any* subsequent access to the file (even an ls (!)) to
hang forever.  Note that this bug was usually masked by bug #1 above.
1993-04-02 20:19:48 +00:00
..
deadfs initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
fdesc added . and .. 1993-03-30 05:16:56 +00:00
fifofs Jay Fenlason <hack@datacube.com>: 1993-04-02 20:19:48 +00:00
kernfs added cdevvp (after taking it out of vfs_subr.c) because realized 1993-03-27 02:00:45 +00:00
specfs after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00