summaryrefslogtreecommitdiff
path: root/usr.sbin/dumpfs/dumpfs.c
AgeCommit message (Expand)Author
2013-09-03Print FS_TRIM too.dholland
2013-09-03Teach this to print FS_SUJ (and FS_GJOURNAL, whatever that is, as itdholland
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-04-02Show in-filesystem quotas flag instead of unknown flag bit.taca
2012-04-07use getfsspecname()christos
2011-08-30static + __deadjoerg
2010-02-27Adjust for change in kernel that stores physical block numbersmlelstv
2010-02-27Sort options.wiz
2010-02-27Print both commit headers, even for disks with larger block sizes.mlelstv
2010-02-27Add support to print the WAPBL journal.mlelstv
2009-05-07Display the superblock format as the second line ("FFSv1" or "FFSv2").lukem
2009-04-15Fix WARNS=4 issues (-Wsign-compare -Wextra)lukem
2008-08-07Since we're printing loc2 and loc3, make the headings match what we print.oster
2008-07-31Merge the simonb-wapbl branch. From the original branch commit:simonb
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2006-04-24Coverty CID 1643: free(ino_buf) on error return.dsl
2004-06-14when printing alternate superblocks, cast result ofdbj
2004-03-27Rework previous to avoid checking FS_FLAGS_UPDATED for ffsv2dsl
2004-03-21Fix PR kern/24809 properly...dsl
2004-03-20When searching for the superblock, check that the fs_sblockloc fielddsl
2004-01-04add stddef.h include and remove shadowed local var.dbj
2004-01-03restore traditional output for older filesystemsdbj
2003-12-29don't drop -v option when using other defaultsdbj
2003-12-28fix two bugs with argument parsing:dbj
2003-09-26Add a -a option to dump all alternate superblocksdsl
2003-08-30Sort options in usage (AaBb...).wiz
2003-08-30Include a (very raw) dump of the inodes.dsl
2003-08-12Fix display of fslevel (was almost always 0)dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-02Add explicit cats for %lld printf format args, for the benefit of LP64he
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2002-01-08need ufs/ufs/dinode.h for ufs/ffs/fs.hlukem
2001-11-09When used without -F, search for `special' in fstab and use the raw versionlukem
2001-09-06Incorporate the enhanced ffs_dirpref() by Grigoriy Orlov, as found inlukem
2001-09-02Incorporate fix by iedowse @ FreeBSD to allow disks with large numbers oflukem
2001-08-30some improvements from freebsd/openbsdlukem
2001-08-17remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap()lukem
2001-08-15call ffs_sb_swap() with ns=1, otherwise dumpfs core dumps on other endian fseslukem
2001-08-14- ansi KNFlukem
2001-07-26fix time display bug introduced in previous commit [hi christos! ;]lukem
2001-02-23make this compile again.christos
2001-01-05use %ll_ instead of the less standard %q_lukem
2000-01-18Dump softdep mode.pk
1999-04-13Fix a printf format warning on the Alpha.thorpej
1999-04-05Display fs_maxfilesize, and clean up some other formatting.mycroft
1998-08-27{} fixes from Erik Bertelsen <erik@erik-be.uni-c.dk> (PR 6047) to shut up egcs.ross
1998-07-27const poisoning.mycroft
1998-03-18Add support for non-native byteorder FFS.bouyer
1997-10-19fix compile warnings on the alpha.mrg
1997-10-17WARNSifylukem