NetBSD/sys/msdosfs
mycroft ae583dca34 Various changes:
* Make some of the code look more like UFS.
* Check permissions in lookup().
* Move the directory size special case into DE_EXTERNALIZE().
* Fix some conditions where lookup() might not release a buffer.
* Remove bogus flag handling in setattr().
* Pass timespec, not timeval, to deupdat().
* Check more error conditions.
* Fix possible panics in rename().
* Simplify readdir().
* General code cleanup; add prototypes, delete unused variables, etc.
1994-09-28 11:31:23 +00:00
..
bootsect.h New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
bpb.h New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
denode.h Various changes: 1994-09-28 11:31:23 +00:00
direntry.h Fix bug with writing back modified directory entries 1994-08-21 18:43:49 +00:00
fat.h Various changes: 1994-09-28 11:31:23 +00:00
msdosfs_conv.c Various changes: 1994-09-28 11:31:23 +00:00
msdosfs_denode.c Various changes: 1994-09-28 11:31:23 +00:00
msdosfs_fat.c Various changes: 1994-09-28 11:31:23 +00:00
msdosfs_lookup.c Various changes: 1994-09-28 11:31:23 +00:00
msdosfs_vfsops.c Various changes: 1994-09-28 11:31:23 +00:00
msdosfs_vnops.c Various changes: 1994-09-28 11:31:23 +00:00
msdosfsmount.h Define VFSTOMSDOSFS(), and use it. 1994-09-22 02:34:49 +00:00