| Age | Commit message (Expand) | Author |
| 2006-04-24 | Coverty CID 1643: free(ino_buf) on error return. | dsl |
| 2004-06-14 | when printing alternate superblocks, cast result of | dbj |
| 2004-03-27 | Rework previous to avoid checking FS_FLAGS_UPDATED for ffsv2 | dsl |
| 2004-03-21 | Fix PR kern/24809 properly... | dsl |
| 2004-03-20 | When searching for the superblock, check that the fs_sblockloc field | dsl |
| 2004-01-04 | add stddef.h include and remove shadowed local var. | dbj |
| 2004-01-03 | Bump date for previous. | wiz |
| 2004-01-03 | restore traditional output for older filesystems | dbj |
| 2003-12-29 | don't drop -v option when using other defaults | dbj |
| 2003-12-28 | fix two bugs with argument parsing: | dbj |
| 2003-12-28 | add DPADD+=${LIBUTIL} | dbj |
| 2003-09-26 | Add a -a option to dump all alternate superblocks | dsl |
| 2003-08-30 | Sort options in usage (AaBb...). | wiz |
| 2003-08-30 | Sort options (AaBb...); drop trailing space; use Nx instead of verbose | wiz |
| 2003-08-30 | Include a (very raw) dump of the inodes. | dsl |
| 2003-08-12 | Fix display of fslevel (was almost always 0) | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-02 | Add explicit cats for %lld printf format args, for the benefit of LP64 | he |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2002-09-18 | use NETBSDSRCDIR as appropriate | lukem |
| 2002-01-19 | Whitespace nits. | wiz |
| 2002-01-08 | need ufs/ufs/dinode.h for ufs/ffs/fs.h | lukem |
| 2001-11-09 | When used without -F, search for `special' in fstab and use the raw version | lukem |
| 2001-09-06 | Incorporate the enhanced ffs_dirpref() by Grigoriy Orlov, as found in | lukem |
| 2001-09-02 | Incorporate fix by iedowse @ FreeBSD to allow disks with large numbers of | lukem |
| 2001-08-30 | some improvements from freebsd/openbsd | lukem |
| 2001-08-17 | remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() | lukem |
| 2001-08-15 | call ffs_sb_swap() with ns=1, otherwise dumpfs core dumps on other endian fses | lukem |
| 2001-08-14 | - ansi KNF | lukem |
| 2001-07-29 | enable WARNS=2 | lukem |
| 2001-07-26 | fix time display bug introduced in previous commit [hi christos! ;] | lukem |
| 2001-02-23 | make this compile again. | christos |
| 2001-01-05 | use %ll_ instead of the less standard %q_ | lukem |
| 2000-01-18 | Dump softdep mode. | pk |
| 1999-04-13 | Fix a printf format warning on the Alpha. | thorpej |
| 1999-04-05 | Display fs_maxfilesize, and clean up some other formatting. | mycroft |
| 1999-03-22 | More 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-27 | const poisoning. | mycroft |
| 1998-03-18 | Add support for non-native byteorder FFS. | bouyer |
| 1997-10-19 | fix compile warnings on the alpha. | mrg |
| 1997-10-17 | WARNSify | lukem |
| 1997-09-16 | resolve conflicts | lukem |
| 1997-05-07 | fix typo. from msaitoh@spa.is.uec.ac.jp, [misc/3584] | lukem |
| 1997-04-26 | Determine filesystem level (ref: fsck_ffs(8) -c ...) and display it. | lukem |
| 1996-01-09 | Avoid arithmetic overflow (Tor Egge; PR#1768). | pk |
| 1995-04-12 | Print out the `clean' field. | mycroft |
| 1995-03-18 | convert to new RCS Id conventions; reduce my headache | cgd |
| 1994-12-26 | keep you from dumpfs-ing a filesystem with a bad magic #. fixes bug 249. fix... | glass |