aboutsummaryrefslogtreecommitdiffstats
path: root/mkfs/cbm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix heap corruption: bitmap_size is in bits, not bytes.relan2015-08-241-4/+5
* Update copyright years.relan2015-08-241-1/+1
* Fix memory leak on error path when clusters bitmap writing fails.relan2015-08-241-0/+1
* Fix potential garbage at the end of clusters bitmap.relan2015-08-241-4/+5
* 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-18/+27
* Update copyright years.relan2015-08-241-1/+1
* Represent device as an extensible structure.relan2015-08-241-2/+2
* Use exfat_read() and exfat_write() interfaces.relan2015-08-241-1/+1
* Rename block to sector to avoid confusion.relan2015-08-241-1/+1
* Add mkexfatfs (utility that creates an exFAT file system).relan2015-08-241-0/+65