freebsd-dev/sbin/growfs
Robert Watson 0b22953b4c Commit 1 of 2 to fix ffsinfo(8) for UFS2.
Add support for UFS2 to the UFS debugging routines in growfs; required
to update ffsinfo(8) for UFS2.  A variety of types and fs variables are
renamed to reflect UFS1/2 structures.  Also, the print routines for
inodes are now split into separate UFS1 and UFS2 versions.  We now
define dbg_dump_csum_total(), but lose the printing of rotational
information since that's not present in UFS2.  In the future, we may
want to re-add this functionality to print it solely for UFS1.

Submitted by:	Lukas Ertl <l.ertl@univie.ac.at>
PR:		bin/53517
2003-08-14 18:40:59 +00:00
..
debug.c Commit 1 of 2 to fix ffsinfo(8) for UFS2. 2003-08-14 18:40:59 +00:00
debug.h Commit 1 of 2 to fix ffsinfo(8) for UFS2. 2003-08-14 18:40:59 +00:00
growfs.8 Remove references to ffsinfo(8) for now. It was disconnected from 2003-06-17 19:21:43 +00:00
growfs.c Understand GEOM. This makes growfs work again, but it really needs rewriting. 2003-05-12 05:37:16 +00:00
Makefile style clean. 2003-06-11 23:24:31 +00:00