summaryrefslogtreecommitdiffstats
path: root/sbin/newfs_msdos
AgeCommit message (Expand)AuthorFilesLines
2015-11-23Use pledge "disklabel" as needed. The theory here is these tools become morederaadt1-1/+4
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failurederaadt1-5/+3
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-5/+9
2014-07-10Not initializing "next free cluster" is better than pointing at a clustertobias1-2/+2
2014-07-10Put boot signature always at end of 512 byte sector, even on disks withtobias2-10/+10
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt1-4/+4
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withkrw1-4/+4
2013-07-16Add missing .Mt macros for AUTHORS email addresses.schwarze1-3/+3
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisdlg1-1/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-6/+1
2009-07-27As is already the case for ffs, do not allow creation of msdos file systemshalex2-3/+15
2007-09-28sort options;jmc2-33/+34
2007-09-26some cleanup. remove #ifdef __FreeBSD__ code, last sync to FreeBSD waspyr1-137/+13
2007-05-31convert to new .Dd format;jmc1-2/+2
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@jsg1-0/+2
2003-06-10boring cleanupsderaadt1-4/+4
2003-06-03- section reorderjmc1-3/+3
2003-02-07typos;jmc1-1/+3
2002-05-29more snprintfderaadt1-1/+1
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.fgsch1-1/+1
2001-12-21Initial patch for a new mdoc issue.mpech1-7/+4
2001-07-07major -Wall cleanup, almost completederaadt1-3/+4
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-07-05Correct minor formatting errors/typos.aaron1-2/+2
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.aaron1-15/+21
2000-02-07various minor cleanups of ugliesderaadt1-19/+20
2000-02-06Upgrade newfs_msdos to latest freebsd version. This one knows how to handleimp6-732/+1095
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1-2/+2
1999-07-04trash some old leftover macros and replace them with -mdoc macrosaaron1-6/+3
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@aaron1-2/+2
1999-05-28more .El madnessaaron1-1/+2
1999-04-10ignore -q for now since we are already quiet. Makes "newfs -q -t msdos" does not generate an errormillert1-2/+3
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-11-28kill redundant .Nm macro arguments; other misc fixesaaron1-6/+6
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesaaron1-2/+2
1998-09-17sbin/ man page fixesaaron1-7/+7
1997-04-30clone boot sector that existed there? bad idea. No idea why thoughderaadt1-4/+1
1997-04-14if -s not specified, attempt to grok the disklabelderaadt1-10/+48
1997-03-29Use arc4random() not random().millert1-3/+2
1997-03-22removed code that was inside #if 0 ... #endifkstailey1-6/+1
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-2/+2
1997-01-10use opendev(3) + man page correctionkstailey3-5/+14
1997-01-03change all refs from mkdosfs to newfs_msdoskstailey1-8/+8
1996-12-04do not freak out if we see a -t argumentderaadt1-2/+4
1996-06-23update rcsidderaadt4-3/+5
1996-06-10add newfs_msdos (from freebsd); does not know how to make non-floppy filesystems yetderaadt6-0/+781