summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were brokenbde1997-08-311-1/+3
* Correct some things I forgot about until it was too late with smp_active.peter1997-08-261-5/+4
* Fixed some formatting and style bugs.bde1997-08-261-7/+5
* Teach both disk drivers how to cope with a hardware watchdogjulian1997-08-091-1/+3
* Use up 4 precious bytes to give the kernel a hook tojulian1997-08-091-1/+22
* Preliminary support for per-cpu data pages.peter1997-06-221-4/+7
* When APM is configured, turn off the power when halting for good.wollman1997-06-151-1/+2
* Move the printing of "cpu#%d" to AFTER the general panic argument string.fsmp1997-05-241-5/+4
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-1/+26
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Reduced #include spam in <sys/sysproto.h> and fixed things that dependedbde1997-01-161-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Further improved version of hadling a HALT when there is no console.julian1996-10-311-2/+8
* if there is no console, cngetc should act like getc and return -1julian1996-10-301-2/+2
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-2/+3
* Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5bde1996-09-131-5/+2
* Fixed two small leftovers form PHK's mega devconf removal commit..sos1996-09-071-2/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-2/+1
* Remove the old cleanup code as it is no longer used..julian1996-08-261-28/+3
* Some cleanups to the callout lists recently added.julian1996-08-221-29/+66
* Collect all the functioons concerned with rebooting into one placejulian1996-08-191-1/+2
* move all functions related to shutting down to one filejulian1996-08-191-0/+429
OpenPOWER on IntegriCloud