aboutsummaryrefslogtreecommitdiffstats
path: root/dump
Commit message (Collapse)AuthorAgeFilesLines
* Include man pages into distribution.relan2015-08-261-0/+1
| | | | They are not installed.
* Drop version.h header.relan2015-08-261-2/+1
| | | | Use VERSION define from config.h.
* Include local headers before system headers.relan2015-08-261-1/+1
| | | | | | config.h must always be included before stdio.h because it can contain defines that enable Large File Support (e.g. _FILE_OFFSET_BITS=64 for glibc on 32-bit machines).
* 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
| | | | This is a recommendation from GNU Coding Standards.
* 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
| | | | This is more consistent with other utilities.
* 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
| | | | It closes the device descriptor.
* 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
| | | | It's useful for fast FS cloning.
* Rename block to sector in the utilities output to avoid confusion.relan2015-08-241-7/+7
|
* Improve dumpexfat.relan2015-08-241-25/+90
| | | | Now it also prints volume label, free sectors and free clusters count.
* Fix alignment of big numbers in dumpexfat.relan2015-08-241-15/+15
|
* Rename sbdump to dumpexfat.relan2015-08-241-0/+95