summaryrefslogtreecommitdiffstats
path: root/sbin/newfs_msdos (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use pledge "disklabel" as needed. The theory here is these tools become morederaadt2015-11-231-1/+4
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-5/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-5/+9
* Not initializing "next free cluster" is better than pointing at a clustertobias2014-07-101-2/+2
* Put boot signature always at end of 512 byte sector, even on disks withtobias2014-07-102-10/+10
* Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt2013-11-221-4/+4
* Replace direct references to p_size, p_offset and d_secperunit withkrw2013-11-051-4/+4
* Add missing .Mt macros for AUTHORS email addresses.schwarze2013-07-161-3/+3
* dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisdlg2010-05-181-1/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* As is already the case for ffs, do not allow creation of msdos file systemshalex2009-07-272-3/+15
* sort options;jmc2007-09-282-33/+34
* some cleanup. remove #ifdef __FreeBSD__ code, last sync to FreeBSD waspyr2007-09-261-137/+13
* convert to new .Dd format;jmc2007-05-311-2/+2
* add some missing $, ok djm@ 'That looks fine to me' millert@jsg2004-10-011-0/+2
* boring cleanupsderaadt2003-06-101-4/+4
* - section reorderjmc2003-06-031-3/+3
* typos;jmc2003-02-071-1/+3
* more snprintfderaadt2002-05-291-1/+1
* use sizeof w/ defines; niklas@ millert@ ok.fgsch2002-02-211-1/+1
* Initial patch for a new mdoc issue.mpech2001-12-211-7/+4
* major -Wall cleanup, almost completederaadt2001-07-071-3/+4
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Correct minor formatting errors/typos.aaron2000-07-051-2/+2
* Remove hard sentence breaks, and some other cleanup along the way.aaron2000-03-181-15/+21
* various minor cleanups of ugliesderaadt2000-02-071-19/+20
* Upgrade newfs_msdos to latest freebsd version. This one knows how to handleimp2000-02-066-748/+1111
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-2/+2
* trash some old leftover macros and replace them with -mdoc macrosaaron1999-07-041-6/+3
* start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@aaron1999-06-041-2/+2
* more .El madnessaaron1999-05-281-1/+2
* ignore -q for now since we are already quiet. Makes "newfs -q -t msdos" does not generate an errormillert1999-04-101-2/+3
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-2/+2
* kill redundant .Nm macro arguments; other misc fixesaaron1998-11-281-6/+6
* more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesaaron1998-11-111-2/+2
* sbin/ man page fixesaaron1998-09-171-7/+7
* clone boot sector that existed there? bad idea. No idea why thoughderaadt1997-04-301-4/+1
* if -s not specified, attempt to grok the disklabelderaadt1997-04-141-10/+48
* Use arc4random() not random().millert1997-03-291-3/+2
* removed code that was inside #if 0 ... #endifkstailey1997-03-221-6/+1
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-2/+2
* use opendev(3) + man page correctionkstailey1997-01-103-5/+14
* change all refs from mkdosfs to newfs_msdoskstailey1997-01-031-8/+8
* do not freak out if we see a -t argumentderaadt1996-12-041-2/+4
* update rcsidderaadt1996-06-234-3/+5
* add newfs_msdos (from freebsd); does not know how to make non-floppy filesystems yetderaadt1996-06-106-0/+781