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
*
free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOG
avg
2012-06-03
1
-6
/
+1
*
Make dumptid non-static. It is used by libkvm to detect whether
harti
2012-05-22
1
-1
/
+1
*
Avoid to check the same cache line/variable from all the locking
attilio
2012-01-28
1
-2
/
+1
*
enable stop_scheduler_on_panic by default
avg
2012-01-09
1
-1
/
+1
*
introduce cngrab/cnungrab stub calls in some places where they make sense
avg
2011-12-17
1
-0
/
+3
*
Match other formatting.
obrien
2011-12-14
1
-4
/
+4
*
Disallow various debug.kdb sysctl's when securelevel is raised.
obrien
2011-12-13
1
-4
/
+6
*
Document a large number of currently undocumented sysctls. While here
eadler
2011-12-13
1
-2
/
+2
*
panic: add a switch and infrastructure for stopping other CPUs in SMP case
avg
2011-12-11
1
-6
/
+36
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+2
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-4
/
+4
*
dump_write() returns ENXIO if the dump is trying to be written outside
attilio
2011-09-12
1
-2
/
+5
*
Improve the informations reported in case of busy buffers during the shutdown:
attilio
2011-09-08
1
-8
/
+20
*
remove RESTARTABLE_PANICS option
avg
2011-07-25
1
-9
/
+0
*
In the current code, a double panic condition may lead to dumps
attilio
2011-06-08
1
-1
/
+2
*
Fix making kernel dumps from the debugger by creating a command
marcel
2011-06-07
1
-14
/
+16
*
Add the watchdogs patting during the (shutdown time) disk syncing and
attilio
2011-04-28
1
-0
/
+10
*
Mostly revert r203420, and add similar functionality into ada(4) since the
brucec
2010-10-24
1
-1
/
+1
*
Rename boot() to kern_reboot() and make it visible outside of
marcel
2010-10-18
1
-7
/
+6
*
panic_cpu variable should be volatile
avg
2010-10-09
1
-4
/
+3
*
sysctls in kern_shutdown: add twin tunables
avg
2010-10-01
1
-6
/
+9
*
Fix compilation in the !SMP case.
attilio
2010-04-20
1
-0
/
+6
*
Fix a deadlock in the shutdown code:
attilio
2010-04-19
1
-7
/
+12
*
MFp4:
mav
2010-02-03
1
-1
/
+1
*
Don't bother copying the name of a kproc or kthread out into a temporary
jhb
2009-10-23
1
-6
/
+2
*
Add a comment on the consequences of reducing the poweroff delay
n_hibma
2009-09-10
1
-0
/
+4
*
* Completely Remove the option STOP_NMI from the kernel. This option
attilio
2009-08-13
1
-3
/
+7
*
Rename the host-related prison fields to be the same as the host.*
jamie
2009-06-13
1
-1
/
+1
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
1
-2
/
+2
*
PowerPC, meet kernel core dumps. The support is based
marcel
2009-04-04
1
-9
/
+0
*
It's possible that the dump device has gone away after it was
dwmalone
2008-11-23
1
-1
/
+1
*
Collect N identical (or near identical) mkdumpheader() implementations into
peter
2008-10-01
1
-0
/
+22
*
If the panic thread is preempted after setting panicstr but before
kib
2008-09-27
1
-0
/
+2
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-1
/
+1
*
Make it possible to continue working after calling doadump()
ru
2008-03-04
1
-0
/
+1
*
Add a wrapper function that bound checks writes to the dump device.
ru
2008-01-28
1
-0
/
+14
*
- Introduce the function lockmgr_recursed() which returns true if the
attilio
2008-01-19
1
-1
/
+1
*
Add textdump(4) facility, which provides an alternative form of kernel
rwatson
2007-12-26
1
-1
/
+9
*
Add a new 'why' argument to kdb_enter(), and a set of constants to use
rwatson
2007-12-25
1
-1
/
+1
*
Introduce a way to make pure kernal threads.
julian
2007-10-26
1
-0
/
+22
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-1
/
+1
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-1
/
+1
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-6
/
+6
*
Remove 'MPSAFE' annotations from the comments above most system calls: all
rwatson
2007-03-04
1
-5
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+2
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
On shutdown try to turn off all swap devices. This way GEOM providers are
pjd
2006-04-10
1
-0
/
+7
*
- Add the global 'rebooting' variable that is used to detect when
jeff
2006-02-06
1
-0
/
+3
*
Don't pretend to be thread0 when calling sync().
ups
2005-09-22
1
-2
/
+2
[next]