summaryrefslogtreecommitdiffstats
path: root/sbin/dumpfs
AgeCommit message (Expand)AuthorFilesLines
2020-06-20With filesystem having many cylinder groups and many inodes per cg theotto1-21/+22
2020-02-17Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so willotto1-1/+3
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2015-11-23Use pledge "disklabel" as needed. The theory here is these tools become morederaadt1-1/+4
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt1-2/+2
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+5
2014-05-13Nuke another pointless dev_bsize variable always set to 512 and usekrw1-6/+3
2013-04-02Use a time_t variable with ctime()guenther1-2/+2
2011-02-28switch open(...) to opendev(...)halex2-4/+8
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2008-08-19Look at 'fs_flags' when dumping FFS2 file systems, okay beck@, millert@pedro1-3/+4
2008-06-08fix generated size for -m; bug report by Peter J. Philipp; ok millert@otto1-3/+3
2008-01-22pick the right csaddr when dumping cgs. Makes FFS2 dumps work much betterotto1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-21Use SBLOCKSEARCH[] to find the superblock. OK pedro@millert1-18/+14
2007-05-05Add support for ffs2 and a new flag, -m, which will output amillert2-134/+294
2007-04-19teach dumpfs about the 'updated' flag; ok pedro@otto1-5/+8
2007-03-19Add FFS2 fields to the superblock, change file system tools to keeppedro1-14/+14
2006-03-09Remove option -n from newfs as well as all references to fs_postbl()pedro1-25/+3
2004-07-28.Xr growfs 8jmc1-1/+2
2003-06-25ansideraadt1-14/+7
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2002-09-06bogus ; outside of functionderaadt1-4/+4
2002-06-09rm trailing whitespacetodd1-3/+3
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-6/+6
2001-12-01remove unused variable; csapuntz okderaadt1-3/+3
2001-11-05kill more registers;mpech1-6/+6
2001-04-13Fix overflow in superblock. From FreeBSD.gluk1-4/+4
1999-07-18print out fs_flags fields; mpp@freebsdderaadt1-2/+13
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@aaron1-2/+2
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-04-25handle truncated superblock read; rnordier@freebsdderaadt1-3/+10
1997-11-13Say "soft updates" when FS_DOSOFTDEP is set in superblock, could look nicer.millert1-6/+6
1997-09-21$OpenBSD$deraadt1-2/+1
1997-06-30print fs_maxfilesize; bde@freebsdderaadt1-4/+4
1997-05-31lukem: Determine filesystem level (ref: fsck_ffs(8) -c ...) and display it.deraadt2-17/+39
1997-02-11Remove occurences of headswitch and trackseek, they no longermillert1-4/+3
1996-06-23update rcsidderaadt3-2/+4
1996-01-11sync with netbsdderaadt1-5/+5
1995-11-20lseek botch repair; from tegge@idt.unit.no; netbsd pr#1768deraadt1-3/+3
1995-10-18initial import of NetBSD treederaadt3-0/+401