| Age | Commit message (Expand) | Author |
| 2013-09-03 | Print FS_TRIM too. | dholland |
| 2013-09-03 | Teach this to print FS_SUJ (and FS_GJOURNAL, whatever that is, as it | dholland |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2013-04-02 | Show in-filesystem quotas flag instead of unknown flag bit. | taca |
| 2012-04-07 | use getfsspecname() | christos |
| 2011-08-30 | static + __dead | joerg |
| 2010-02-27 | Adjust for change in kernel that stores physical block numbers | mlelstv |
| 2010-02-27 | Sort options. | wiz |
| 2010-02-27 | Print both commit headers, even for disks with larger block sizes. | mlelstv |
| 2010-02-27 | Add support to print the WAPBL journal. | mlelstv |
| 2009-05-07 | Display the superblock format as the second line ("FFSv1" or "FFSv2"). | lukem |
| 2009-04-15 | Fix WARNS=4 issues (-Wsign-compare -Wextra) | lukem |
| 2008-08-07 | Since we're printing loc2 and loc3, make the headings match what we print. | oster |
| 2008-07-31 | Merge the simonb-wapbl branch. From the original branch commit: | simonb |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 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 | 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-09-26 | Add a -a option to dump all alternate superblocks | dsl |
| 2003-08-30 | Sort options in usage (AaBb...). | 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-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-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 |
| 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 |