Imported Upstream version 3.0.16 upstream/3.0.16
authorPatrick McCarty <patrick.mccarty@linux.intel.com>
Wed, 6 Mar 2013 00:04:13 +0000 (16:04 -0800)
committerPatrick McCarty <patrick.mccarty@linux.intel.com>
Wed, 6 Mar 2013 00:04:13 +0000 (16:04 -0800)
commit1a780338e1def1df55b6cbe542a1313a40fb4c3b
treee5d686c2c0163ddf16c12c93e57cb53763a6df73
Imported Upstream version 3.0.16
36 files changed:
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Makefile [new file with mode: 0644]
bin/Nindent [new file with mode: 0755]
doc/ANNOUNCE.mkdosfs [new file with mode: 0644]
doc/ChangeLog.dosfsck [new file with mode: 0644]
doc/ChangeLog.dosfstools-2.x [new file with mode: 0644]
doc/ChangeLog.mkdosfs [new file with mode: 0644]
doc/README.dosfsck [new file with mode: 0644]
doc/README.dosfstools-2.x [new file with mode: 0644]
doc/README.mkdosfs [new file with mode: 0644]
doc/TODO.dosfstools-2.x [new file with mode: 0644]
man/dosfsck.8 [new file with mode: 0644]
man/dosfslabel.8 [new file with mode: 0644]
man/mkdosfs.8 [new file with mode: 0644]
src/boot.c [new file with mode: 0644]
src/boot.h [new file with mode: 0644]
src/charconv.c [new file with mode: 0644]
src/charconv.h [new file with mode: 0644]
src/check.c [new file with mode: 0644]
src/check.h [new file with mode: 0644]
src/common.c [new file with mode: 0644]
src/common.h [new file with mode: 0644]
src/dosfsck.c [new file with mode: 0644]
src/dosfsck.h [new file with mode: 0644]
src/dosfslabel.c [new file with mode: 0644]
src/fat.c [new file with mode: 0644]
src/fat.h [new file with mode: 0644]
src/file.c [new file with mode: 0644]
src/file.h [new file with mode: 0644]
src/io.c [new file with mode: 0644]
src/io.h [new file with mode: 0644]
src/lfn.c [new file with mode: 0644]
src/lfn.h [new file with mode: 0644]
src/mkdosfs.c [new file with mode: 0644]
src/version.h [new file with mode: 0644]