| Age | Commit message (Expand) | Author |
| 2010-02-27 | Adjust for change in kernel that stores physical block numbers | mlelstv |
| 2010-02-27 | Sort options. | wiz |
| 2010-02-27 | Sort options. Add -j to SYNOPSIS. Bump date for -j. | 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-22 | Enable WARNS=4 by default, except for: | 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 | 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 |