aboutsummaryrefslogtreecommitdiffstats
path: root/mkfs/fat.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-21/+25
* Update copyright years.relan2015-08-241-1/+1
* Represent device as an extensible structure.relan2015-08-241-11/+13
* Use exfat_read() and exfat_write() interfaces.relan2015-08-241-1/+1
* Rename block to sector to avoid confusion.relan2015-08-241-4/+4
* Fix FAT size calculation.relan2015-08-241-1/+1
* Add mkexfatfs (utility that creates an exFAT file system).relan2015-08-241-0/+80