summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoruebayasi <uebayasi@openbsd.org>2014-07-12 14:12:44 +0000
committeruebayasi <uebayasi@openbsd.org>2014-07-12 14:12:44 +0000
commit818c7e6d477e10473dacb17abc219d649817739b (patch)
treeb875a96ddc43a8f353ebd1e67f2e61e78e55ff35 /lib
parentUse imsg(3) for the IPC between the privileged process and the (diff)
downloadwireguard-openbsd-818c7e6d477e10473dacb17abc219d649817739b.tar.xz
wireguard-openbsd-818c7e6d477e10473dacb17abc219d649817739b.zip
boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9)
I have found that some ports call boot(9) from machine-dependent code to reboot system. These should be changed to either: - Sending signal to init(8) to trigger it to shutdown system cleanly, like acpi(4) does, in cases where found problems don't prevent system from working immediately, or - Just doing panic(9) if the situation is severely broken. For now, just rewrite boot() to reboot(). Actual fixes follow. Discussed with & OK from kettenis@
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions