From owner-cvs-all Sat Aug 3 9: 3:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3404737B400; Sat, 3 Aug 2002 09:03:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E192C43E3B; Sat, 3 Aug 2002 09:03:21 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73G3LJU001448; Sat, 3 Aug 2002 09:03:21 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73G3LFU001447; Sat, 3 Aug 2002 09:03:21 -0700 (PDT) Message-Id: <200208031603.g73G3LFU001447@freefall.freebsd.org> From: Maxime Henrion Date: Sat, 3 Aug 2002 09:03:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount_ufs.c src/sbin/mount_cd9660 mount_cd9660.c src/sbin/mount_ext2fs mount_ext2fs.c src/sbin/mount_hpfs mount_hpfs.c src/sbin/mount_msdosfs mount_msdosfs.c src/sbin/mount_nfs mount_nfs.c src/sbin/mount_ntfs ... 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 mux 2002/08/03 09:03:21 PDT Modified files: sbin/mount mount_ufs.c sbin/mount_cd9660 mount_cd9660.c sbin/mount_ext2fs mount_ext2fs.c sbin/mount_hpfs mount_hpfs.c sbin/mount_msdosfs mount_msdosfs.c sbin/mount_nfs mount_nfs.c sbin/mount_ntfs mount_ntfs.c sbin/mount_nullfs mount_nullfs.c sbin/mount_nwfs mount_nwfs.c sbin/mount_portalfs mount_portalfs.c sbin/mount_std mount_std.c sbin/mount_udf mount_udf.c sbin/mount_umapfs mount_umapfs.c sbin/mount_unionfs mount_unionfs.c Log: Now that the kernel is able to load modules itself, remove all the code which was trying to do so. This code was nasty in several ways, it was hiding the kernel bug where the kernel was unable to properly load a module, and it was quitting if it wasn't able to load the module. The consequence is that an ABI breakage of the vfsconf API would have broken *every* mount utility. Revision Changes Path 1.23 +1 -17 src/sbin/mount/mount_ufs.c 1.19 +1 -12 src/sbin/mount_cd9660/mount_cd9660.c 1.14 +2 -15 src/sbin/mount_ext2fs/mount_ext2fs.c 1.3 +2 -35 src/sbin/mount_hpfs/mount_hpfs.c 1.24 +2 -13 src/sbin/mount_msdosfs/mount_msdosfs.c 1.52 +1 -13 src/sbin/mount_nfs/mount_nfs.c 1.8 +2 -35 src/sbin/mount_ntfs/mount_ntfs.c 1.19 +2 -13 src/sbin/mount_nullfs/mount_nullfs.c 1.7 +1 -12 src/sbin/mount_nwfs/mount_nwfs.c 1.20 +1 -12 src/sbin/mount_portalfs/mount_portalfs.c 1.16 +4 -15 src/sbin/mount_std/mount_std.c 1.4 +3 -13 src/sbin/mount_udf/mount_udf.c 1.21 +1 -13 src/sbin/mount_umapfs/mount_umapfs.c 1.19 +3 -14 src/sbin/mount_unionfs/mount_unionfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message