summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r287964:trasz2016-01-121-3/+130
* MFC r274366:smh2015-11-231-1/+6
* MFC r288446: Disable suspend during shutdown.cperciva2015-10-081-0/+4
* MFC r283115asomers2015-06-091-5/+5
* MFC r281915:markj2015-05-291-2/+1
* MFC r258893, r258956:cperciva2014-01-081-4/+9
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Switch the hardwired WITNESS panics to kassert_panic.alfred2012-12-111-1/+1
* allow KASSERT to enter KDB.alfred2012-12-101-0/+14
* Allow KASSERT to log instead of panic.alfred2012-12-071-3/+125
* remove stop_scheduler_on_panic knobavg2012-11-251-36/+16
* Merge 242488, better use of strlcpy.alfred2012-11-021-2/+3
* Provide a device name in the sysctl tree for programs to query thealfred2012-11-011-1/+11
* free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOGavg2012-06-031-6/+1
* Make dumptid non-static. It is used by libkvm to detect whetherharti2012-05-221-1/+1
* Avoid to check the same cache line/variable from all the lockingattilio2012-01-281-2/+1
* enable stop_scheduler_on_panic by defaultavg2012-01-091-1/+1
* introduce cngrab/cnungrab stub calls in some places where they make senseavg2011-12-171-0/+3
* Match other formatting.obrien2011-12-141-4/+4
* Disallow various debug.kdb sysctl's when securelevel is raised.obrien2011-12-131-4/+6
* Document a large number of currently undocumented sysctls. While hereeadler2011-12-131-2/+2
* panic: add a switch and infrastructure for stopping other CPUs in SMP caseavg2011-12-111-6/+36
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-4/+4
* dump_write() returns ENXIO if the dump is trying to be written outsideattilio2011-09-121-2/+5
* Improve the informations reported in case of busy buffers during the shutdown:attilio2011-09-081-8/+20
* remove RESTARTABLE_PANICS optionavg2011-07-251-9/+0
* In the current code, a double panic condition may lead to dumpsattilio2011-06-081-1/+2
* Fix making kernel dumps from the debugger by creating a commandmarcel2011-06-071-14/+16
* Add the watchdogs patting during the (shutdown time) disk syncing andattilio2011-04-281-0/+10
* Mostly revert r203420, and add similar functionality into ada(4) since thebrucec2010-10-241-1/+1
* Rename boot() to kern_reboot() and make it visible outside ofmarcel2010-10-181-7/+6
* panic_cpu variable should be volatileavg2010-10-091-4/+3
* sysctls in kern_shutdown: add twin tunablesavg2010-10-011-6/+9
* Fix compilation in the !SMP case.attilio2010-04-201-0/+6
* Fix a deadlock in the shutdown code:attilio2010-04-191-7/+12
* MFp4:mav2010-02-031-1/+1
* Don't bother copying the name of a kproc or kthread out into a temporaryjhb2009-10-231-6/+2
* Add a comment on the consequences of reducing the poweroff delayn_hibma2009-09-101-0/+4
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-131-3/+7
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-2/+2
* PowerPC, meet kernel core dumps. The support is basedmarcel2009-04-041-9/+0
* It's possible that the dump device has gone away after it wasdwmalone2008-11-231-1/+1
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-011-0/+22
* If the panic thread is preempted after setting panicstr but beforekib2008-09-271-0/+2
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Make it possible to continue working after calling doadump()ru2008-03-041-0/+1
* Add a wrapper function that bound checks writes to the dump device.ru2008-01-281-0/+14
OpenPOWER on IntegriCloud