AUTOCONF(4) - Device Drivers Manual (alpha) # AUTOCONF(4) - Device Drivers Manual (alpha)
NAME # autoconf - diagnostics from the autoconfiguration code
DESCRIPTION # When OpenBSD bootstraps it probes the innards of the machine on which it is running and locates controllers, drives, and other devices, printing out what it finds on the console. This procedure is driven by a system configuration table which is processed by config(8) and compiled into each kernel.
...
BOOT(8) - System Manager’s Manual (alpha) # BOOT(8) - System Manager’s Manual (alpha)
NAME # boot, boot.conf - alpha-specific bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel.
As described in boot_alpha(8), this program is loaded by the SRM firmware and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for alpha systems, providing a common interface for the kernel to start from.
...
Sync,
Boot_sparc64,
Boot_luna88k,
Savecore,
Boot_alpha,
Rc.shutdown,
Boot_i386,
Boot_hppa,
Shutdown,
Boot_amd64,
Rc.d,
Boot_macppc,
Utmp,
Reboot REBOOT(8) - System Manager’s Manual # REBOOT(8) - System Manager’s Manual
NAME # reboot, halt - stopping and restarting the system
SYNOPSIS # halt [-dnpq]
reboot [-dnq]
DESCRIPTION # The halt and reboot utilities flush the file system cache to disk, execute the rc.d(8) scripts specified by the pkg_scripts variable defined in rc.conf(8) in a reverse order, run the system shutdown script, send all running processes a SIGTERM (and subsequently a SIGKILL), and, respectively, halt or restart the system.
...