Home | History | Annotate | Download | only in dumpfs
History log of /src/usr.sbin/dumpfs/dumpfs.8
RevisionDateAuthorComments
 1.21  19-Dec-2022  chs dumpfs: remove confusing output for UFS2

remove the mention of "fslevel 5" because no such thing exists.
the whole "fs level" concept really only applies to UFS1, so don't print
the line with the level number and details for UFS2 file systems at all.
try to clarify this in the manpage as well.
prompted by PR 57082.
 1.20  27-Feb-2010  wiz branches: 1.20.56;
Sort options. Add -j to SYNOPSIS. Bump date for -j.
 1.19  27-Feb-2010  mlelstv Add support to print the WAPBL journal.
 1.18  03-Jan-2004  wiz Bump date for previous.
 1.17  03-Jan-2004  dbj restore traditional output for older filesystems
add byte swapping support for inode printing
 1.16  26-Sep-2003  dsl Add a -a option to dump all alternate superblocks
 1.15  30-Aug-2003  wiz Sort options (AaBb...); drop trailing space; use Nx instead of verbose
NetBSD; add commas.
 1.14  30-Aug-2003  dsl Include a (very raw) dump of the inodes.
Add options to determine what is dumped (default to old behaviour).
 1.13  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22366, verified by myself.
 1.12  19-Jan-2002  wiz Whitespace nits.
 1.11  09-Nov-2001  lukem When used without -F, search for `special' in fstab and use the raw version
of the fs_spec. In any case, use opendisk(3) to open the device.

When used with -F just open `special' as-is.
 1.10  14-Aug-2001  lukem - ansi KNF
- add -F flag to specify "argument is an fs image" (effectively a no-op,
but here for consistency with other tools).
 1.9  22-Mar-1999  garbled More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Many more to
come.
 1.8  07-May-1997  lukem fix typo. from msaitoh@spa.is.uec.ac.jp, [misc/3584]
 1.7  26-Apr-1997  lukem Determine filesystem level (ref: fsck_ffs(8) -c ...) and display it.
Code was derivied from observing how fsck_ffs `upgrades' to a given
level, and has been tested on recent NetBSD filesystems (reports as "3"),
SunOS ("1"), and ULTRIX ("0"). I haven't found a filesystem of level
"2" to test, but the code should detect it. Fixes [bin/1353]
 1.6  18-Mar-1995  cgd convert to new RCS Id conventions; reduce my headache
 1.5  08-Jun-1994  mycroft Update from 4.4-Lite, with local changes.
 1.4  01-Aug-1993  mycroft Add RCS indentifiers.
 1.3  23-Mar-1993  cgd changed "Id" to "Header" for rcsids
 1.2  22-Mar-1993  cgd added rcs ids to all files
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  13-Jun-1994  mycroft Import 4.4-Lite version.
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.20.56.1  20-Dec-2022  martin Pull up following revision(s) (requested by chs in ticket #9):

usr.sbin/dumpfs/dumpfs.c: revision 1.67
usr.sbin/dumpfs/dumpfs.8: revision 1.21

dumpfs: remove confusing output for UFS2
remove the mention of "fslevel 5" because no such thing exists.

the whole "fs level" concept really only applies to UFS1, so don't print
the line with the level number and details for UFS2 file systems at all.
try to clarify this in the manpage as well.

prompted by PR 57082.

RSS XML Feed