From owner-cvs-src@FreeBSD.ORG Fri Oct 22 09:59:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDC0E16A4CE; Fri, 22 Oct 2004 09:59:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C139D43D5E; Fri, 22 Oct 2004 09:59:37 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9M9xb0N096752; Fri, 22 Oct 2004 09:59:37 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9M9xbAl096751; Fri, 22 Oct 2004 09:59:37 GMT (envelope-from phk) Message-Id: <200410220959.i9M9xbAl096751@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 22 Oct 2004 09:59:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/fs/devfs devfs_vnops.c src/sys/fs/specfs spec_vnops.c src/sys/kern vfs_subr.c src/sys/sys vnode.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 09:59:38 -0000 phk 2004-10-22 09:59:37 UTC FreeBSD src repository Modified files: sys/conf files sys/fs/devfs devfs_vnops.c sys/kern vfs_subr.c sys/sys vnode.h Removed files: sys/fs/specfs spec_vnops.c Log: Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinite jest, of most excellent fancy: he hath taught me lessons a thousand times; and now, how abhorred in my imagination it is! my gorge rises at it. Here were those hacks that I have curs'd I know not how oft. Where be your kludges now? your workarounds? your layering violations, that were wont to set the table on a roar? Move the skeleton of specfs into devfs where it now belongs and bury the rest. Revision Changes Path 1.958 +0 -1 src/sys/conf/files 1.74 +551 -26 src/sys/fs/devfs/devfs_vnops.c 1.233 +0 -598 src/sys/fs/specfs/spec_vnops.c (dead) 1.536 +3 -3 src/sys/kern/vfs_subr.c 1.249 +1 -2 src/sys/sys/vnode.h