aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs_msdos
Commit message (Expand)AuthorAgeFilesLines
* newfs_msdos.8: example for specific cluster sizeAlexander Ziaee2024-01-221-2/+8
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-252-10/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* newfs_msdos: Fix warnings that arise when compiled for makefsMark Johnston2022-05-101-2/+5
* newfs_msdos: connect the ATF test from NetBSDEric van Gyzen2022-02-162-0/+11
* newfs_msdos: fix type of kern.maxphysEric van Gyzen2022-02-161-3/+3
* 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
| |\ \ \