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