aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs_msdos
Commit message (Expand)AuthorAgeFilesLines
* Fix makefs bootstrap on macOS after D25563Alex Richardson2020-08-251-0/+1
* 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
* Fix the following -Werror warning from clang 10.0.0 in newfs_msdos:Dimitry Andric2020-01-281-4/+4
* 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-082-7/+4
* Explicitly exit() instead of return in main().Xin LI2019-12-031-1/+1
* newfs_msdos: -A is incompatible with -r, not -o.Xin LI2019-12-031-1/+1
* 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-154-47/+93
* 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
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* newfs_msdos: clarify description of -T (timestamp) optionEd Maste2017-05-161-9/+11
* newfs_msdos: add -T (timestamp) option for reproducible buildsEd Maste2017-05-164-6/+44
* 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
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* Fix leak in mkfs_msdos(..) by initializing img to NULL and free'ing at the endEnji Cooper2015-12-061-40/+47
* Use netbsd usage() implementation in newfs_msdosEd Maste2015-11-271-27/+14
* mkfs_msdos: sync with NetBSDEd Maste2015-11-271-3/+8
* newfs_msdos: rework error handling for eventual use in makefsEd Maste2015-11-232-98/+191
* Update $NetBSD$ IDEd Maste2015-11-231-1/+1
* newfs_msdos: use NetBSD's mkfs_msdos.h verbatim for makefs compatibilityEd Maste2015-10-201-42/+50
* 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-154-835/+918
* newfs_msdos: rework option parsing to match NetBSDEd Maste2015-10-151-125/+162
* It's 2015, and some people are still trying to use fdisk and thenEdward Tomasz Napierala2015-09-021-3/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-22/+20
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-081-31/+31
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-281-5/+5
| |\ \ \ \
| * \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-131-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge headSimon J. Gerraty2013-09-111-2/+2
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | Sync with HEAD.David E. O'Brien2013-02-081-4/+4
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | | | | Update documented OEM string in newfs_msdos(8).Pedro F. Giffuni2015-04-091-2/+2
* | | | | | | | | Remove old ioctl use and support, once and for all.Warner Losh2015-01-061-20/+18
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use "NO NAME" as the default unnamed label.Pedro F. Giffuni2014-08-131-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-1/+1
| |_|_|_|_|/ |/| | | | |