From owner-cvs-all Wed Dec 2 18:26:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11850 for cvs-all-outgoing; Wed, 2 Dec 1998 18:26:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA11841; Wed, 2 Dec 1998 18:26:57 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA19117; Wed, 2 Dec 1998 18:27:36 -0800 (PST) Date: Wed, 2 Dec 1998 18:27:36 -0800 (PST) Message-Id: <199812030227.SAA19117@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/fsck 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-all@FreeBSD.ORG Precedence: bulk julian 1998/12/02 18:27:35 PST Modified files: sbin/fsck 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: Reviewed by: Don Lewis Submitted by: Kirk McKusick Obtained from: Mckusick, BSDI and a host of others This exactly matches Kirks sources imported under the Tag MCKUSICK2. These are as supplied by kirk with one small change needed to compile under freeBSD. Some FreeBSD patches will be added back, though many have been added to Kirk's sources already. Revision Changes Path 1.13 +58 -38 src/sbin/fsck/dir.c 1.12 +58 -54 src/sbin/fsck/fsck.8 1.10 +33 -14 src/sbin/fsck/fsck.h 1.17 +58 -34 src/sbin/fsck/inode.c 1.16 +31 -28 src/sbin/fsck/main.c 1.14 +89 -21 src/sbin/fsck/pass1.c 1.5 +2 -5 src/sbin/fsck/pass1b.c 1.8 +32 -32 src/sbin/fsck/pass2.c 1.5 +55 -16 src/sbin/fsck/pass3.c 1.5 +41 -37 src/sbin/fsck/pass4.c 1.15 +9 -29 src/sbin/fsck/pass5.c 1.10 +33 -29 src/sbin/fsck/preen.c 1.13 +17 -32 src/sbin/fsck/setup.c 1.9 +43 -13 src/sbin/fsck/utilities.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message