OSDN Git Service

Use -V instead of -v option to print version.
[android-x86/external-exfat.git] / dump / main.c
2015-08-24 relanUse -V instead of -v option to print version.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUse bool type.
2015-08-24 relanRefactor device access mode handling.
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 relanAdd exfat_close() function.
2015-08-24 relanUse exfat_open() instead of calling open() directly.
2015-08-24 relanAdd -v option that prints version and copyright.
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanAdd -u option for dumpexfat that prints used sectors.
2015-08-24 relanRename block to sector in the utilities output to avoid...
2015-08-24 relanImprove dumpexfat.
2015-08-24 relanFix alignment of big numbers in dumpexfat.
2015-08-24 relanRename sbdump to dumpexfat.