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