NetBSD/sys/msdosfs
mycroft 53fccab940 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 14:45:36 +00:00
..
bootsect.h
bpb.h
denode.h - Add support for Win'95 separate creation/modification/access timestamps 1995-11-29 15:08:32 +00:00
direntry.h - Add support for Win'95 separate creation/modification/access timestamps 1995-11-29 15:08:32 +00:00
fat.h Instead of using '#ifdef atari' to handle the differences of Gemdosfs and 1996-01-19 14:28:05 +00:00
msdosfs_conv.c Deal (hopefully) better with uninitialized date fields 1996-02-03 16:04:09 +00:00
msdosfs_denode.c - Add support for Win'95 separate creation/modification/access timestamps 1995-11-29 15:08:32 +00:00
msdosfs_fat.c Don't forward credentials to bread, it makes nfs panic 1995-11-05 18:47:48 +00:00
msdosfs_lookup.c Don't overwrite dirclust, it's needed later on 1995-11-30 19:00:57 +00:00
msdosfs_vfsops.c Fix error in previous change: don't use the local FS mount data before 1996-01-21 16:35:29 +00:00
msdosfs_vnops.c Fix vop_link, vop_symlink, and vop_remove semantics in several ways: 1996-02-09 14:45:36 +00:00
msdosfsmount.h Instead of using '#ifdef atari' to handle the differences of Gemdosfs and 1996-01-19 14:28:05 +00:00