OSDN Git Service

Print errno on device open/close/fsync failure.
[android-x86/external-exfat.git] / dump /
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 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 relanUpdate man pages.
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 dumpexfat man page.
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.