summaryrefslogtreecommitdiffstats
path: root/sbin/growfs/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* UFS2: make di_extsize unsigned.pfg2013-10-241-1/+1
| | | | | | | | di_extsize is the EA size and as such it should be unsigned. Adjust related types for consistency. Reviewed by: mckusick (previous version) MFC after: 3 weeks
* Remove FSIRAND and FSMAXSWAP ifdefs, removing code unconditionally.trasz2012-04-151-4/+0
| | | | | Reviewed by: kib, mckusick Sponsored by: The FreeBSD Foundation
* Make growfs(8) mostly style compliant. No functional changes,trasz2012-03-051-111/+79
| | | | verified with MD5.
* Fix some more warnings found by clang.brucec2010-11-221-1/+1
|
* Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag.pjd2006-10-311-0/+3
| | | | Sponsored by: home.pl
* Make growfs WARNS=6 clean.le2004-04-031-10/+10
| | | | Approved by: grog (mentor)
* Commit 1 of 2 to fix ffsinfo(8) for UFS2.rwatson2003-08-141-113/+284
| | | | | | | | | | | | | 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
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-2/+3
|
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
|
* Teach growfs's dbg_open() that a filename of "-" for output means torwatson2002-03-201-1/+4
| | | | | | | | | open "/dev/stdout". This doesn't actually affect growfs, but does affect ffsinfo, permitting ffsinfo to output to the shell's stdout rather than requiring it be dumped to a file or explicitly pointed at a special device. Reviewed by: peter
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-1/+0
|
* cleanup to get rid of most warnings on alphatomsoft2001-06-071-9/+10
| | | | | | | and yes now it also works on alpha Reviewed by: chm MFC after: 3 weeks
* corrected spelling mistakes in commentstomsoft2000-12-121-2/+2
| | | | | | | | | | check a couple of mallocs usage of errx linebreaks of DBG_ macros, correcting the usage of nroff macros Submitted by: grog, charnier Reviewed by: chm
* added growfs(8) including ffsinfo(8) to the freebsd base systemtomsoft2000-12-091-0/+699
Reviewed by: grog
OpenPOWER on IntegriCloud