aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs_msdos/mkfs_msdos.c
Commit message (Expand)AuthorAgeFilesLines
* Use KERN_MAXPHYS.Xin LI2020-07-051-19/+46
* Gather writes to larger chunks (MAXPHYS) instead of issuing them inXin LI2020-07-041-18/+58
* Allow bootstrapping makefs on older FreeBSD hosts and Linux/macOSAlex Richardson2020-01-271-11/+44
* Fix a couple of minor issues with newfs_msdos:Xin LI2019-12-081-5/+3
* makefs: avoid warning when creating FAT filesystem on existing fileEd Maste2019-11-081-0/+2
* When creating a new FAT32 filesystem, use "unknown" (0xFFFFFFFF) forXin LI2019-08-221-1/+1
* Added option to cluster-align the start of the root directory.Xin LI2018-06-151-44/+79
* Only call close if fd and fd1 are not -1.Warner Losh2018-01-051-2/+4
* Close fd and fd1 before returning now that we're done with them.Warner Losh2017-12-281-0/+3
* newfs_msdos: add -T (timestamp) option for reproducible buildsEd Maste2017-05-161-3/+11
* The code only converts from bpbHugeSectors to bpbSectors if the sum ofWarner Losh2016-08-301-1/+1
* Remove CHS alignment. It's not needed and causes problems for the BBBWarner Losh2016-08-301-7/+0
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-191-1/+1
* Fix leak in mkfs_msdos(..) by initializing img to NULL and free'ing at the endEnji Cooper2015-12-061-40/+47
* mkfs_msdos: sync with NetBSDEd Maste2015-11-271-3/+8
* newfs_msdos: rework error handling for eventual use in makefsEd Maste2015-11-231-97/+190
* newfs_msdos: prefer snprintf to sprintfEd Maste2015-10-161-1/+1
* newfs_msdos: move mkfs_msdos to separate file for later use in makefsEd Maste2015-10-151-0/+854