index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_shutdown.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shift a few SYSINT() calls around.
julian
1997-11-25
1
-1
/
+11
*
Get buffer stuff by #including <sys/buf.h> instead of <sys/vnode.h>.
bde
1997-11-18
1
-5
/
+5
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-4
/
+3
*
Cosmetic adjustment for the trap/double fault/panic cpu id listing.
peter
1997-09-05
1
-2
/
+5
*
Removed unused #includes.
bde
1997-09-02
1
-6
/
+1
*
Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were broken
bde
1997-08-31
1
-1
/
+3
*
Correct some things I forgot about until it was too late with smp_active.
peter
1997-08-26
1
-5
/
+4
*
Fixed some formatting and style bugs.
bde
1997-08-26
1
-7
/
+5
*
Teach both disk drivers how to cope with a hardware watchdog
julian
1997-08-09
1
-1
/
+3
*
Use up 4 precious bytes to give the kernel a hook to
julian
1997-08-09
1
-1
/
+22
*
Preliminary support for per-cpu data pages.
peter
1997-06-22
1
-4
/
+7
*
When APM is configured, turn off the power when halting for good.
wollman
1997-06-15
1
-1
/
+2
*
Move the printing of "cpu#%d" to AFTER the general panic argument string.
fsmp
1997-05-24
1
-5
/
+4
*
Man the liferafts! Here comes the long awaited SMP -> -current merge!
peter
1997-04-26
1
-1
/
+26
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Reduced #include spam in <sys/sysproto.h> and fixed things that depended
bde
1997-01-16
1
-0
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Further improved version of hadling a HALT when there is no console.
julian
1996-10-31
1
-2
/
+8
*
if there is no console, cngetc should act like getc and return -1
julian
1996-10-30
1
-2
/
+2
*
Changed cncheckc() interface so that it is 8-bit clean - return -1
bde
1996-09-14
1
-2
/
+3
*
Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5
bde
1996-09-13
1
-5
/
+2
*
Fixed two small leftovers form PHK's mega devconf removal commit..
sos
1996-09-07
1
-2
/
+1
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-2
/
+1
*
Remove the old cleanup code as it is no longer used..
julian
1996-08-26
1
-28
/
+3
*
Some cleanups to the callout lists recently added.
julian
1996-08-22
1
-29
/
+66
*
Collect all the functioons concerned with rebooting into one place
julian
1996-08-19
1
-1
/
+2
*
move all functions related to shutting down to one file
julian
1996-08-19
1
-0
/
+429