From owner-cvs-sbin Tue Mar 11 04:20:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA24228 for cvs-sbin-outgoing; Tue, 11 Mar 1997 04:20:54 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA24219; Tue, 11 Mar 1997 04:20:50 -0800 (PST) Date: Tue, 11 Mar 1997 04:20:50 -0800 (PST) From: Peter Wemm Message-Id: <199703111220.EAA24219@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/fsck Makefile dir.c fsck.8 fsck.h inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/03/11 04:20:48 Modified: sbin/fsck Makefile dir.c fsck.8 fsck.h inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c Log: Merge from Lite2. Note that Lite2 has it's own filesystem clean check skipping code that overrides ours sooner. One should be eliminated, but for now it works. Revision Changes Path 1.3 +2 -1 src/sbin/fsck/Makefile 1.7 +79 -64 src/sbin/fsck/dir.c 1.9 +14 -5 src/sbin/fsck/fsck.8 1.8 +91 -103 src/sbin/fsck/fsck.h 1.9 +28 -26 src/sbin/fsck/inode.c 1.8 +50 -30 src/sbin/fsck/main.c 1.7 +24 -20 src/sbin/fsck/pass1.c 1.3 +8 -5 src/sbin/fsck/pass1b.c 1.4 +58 -24 src/sbin/fsck/pass2.c 1.3 +3 -1 src/sbin/fsck/pass3.c 1.3 +8 -7 src/sbin/fsck/pass4.c 1.7 +40 -33 src/sbin/fsck/pass5.c 1.6 +51 -48 src/sbin/fsck/preen.c 1.5 +60 -33 src/sbin/fsck/setup.c 1.5 +97 -64 src/sbin/fsck/utilities.c