From owner-cvs-all Tue Apr 24 15:38:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85A0D37B424; Tue, 24 Apr 2001 15:38:09 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3OMc9Q13716; Tue, 24 Apr 2001 15:38:09 -0700 (PDT) (envelope-from mckusick) Message-Id: <200104242238.f3OMc9Q13716@freefall.freebsd.org> From: Kirk McKusick Date: Tue, 24 Apr 2001 15:38:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs fsck.h fsck_ffs.8 fsutil.c main.c utilities.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2001/04/24 15:38:09 PDT Modified files: sbin/fsck_ffs fsck.h fsck_ffs.8 fsutil.c main.c utilities.c Log: Add support for the -F flag which determines whether a specified filesystem needs foreground checking (usually at boot time) or can defer to background checking (after the system is up and running). See the manual page, fsck_ffs(8), for details on the -F and -B options. These options are primarily intended for use by the fsck front end. All output is directed to stdout so that the output is coherent when redirected to a file or a pipe. Unify the code with the fsck front end that allows either a device or a mount point to be specified as the argument to be checked. Revision Changes Path 1.19 +2 -1 src/sbin/fsck_ffs/fsck.h 1.20 +36 -55 src/sbin/fsck_ffs/fsck_ffs.8 1.6 +12 -10 src/sbin/fsck_ffs/fsutil.c 1.26 +59 -19 src/sbin/fsck_ffs/main.c 1.17 +13 -3 src/sbin/fsck_ffs/utilities.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message