From owner-cvs-all@FreeBSD.ORG Thu Aug 14 11:55:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF2A937B401; Thu, 14 Aug 2003 11:55:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5925243FE1; Thu, 14 Aug 2003 11:55:32 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7EItW0U066937; Thu, 14 Aug 2003 11:55:32 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7EItVtm066936; Thu, 14 Aug 2003 11:55:31 -0700 (PDT) Message-Id: <200308141855.h7EItVtm066936@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Aug 2003 11:55:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 18:55:33 -0000 rwatson 2003/08/14 11:55:31 PDT FreeBSD src repository Modified files: sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c Log: Commit 1 of 2 to fix ffsinfo(8) for UFS2. Update ffsinfo(8) to use new UFS2 support in the growfs(8) debugging functions. Largely consists of renaming fields and types to be aware of the UFS1/UFS2 distinction, relying on libufs(3) to open and sanity check the device/file/label accessed. Since libufs(3) now handles label/UFS interactions, remove -L argument. Note: when submitted, this patch had substantial style changes. I've attempted to remove the restyling from the patch to separate the functional and style changes. Submitted by: Lukas Ertl PR: bin/53517 Revision Changes Path 1.6 +2 -0 src/sbin/ffsinfo/Makefile 1.13 +1 -13 src/sbin/ffsinfo/ffsinfo.8 1.6 +225 -200 src/sbin/ffsinfo/ffsinfo.c