aboutsummaryrefslogtreecommitdiffstats
path: root/dump
Commit message (Expand)AuthorAgeFilesLines
* Include man pages into distribution.relan2015-08-261-0/+1
* Drop version.h header.relan2015-08-261-2/+1
* Include local headers before system headers.relan2015-08-261-1/+1
* Use GNU build system (autotools).relan2015-08-261-0/+26
* Fix typo in the dumpexfat man page.relan2015-08-241-1/+1
* Update copyright years.relan2015-08-242-3/+3
* Update copyright years.relan2015-08-242-3/+3
* Use apostrophe for both opening and closing quotes in messages.relan2015-08-241-2/+2
* Relicense the code from GPLv3+ to GPLv2+.relan2015-08-241-4/+6
* Use getopt() for options parsing.relan2015-08-241-11/+13
* Use -V instead of -v option to print version.relan2015-08-242-4/+4
* Update copyright years.relan2015-08-241-2/+2
* Use bool type.relan2015-08-241-5/+5
* Refactor device access mode handling.relan2015-08-241-1/+1
* Update copyright years.relan2015-08-241-2/+2
* Represent device as an extensible structure.relan2015-08-241-7/+7
* Use exfat_read() and exfat_write() interfaces.relan2015-08-241-2/+1
* Add exfat_close() function.relan2015-08-241-3/+3
* Use exfat_open() instead of calling open() directly.relan2015-08-241-4/+2
* Update man pages.relan2015-08-241-2/+8
* Add -v option that prints version and copyright.relan2015-08-241-1/+9
* Rename block to sector to avoid confusion.relan2015-08-241-13/+13
* Add dumpexfat man page.relan2015-08-241-0/+40
* Add -u option for dumpexfat that prints used sectors.relan2015-08-241-4/+19
* Rename block to sector in the utilities output to avoid confusion.relan2015-08-241-7/+7
* Improve dumpexfat.relan2015-08-241-25/+90
* Fix alignment of big numbers in dumpexfat.relan2015-08-241-15/+15
* Rename sbdump to dumpexfat.relan2015-08-241-0/+95