NetBSD/sys/miscfs
mycroft fce3e0874f Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
  cleanup.
* Require the file system to decide whether or not linking and unlinking of
  directories is allowed, and disable it for all current file systems.
1996-02-09 18:47:48 +00:00
..
deadfs Return EOF for old vnodes of tty devices, rather than EIO. 1995-04-10 00:48:46 +00:00
fdesc Fix vop_link, vop_symlink, and vop_remove semantics in several ways: 1996-02-09 14:45:36 +00:00
fifofs Allow opening a FIFO with O_RDWR. 1995-04-14 23:30:14 +00:00
kernfs Fix vop_link, vop_symlink, and vop_remove semantics in several ways: 1996-02-09 14:45:36 +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 Fix vop_link, vop_symlink, and vop_remove semantics in several ways: 1996-02-09 14:45:36 +00:00
procfs Fix vop_link, vop_symlink, and vop_remove semantics in several ways: 1996-02-09 18:47:48 +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 Fix vop_link, vop_symlink, and vop_remove semantics in several ways: 1996-02-09 14:45:36 +00:00