CVSROOT: /cvs Module name: src Changes by: uebay...@cvs.openbsd.org 2014/07/11 08:36:44
Modified files: sys/ddb : db_command.c sys/kern : kern_xxx.c subr_disk.c subr_prf.c sys/sys : reboot.h Log message: reboot(9): Add MI reboot entry function Now, for kernel to "reboot" (reboot, halt, or shutdown), MD boot(9) is called in some places. This change introduces a new MI function reboot(9) which is simply a wrapper to call MD boot(9). OK kettenis@ deraadt@