Date: Thu, 17 May 2001 15:28:47 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> 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 Message-ID: <200105172228.f4HMSlQ46602@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105172228.f4HMSlQ46602>
