NetBSD/sys/pcfs
cgd e04e6d1984 changes from Ralf Friedl <friedl@informatik.uni-kl.de>.
These changes fix the following problems (in his words):
- When a direcrory was extended, it's size was not updated.
- Moving directories didn't work.
- I had removed brelse() call after an error from bread(), because I
thought bread() would already free them, but it doesn't, so I have
reinserted the brelse() calls.
- I have changed pcfs_setattr to silently ignore attempts to change
uid, gid or access time of a file. This allows 'cp -p' without errors.
1993-04-29 22:54:28 +00:00
..
bootsect.h add support for PCFS, the MSDOS filesystem. 1993-04-09 19:37:49 +00:00
bpb.h add support for PCFS, the MSDOS filesystem. 1993-04-09 19:37:49 +00:00
denode.h add support for PCFS, the MSDOS filesystem. 1993-04-09 19:37:49 +00:00
direntry.h add support for PCFS, the MSDOS filesystem. 1993-04-09 19:37:49 +00:00
fat.h add support for PCFS, the MSDOS filesystem. 1993-04-09 19:37:49 +00:00
pcfs_conv.c add support for PCFS, the MSDOS filesystem. 1993-04-09 19:37:49 +00:00
pcfs_denode.c changes from Ralf Friedl <friedl@informatik.uni-kl.de>. 1993-04-29 22:54:28 +00:00
pcfs_fat.c changes from Ralf Friedl <friedl@informatik.uni-kl.de>. 1993-04-29 22:54:28 +00:00
pcfs_lookup.c changes from Ralf Friedl <friedl@informatik.uni-kl.de>. 1993-04-29 22:54:28 +00:00
pcfs_vfsops.c changes from Ralf Friedl <friedl@informatik.uni-kl.de>. 1993-04-29 22:54:28 +00:00
pcfs_vnops.c changes from Ralf Friedl <friedl@informatik.uni-kl.de>. 1993-04-29 22:54:28 +00:00
pcfsmount.h add support for PCFS, the MSDOS filesystem. 1993-04-09 19:37:49 +00:00