summaryrefslogtreecommitdiffstats
path: root/sbin/growfs/debug.h
Commit message (Collapse)AuthorAgeFilesLines
* Parenthesised string literals are invalid in initialisers for character arrays.stefanf2004-07-061-1/+1
| | | | Use braces instead.
* Commit 1 of 2 to fix ffsinfo(8) for UFS2.rwatson2003-08-141-2/+8
| | | | | | | | | | | | | 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
* added growfs(8) including ffsinfo(8) to the freebsd base systemtomsoft2000-12-091-0/+137
Reviewed by: grog
OpenPOWER on IntegriCloud