summaryrefslogtreecommitdiff
path: root/sbin/growfs/debug.c
AgeCommit message (Expand)Author
2025-01-16Fix backward compatibility with UFS1 filesystems created before June 2002Kirk McKusick
2024-02-13growfs(8): Grammar fixHUANG,YU-JIA
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-02-15prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2016-05-01sbin: use our howmany() macro when available through <sys/param.h>.Pedro F. Giffuni
2013-10-24UFS2: make di_extsize unsigned.Pedro F. Giffuni
2012-04-15Remove FSIRAND and FSMAXSWAP ifdefs, removing code unconditionally.Edward Tomasz Napierala
2012-03-05Make growfs(8) mostly style compliant. No functional changes,Edward Tomasz Napierala
2010-11-22Fix some more warnings found by clang.Rebecca Cran
2006-10-31Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag.Pawel Jakub Dawidek
2004-04-03Make growfs WARNS=6 clean.Lukas Ertl
2003-08-14Commit 1 of 2 to fix ffsinfo(8) for UFS2.Robert Watson
2002-09-25Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft
2002-08-21s/filesystem/file system/g as discussed on -developersTom Rhodes
2002-03-20Teach growfs's dbg_open() that a filename of "-" for output means toRobert Watson
2001-08-13Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov
2001-06-07cleanup to get rid of most warnings on alphaThomas-Henning von Kamptz
2000-12-12corrected spelling mistakes in commentsThomas-Henning von Kamptz
2000-12-09added growfs(8) including ffsinfo(8) to the freebsd base systemThomas-Henning von Kamptz