summaryrefslogtreecommitdiff
path: root/usr.sbin/dumpfs
AgeCommit message (Expand)Author
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-03Bump date for previous.wiz
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-12-28add DPADD+=${LIBUTIL}dbj
2003-09-26Add a -a option to dump all alternate superblocksdsl
2003-08-30Sort options in usage (AaBb...).wiz
2003-08-30Sort options (AaBb...); drop trailing space; use Nx instead of verbosewiz
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-09-18use NETBSDSRCDIR as appropriatelukem
2002-01-19Whitespace nits.wiz
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-29enable WARNS=2lukem
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
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-01-15#include machine/bswap.h and remove -lutil.bouyer
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
1997-09-16resolve conflictslukem
1997-05-07fix typo. from msaitoh@spa.is.uec.ac.jp, [misc/3584]lukem
1997-04-26Determine filesystem level (ref: fsck_ffs(8) -c ...) and display it.lukem
1996-01-09Avoid arithmetic overflow (Tor Egge; PR#1768).pk
1995-04-12Print out the `clean' field.mycroft
1995-03-18convert to new RCS Id conventions; reduce my headachecgd
1994-12-26keep you from dumpfs-ing a filesystem with a bad magic #. fixes bug 249. fix...glass