[VFATLIB]: Sync the FAT checker with dosfstools' fsck.vfat, from https://github.com...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 2 Mar 2016 01:08:54 +0000 (01:08 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 2 Mar 2016 01:08:54 +0000 (01:08 +0000)
commit778b819070d07d1228ee33557f20fa3280e3b287
tree8aebc342f85481d4c42b21f36a518e4138af1963
parent9fe7f7642ff31787bc80a5c0b92aa7b83d8bd925
[VFATLIB]: Sync the FAT checker with dosfstools' fsck.vfat, from https://github.com/dosfstools/dosfstools . Synced with master branch, commit ed4e47b6757c05d4c23a9075b8b68003aa5dbfb8

svn path=/trunk/; revision=70858
28 files changed:
reactos/lib/fslib/vfatlib/README.txt [new file with mode: 0644]
reactos/lib/fslib/vfatlib/check/COPYING [new file with mode: 0644]
reactos/lib/fslib/vfatlib/check/ChangeLog [new file with mode: 0644]
reactos/lib/fslib/vfatlib/check/README [new file with mode: 0644]
reactos/lib/fslib/vfatlib/check/boot.c
reactos/lib/fslib/vfatlib/check/boot.h
reactos/lib/fslib/vfatlib/check/check.c
reactos/lib/fslib/vfatlib/check/check.h
reactos/lib/fslib/vfatlib/check/common.c
reactos/lib/fslib/vfatlib/check/common.h
reactos/lib/fslib/vfatlib/check/dosfsck.h
reactos/lib/fslib/vfatlib/check/fat.c
reactos/lib/fslib/vfatlib/check/fat.h
reactos/lib/fslib/vfatlib/check/file.c
reactos/lib/fslib/vfatlib/check/file.h
reactos/lib/fslib/vfatlib/check/fsck.fat.h [new file with mode: 0644]
reactos/lib/fslib/vfatlib/check/io.c
reactos/lib/fslib/vfatlib/check/io.h
reactos/lib/fslib/vfatlib/check/lfn.c
reactos/lib/fslib/vfatlib/check/lfn.h
reactos/lib/fslib/vfatlib/check/msdos_fs.h
reactos/lib/fslib/vfatlib/check/rosglue.h [new file with mode: 0644]
reactos/lib/fslib/vfatlib/check/version.h [deleted file]
reactos/lib/fslib/vfatlib/check/vfat.h [deleted file]
reactos/lib/fslib/vfatlib/common.c
reactos/lib/fslib/vfatlib/common.h
reactos/lib/fslib/vfatlib/vfatlib.c
reactos/lib/fslib/vfatlib/vfatlib.h