aboutsummaryrefslogtreecommitdiffstats
path: root/mkfs/main.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.relan2015-08-241-2/+2
* Use apostrophe for both opening and closing quotes in messages.relan2015-08-241-1/+1
* Relicense the code from GPLv3+ to GPLv2+.relan2015-08-241-4/+6
* Use getopt() for options parsing.relan2015-08-241-37/+22
* Use -V instead of -v option to print version.relan2015-08-241-2/+2
* Update copyright years.relan2015-08-241-2/+2
* OS X: correctly detect device size.relan2015-08-241-12/+1
* Refactor device access mode handling.relan2015-08-241-1/+1
* Fix erasing of label buffer.relan2015-08-241-1/+1
* The new mkfs rewritten in more declarative style.relan2015-08-241-276/+111
* Update copyright years.relan2015-08-241-2/+2
* Suggest valid cluster size if user specified too small value.relan2015-08-241-19/+20
* Select suitable cluster size when creating a huge FS.relan2015-08-241-7/+11
* Fail to create FS if specified cluster size is too small.relan2015-08-241-2/+19
* Represent device as an extensible structure.relan2015-08-241-25/+25
* Fix use of write() missed in r262.relan2015-08-241-1/+1
* Add exfat_seek() interface (wrapper for lseek()).relan2015-08-241-3/+3
* Fix double close on failure to convert volume label to UTF-16.relan2015-08-241-5/+2
* Add exfat_fsync() function.relan2015-08-241-2/+1
* Add exfat_close() function.relan2015-08-241-12/+9
* Erase disk in pages instead of sectors.relan2015-08-241-14/+19
* Get rid of realpath() in mkfs.relan2015-08-241-10/+3
* Use exfat_open() instead of calling open() directly.relan2015-08-241-6/+1
* Consider structures alignments while erasing the device.relan2015-08-241-7/+15
* Add -v option that prints version and copyright.relan2015-08-241-9/+11
* Add partition first sector parameter to mkfs.relan2015-08-241-5/+15
* Rename block to sector to avoid confusion.relan2015-08-241-42/+43
* Check that volume size is sufficient to contain file system.relan2015-08-241-1/+11
* Unify CLI help syntax.relan2015-08-241-2/+2
* Add mkexfatfs (utility that creates an exFAT file system).relan2015-08-241-0/+406