NetBSD/sys/miscfs
mycroft 2d1739cbe1 Implement VOP_BWRITE() using vn_bwrite(), per r_friedl@informatik.uni-kl.de. 1995-10-15 05:18:12 +00:00
..
deadfs Return EOF for old vnodes of tty devices, rather than EIO. 1995-04-10 00:48:46 +00:00
fdesc /dev/std* are of type DT_LNK. 1995-10-09 14:20:04 +00:00
fifofs Allow opening a FIFO with O_RDWR. 1995-04-14 23:30:14 +00:00
kernfs Fix the inode calculation in kernfs_getattr(). 1995-10-09 14:25:02 +00:00
nullfs don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN 1995-06-18 14:45:14 +00:00
portal Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
procfs Use the index number as the cookie, rather than multiplying by UIO_MX. 1995-10-09 14:03:32 +00:00
specfs Implement VOP_BWRITE() using vn_bwrite(), per r_friedl@informatik.uni-kl.de. 1995-10-15 05:18:12 +00:00
umapfs don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN 1995-06-18 14:45:14 +00:00
union Avoid reentering union_dircache() by locking the union vnode. From John Kohl. 1995-10-05 06:26:12 +00:00