aboutsummaryrefslogtreecommitdiff
path: root/sbin/growfs/debug.c
Commit message (Expand)AuthorAgeFilesLines
* growfs(8): Grammar fixHUANG,YU-JIA2024-02-131-1/+1
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-5/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-5/+5
* sbin: use our howmany() macro when available through <sys/param.h>.Pedro F. Giffuni2016-05-011-1/+2
* UFS2: make di_extsize unsigned.Pedro F. Giffuni2013-10-241-1/+1
* Remove FSIRAND and FSMAXSWAP ifdefs, removing code unconditionally.Edward Tomasz Napierala2012-04-151-4/+0
* Make growfs(8) mostly style compliant. No functional changes,Edward Tomasz Napierala2012-03-051-111/+79
* Fix some more warnings found by clang.Rebecca Cran2010-11-221-1/+1
* Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag.Pawel Jakub Dawidek2006-10-311-0/+3
* Make growfs WARNS=6 clean.Lukas Ertl2004-04-031-10/+10
* Commit 1 of 2 to fix ffsinfo(8) for UFS2.Robert Watson2003-08-141-113/+284
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-2/+3
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* Teach growfs's dbg_open() that a filename of "-" for output means toRobert Watson2002-03-201-1/+4
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-1/+0
* cleanup to get rid of most warnings on alphaThomas-Henning von Kamptz2001-06-071-9/+10
* corrected spelling mistakes in commentsThomas-Henning von Kamptz2000-12-121-2/+2
* added growfs(8) including ffsinfo(8) to the freebsd base systemThomas-Henning von Kamptz2000-12-091-0/+699