aboutsummaryrefslogtreecommitdiffstats
path: root/mkfs/vbr.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.relan2015-08-241-1/+1
* Relicense the code from GPLv3+ to GPLv2+.relan2015-08-241-4/+6
* Update copyright years.relan2015-08-241-1/+1
* The new mkfs rewritten in more declarative style.relan2015-08-241-30/+88
* Update copyright years.relan2015-08-241-1/+1
* Represent device as an extensible structure.relan2015-08-241-6/+6
* Use exfat_read() and exfat_write() interfaces.relan2015-08-241-5/+5
* Fix memory leak on error handling paths in mkfs.relan2015-08-241-0/+15
* Rename block to sector to avoid confusion.relan2015-08-241-16/+16
* Move VBR checksum calculation functions to libexfat.relan2015-08-241-25/+4
* Add mkexfatfs (utility that creates an exFAT file system).relan2015-08-241-0/+94