summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+3
* Add forwarding of roundrobin to other cpus. This gives a more regulartegge1998-05-171-16/+1
* Backed out previous commit. It is invalid to call d_ioctl() onbde1998-05-121-8/+3
* Add dump support to the DEVFS/slice code.julian1998-05-061-3/+8
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-2/+12
* Add HW_WDOG to LINT, and turn it into a new-style option.eivind1998-02-161-1/+2
* Shift a few SYSINT() calls around.julian1997-11-251-1/+11
* Get buffer stuff by #including <sys/buf.h> instead of <sys/vnode.h>.bde1997-11-181-5/+5
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-4/+3
* Cosmetic adjustment for the trap/double fault/panic cpu id listing.peter1997-09-051-2/+5
* Removed unused #includes.bde1997-09-021-6/+1
* 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