freebsd-nq/sbin/fsck_msdosfs
Bruce Evans 8e9c564a11 Document the dirty flag and other bits in the first 2 FAT entries
better.  There is a related I/O error flag which we don't support in
the kernel but must support here.  (Support for bits that we don't
understand here is mostly automatic by fail-safeness, but checkdirty()
has fail-unsafeness.)  There are some reserved and don't-care bits
that weren't fully documented and aren't always masked properly.  The
comment about the bits in readfat() will be removed when the masking
is fixed.

Submitted by:	rnordier
2004-02-05 06:55:12 +00:00
..
boot.c s/filesystem/file system/g as discussed on -developers 2002-08-21 18:11:48 +00:00
check.c Prepare to fix checkdirty() by moving it from check.c to fat.c. It is 2004-02-05 06:32:16 +00:00
dir.c
dosfs.h s/filesystem/file system/g as discussed on -developers 2002-08-21 18:11:48 +00:00
ext.h Fixed style bugs in previous commit (unsorting of declarations and poor 2003-12-27 06:44:32 +00:00
fat.c Document the dirty flag and other bits in the first 2 FAT entries 2004-02-05 06:55:12 +00:00
fsck_msdosfs.8 Fixed quoting of `clean'. 2003-12-27 06:30:14 +00:00
main.c Expanded the comment about the -F flag. 2003-12-27 14:02:52 +00:00
Makefile