]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 17 May 2001 22:28:46 +0000 (22:28 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 17 May 2001 22:28:46 +0000 (22:28 +0000)
commit7a08bae6ec5b6921214a5dd6d5fb873fc678a9dc
tree53874ca63e9ba343dcd4b0b0129139516f2e33a4
parent8b7fa31d307d141941063d79ead6982913c46f74
- 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