OSDN Git Service

Include local headers before system headers.
[android-x86/external-exfat.git] / mkfs / main.c
2015-08-26 relanInclude local headers before system headers.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUse apostrophe for both opening and closing quotes...
2015-08-24 relanRelicense the code from GPLv3+ to GPLv2+.
2015-08-24 relanUse getopt() for options parsing.
2015-08-24 relanUse -V instead of -v option to print version.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanOS X: correctly detect device size.
2015-08-24 relanRefactor device access mode handling.
2015-08-24 relanFix erasing of label buffer.
2015-08-24 relanThe new mkfs rewritten in more declarative style.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanSuggest valid cluster size if user specified too small...
2015-08-24 relanSelect suitable cluster size when creating a huge FS.
2015-08-24 relanFail to create FS if specified cluster size is too...
2015-08-24 relanRepresent device as an extensible structure.
2015-08-24 relanFix use of write() missed in r262.
2015-08-24 relanAdd exfat_seek() interface (wrapper for lseek()).
2015-08-24 relanFix double close on failure to convert volume label...
2015-08-24 relanAdd exfat_fsync() function.
2015-08-24 relanAdd exfat_close() function.
2015-08-24 relanErase disk in pages instead of sectors.
2015-08-24 relanGet rid of realpath() in mkfs.
2015-08-24 relanUse exfat_open() instead of calling open() directly.
2015-08-24 relanConsider structures alignments while erasing the device.
2015-08-24 relanAdd -v option that prints version and copyright.
2015-08-24 relanAdd partition first sector parameter to mkfs.
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanCheck that volume size is sufficient to contain file...
2015-08-24 relanUnify CLI help syntax.
2015-08-24 relanAdd mkexfatfs (utility that creates an exFAT file system).