From owner-cvs-all Sat May 18 17: 9:37 2002 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 2480037B403; Sat, 18 May 2002 17:09:31 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J09Vs84821; Sat, 18 May 2002 17:09:31 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205190009.g4J09Vs84821@freefall.freebsd.org> From: Robert Watson Date: Sat, 18 May 2002 17:09:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin Makefile src/sbin/fsck_ifs Makefile dir.c fsck.h fsck_ifs.8 fsutil.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c src/sbin/mount_ifs Makefile extern.h mount.c mount_ufs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/18 17:09:30 PDT Modified files: sbin Makefile Removed files: sbin/fsck_ifs Makefile dir.c fsck.h fsck_ifs.8 fsutil.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c sbin/mount_ifs Makefile extern.h mount.c mount_ufs.c Log: Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 as IFS had its fingers deep in the belly of the UFS/FFS split. IFS will be reimplemented by the maintainer at a later date once the UFS implementation is in place. Requested by: adrian (maintainer) Revision Changes Path 1.104 +0 -2 src/sbin/Makefile 1.10 +0 -12 src/sbin/fsck_ifs/Makefile (dead) 1.20 +0 -750 src/sbin/fsck_ifs/dir.c (dead) 1.18 +0 -304 src/sbin/fsck_ifs/fsck.h (dead) 1.20 +0 -322 src/sbin/fsck_ifs/fsck_ifs.8 (dead) 1.8 +0 -627 src/sbin/fsck_ifs/fsutil.c (dead) 1.25 +0 -646 src/sbin/fsck_ifs/inode.c (dead) 1.29 +0 -405 src/sbin/fsck_ifs/main.c (dead) 1.22 +0 -428 src/sbin/fsck_ifs/pass1.c (dead) 1.10 +0 -106 src/sbin/fsck_ifs/pass1b.c (dead) 1.13 +0 -484 src/sbin/fsck_ifs/pass2.c (dead) 1.9 +0 -118 src/sbin/fsck_ifs/pass3.c (dead) 1.11 +0 -147 src/sbin/fsck_ifs/pass4.c (dead) 1.22 +0 -431 src/sbin/fsck_ifs/pass5.c (dead) 1.21 +0 -281 src/sbin/fsck_ifs/preen.c (dead) 1.24 +0 -511 src/sbin/fsck_ifs/setup.c (dead) 1.16 +0 -102 src/sbin/fsck_ifs/utilities.c (dead) 1.13 +0 -14 src/sbin/mount_ifs/Makefile (dead) 1.6 +0 -30 src/sbin/mount_ifs/extern.h (dead) 1.45 +0 -567 src/sbin/mount_ifs/mount.c (dead) 1.22 +0 -155 src/sbin/mount_ifs/mount_ufs.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message