diff options
author | 2014-07-12 14:12:44 +0000 | |
---|---|---|
committer | 2014-07-12 14:12:44 +0000 | |
commit | 818c7e6d477e10473dacb17abc219d649817739b (patch) | |
tree | b875a96ddc43a8f353ebd1e67f2e61e78e55ff35 /lib | |
parent | Use imsg(3) for the IPC between the privileged process and the (diff) | |
download | wireguard-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