From owner-cvs-all Fri Mar 8 2:33:15 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 9008437B404; Fri, 8 Mar 2002 02:33:12 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g28AXCq21563; Fri, 8 Mar 2002 02:33:12 -0800 (PST) (envelope-from phk) Message-Id: <200203081033.g28AXCq21563@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 8 Mar 2002 02:33:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h src/sys/kern init_main.c vfs_conf.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 phk 2002/03/08 02:33:12 PST Modified files: sys/sys mount.h sys/kern init_main.c vfs_conf.c Log: Move the mount of the root filesystem to happen in the init process before the exec if /sbin/init. This allows the scheduler to get started and kthreads a chance to run before we start filesystem operations. Revision Changes Path 1.188 +2 -0 src/sys/kern/init_main.c 1.66 +2 -5 src/sys/kern/vfs_conf.c 1.118 +1 -0 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message