NetBSD/sys/dev/sysmon
thorpej 599c240526 - Introduce a new global kernel variable "shutting_down" to indicate that
the system is shutting down or rebooting.
- Set this global in a new function called kern_reboot(), which is currently
  just a basic wrapper around cpu_reboot().
- Call kern_reboot() instead of cpu_reboot() almost everywhere; a few
  places remain where it's still called directly, but those are in early
  pre-main() machdep locations.

Eventually, all of the various cpu_reboot() functions should be re-factored
and common functionality moved to kern_reboot(), but that's for another day.
2020-01-01 22:57:16 +00:00
..
files.sysmon
swsensor.c
swwdog.c - Introduce a new global kernel variable "shutting_down" to indicate that 2020-01-01 22:57:16 +00:00
sysmon.c Module class of sysmon_envsys, sysmon_wdog and sysmon_power is 2019-08-26 10:05:34 +00:00
sysmon_envsys.c
sysmon_envsys_events.c
sysmon_envsys_tables.c
sysmon_envsys_util.c
sysmon_envsysvar.h
sysmon_power.c - Introduce a new global kernel variable "shutting_down" to indicate that 2020-01-01 22:57:16 +00:00
sysmon_taskq.c
sysmon_taskq.h
sysmon_wdog.c
sysmonvar.h