OSDN Git Service

Include local headers before system headers.
[android-x86/external-exfat.git] / mkfs / vbr.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 relanRelicense the code from GPLv3+ to GPLv2+.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanThe new mkfs rewritten in more declarative style.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanRepresent device as an extensible structure.
2015-08-24 relanUse exfat_read() and exfat_write() interfaces.
2015-08-24 relanFix memory leak on error handling paths in mkfs.
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanMove VBR checksum calculation functions to libexfat.
2015-08-24 relanAdd mkexfatfs (utility that creates an exFAT file system).