NetBSD/sys/msdosfs
jdolecek 057458abac msdosfs_getattr(): do not report archived files (those with ATTR_ARCHIVE unset)
as having flag SF_ARCHIVED on; this is wrong for directories, which don't
have any mode flags on msdosfs, so it's always treated as archived,
which leads to problems described in pr #8439. The semantics of the
archive flag differs between Unix and msdos/windoze, so it's better
to not set the flag at all even for regular files, to avoid surprises.

This fixes bin/8439 by Thomas Klausner.
2000-07-30 20:16:48 +00:00
..
Makefile
TODO one more 2000-03-27 10:15:13 +00:00
bootsect.h
bpb.h
denode.h
direntry.h
fat.h passs FAT block mask as argument to MSDOSFSEOF(), so that fat.h is 2000-05-13 06:04:41 +00:00
msdosfs_conv.c unix2dostime(), dos2unixtime(): use value of rtc_offset to shift the time value 2000-02-28 10:43:08 +00:00
msdosfs_denode.c remove include of <vm/vm.h> 2000-06-28 02:49:15 +00:00
msdosfs_fat.c passs FAT block mask as argument to MSDOSFSEOF(), so that fat.h is 2000-05-13 06:04:41 +00:00
msdosfs_lookup.c Support async option by using delayed writes for metadata when mounted 2000-03-27 09:44:45 +00:00
msdosfs_vfsops.c add a comment regarding FATMIRROR bit usage and restructure the code 2000-04-03 18:12:12 +00:00
msdosfs_vnops.c msdosfs_getattr(): do not report archived files (those with ATTR_ARCHIVE unset) 2000-07-30 20:16:48 +00:00
msdosfsmount.h Delete redunctant decls of msdosfs_{mount,start,unmount,root,quotactl, 2000-03-30 02:29:46 +00:00