NetBSD/sbin/fsck_msdos
jdolecek 4ab4989737 Recognize "dirty" signature on FAT as set by Windows 95 OSR2+ and don't report
it just as "odd byte sequence". Handle the dirty flag similar way
it's treated on e.g. FFS - e.g. clear it separately from rest of FAT.
Changing of FAT is now postponed until after all checks are done,
check.c:checkfilesys() was cleaned considerably and several messages
has been adjusted to be more accurate.

If file system was modified and no error has occured, just return 0
instead of 4 - there is no need for forcing a reboot in this case.

This addresses bin/5638 by Christos Zoulas.
2000-04-25 23:02:51 +00:00
..
Makefile
boot.c Since M$ doesn't maintain the FSINFO block correctly, 1998-10-06 14:31:58 +00:00
check.c Recognize "dirty" signature on FAT as set by Windows 95 OSR2+ and don't report 2000-04-25 23:02:51 +00:00
dir.c Recognize "dirty" signature on FAT as set by Windows 95 OSR2+ and don't report 2000-04-25 23:02:51 +00:00
dosfs.h
ext.h Recognize "dirty" signature on FAT as set by Windows 95 OSR2+ and don't report 2000-04-25 23:02:51 +00:00
fat.c Recognize "dirty" signature on FAT as set by Windows 95 OSR2+ and don't report 2000-04-25 23:02:51 +00:00
fsck_msdos.8 Clean up SYNOPSIS formatting. 1999-03-07 11:02:05 +00:00
main.c