summaryrefslogtreecommitdiffstats
path: root/sbin/newfs_msdos
Commit message (Expand)AuthorAgeFilesLines
* Use nitems() from sys/param.h.araujo2016-04-191-1/+1
* Explicitly add more files to the 'runtime' package.gjb2016-02-091-0/+1
* Fix leak in mkfs_msdos(..) by initializing img to NULL and free'ing at the endngie2015-12-061-40/+47
* Use netbsd usage() implementation in newfs_msdosemaste2015-11-271-27/+14
* mkfs_msdos: sync with NetBSDemaste2015-11-271-3/+8
* newfs_msdos: rework error handling for eventual use in makefsemaste2015-11-232-98/+191
* Update $NetBSD$ IDemaste2015-11-231-1/+1
* newfs_msdos: use NetBSD's mkfs_msdos.h verbatim for makefs compatibilityemaste2015-10-201-42/+50
* newfs_msdos: prefer snprintf to sprintfemaste2015-10-161-1/+1
* newfs_msdos: move mkfs_msdos to separate file for later use in makefsemaste2015-10-154-835/+918
* newfs_msdos: rework option parsing to match NetBSDemaste2015-10-151-125/+162
* It's 2015, and some people are still trying to use fdisk and thentrasz2015-09-021-3/+1
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-22/+20
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-1/+1
| |\
| * \ Merge head from 7/28sjg2014-08-191-1/+1
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-081-31/+31
| |\ \ \
| * \ \ \ Merge headsjg2014-04-281-5/+5
| |\ \ \ \
| * \ \ \ \ Merge head@256284sjg2013-10-131-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge headsjg2013-09-111-2/+2
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | | Sync with HEAD.obrien2013-02-081-4/+4
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
* | | | | | | | | Update documented OEM string in newfs_msdos(8).pfg2015-04-091-2/+2
* | | | | | | | | Remove old ioctl use and support, once and for all.imp2015-01-061-20/+18
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use "NO NAME" as the default unnamed label.pfg2014-08-131-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | use .Mt to mark up email addresses consistently (part1)bapt2014-06-201-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Small cleanup: mostly whitespace vs. tabs.pfg2014-04-301-31/+31
| |_|_|_|/ |/| | | |
* | | | | Correct min/max cluster counts for FAT12/16/32emaste2014-04-241-5/+5
| |_|_|/ |/| | |
* | | | Sweep man pages replacing ad -> ada.pluknet2013-10-011-3/+3
| |_|/ |/| |
* | | newfs_msdos: fix inaccurate comments.pfg2013-09-071-2/+2
| |/ |/|
* | newfs_msdos: cosmetical cleanupspfg2013-01-191-4/+4
|/
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-121-18/+18
* Many style fixes.pfg2011-12-202-77/+97
* Use __packed to prevent alignment from taking place, which otherwise maydelphij2011-11-111-5/+5
* Use NULL instead of 0 for third argument of sigaction(2).ae2011-07-121-1/+1
* Add SIGINFO handler.ae2011-07-121-0/+24
* MFtbemd:imp2010-08-231-1/+2
* Clarify that the "number of bytes per sector"-range in thebcr2010-07-251-2/+2
* Rename variables to match msdosfs headers.kib2010-02-142-249/+250
* Some cleanups from NetBSD:kib2010-02-142-20/+23
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-2/+0
* Style fixes to the newfs_msdos manpage.ed2009-04-111-8/+9
* Update documentation (forgotten in r190929).ed2009-04-111-4/+5
* Do not prepend /dev/ when -C is used.ed2009-04-112-5/+7
* When using -C, do not warn when the file is not a character device, but warn ...ed2009-04-111-2/+7
OpenPOWER on IntegriCloud