From owner-cvs-all Thu May 17 15:28:54 2001 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 87FA337B422; Thu, 17 May 2001 15:28:49 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMSlQ46602; Thu, 17 May 2001 15:28:47 -0700 (PDT) (envelope-from jhb) Message-Id: <200105172228.f4HMSlQ46602@freefall.freebsd.org> From: John Baldwin Date: Thu, 17 May 2001 15:28:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/kern init_main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jhb 2001/05/17 15:28:47 PDT Modified files: sys/alpha/alpha machdep.c sys/i386/i386 machdep.c sys/ia64/ia64 machdep.c sys/kern init_main.c Log: - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT. - Attach a writable sysctl to bootverbose (debug.bootverbose) so it can be toggled after boot. - Move the printf of the version string to a SI_SUB_COPYRIGHT SYSINIT just afer the display of the copyright message instead of doing it by hand in three MD places. Revision Changes Path 1.129 +2 -6 src/sys/alpha/alpha/machdep.c 1.452 +2 -6 src/sys/i386/i386/machdep.c 1.32 +1 -5 src/sys/ia64/ia64/machdep.c 1.169 +13 -1 src/sys/kern/init_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message