aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs_msdos
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|_|_|_|/ |/| | | | |
* | | | | | Small cleanup: mostly whitespace vs. tabs.Pedro F. Giffuni2014-04-301-31/+31
| |_|_|_|/ |/| | | |
* | | | | Correct min/max cluster counts for FAT12/16/32Ed Maste2014-04-241-5/+5
| |_|_|/ |/| | |
* | | | Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-3/+3
| |_|/ |/| |
* | | newfs_msdos: fix inaccurate comments.Pedro F. Giffuni2013-09-071-2/+2
| |/ |/|
* | newfs_msdos: cosmetical cleanupsPedro F. Giffuni2013-01-191-4/+4
|/
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-18/+18
* Many style fixes.Pedro F. Giffuni2011-12-202-77/+97
* Use __packed to prevent alignment from taking place, which otherwise mayXin LI2011-11-111-5/+5
* Use NULL instead of 0 for third argument of sigaction(2).Andrey V. Elsukov2011-07-121-1/+1
* Add SIGINFO handler.Andrey V. Elsukov2011-07-121-0/+24
* MFtbemd:Warner Losh2010-08-231-1/+2
* Clarify that the "number of bytes per sector"-range in theBenedict Reuschling2010-07-251-2/+2
* Rename variables to match msdosfs headers.Konstantin Belousov2010-02-142-249/+250
* Some cleanups from NetBSD:Konstantin Belousov2010-02-142-20/+23
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-2/+0