]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.
authorjhb <jhb@FreeBSD.org>
Thu, 17 May 2001 22:28:46 +0000 (22:28 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 17 May 2001 22:28:46 +0000 (22:28 +0000)
commit59ffccfbd6932c90e77e70ea73d3b8afea0998ba
tree892434b71a21c137edd1153dd459ca1508ddd96f
parentc246122199c212c96b68d551436aa739669eddee
- 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.
sys/alpha/alpha/machdep.c
sys/amd64/amd64/machdep.c
sys/i386/i386/machdep.c
sys/ia64/ia64/machdep.c
sys/kern/init_main.c