aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-24/+12
* Revert r267961, r267973:Glen Barber2014-06-271-12/+24
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-24/+12
* Thinko: don't forget to apply 'howto' in case init(8) isn't running.Ed Schouten2014-04-071-2/+1
* Clean up shutdown_nice(). Just send the right signal to init(8).Ed Schouten2014-04-071-11/+9
* Make panic_reboot_wait_time static.Colin Percival2013-12-051-1/+1
* Add a new sysctl / loader tunable kern.panic_reboot_wait_time whichColin Percival2013-12-031-4/+9
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-0/+1
* Switch the hardwired WITNESS panics to kassert_panic.Alfred Perlstein2012-12-111-1/+1
* allow KASSERT to enter KDB.Alfred Perlstein2012-12-101-0/+14
* Allow KASSERT to log instead of panic.Alfred Perlstein2012-12-071-3/+125
* remove stop_scheduler_on_panic knobAndriy Gapon2012-11-251-36/+16
* Merge 242488, better use of strlcpy.Alfred Perlstein2012-11-021-2/+3
* Provide a device name in the sysctl tree for programs to query theAlfred Perlstein2012-11-011-1/+11
* free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOGAndriy Gapon2012-06-031-6/+1
* Make dumptid non-static. It is used by libkvm to detect whetherHartmut Brandt2012-05-221-1/+1
* Avoid to check the same cache line/variable from all the lockingAttilio Rao2012-01-281-2/+1
* enable stop_scheduler_on_panic by defaultAndriy Gapon2012-01-091-1/+1
* introduce cngrab/cnungrab stub calls in some places where they make senseAndriy Gapon2011-12-171-0/+3
* Match other formatting.David E. O'Brien2011-12-141-4/+4
* Disallow various debug.kdb sysctl's when securelevel is raised.David E. O'Brien2011-12-131-4/+6
* Document a large number of currently undocumented sysctls. While hereEitan Adler2011-12-131-2/+2
* panic: add a switch and infrastructure for stopping other CPUs in SMP caseAndriy Gapon2011-12-111-6/+36
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-4/+4
* dump_write() returns ENXIO if the dump is trying to be written outsideAttilio Rao2011-09-121-2/+5
* Improve the informations reported in case of busy buffers during the shutdown:Attilio Rao2011-09-081-8/+20
* remove RESTARTABLE_PANICS optionAndriy Gapon2011-07-251-9/+0
* In the current code, a double panic condition may lead to dumpsAttilio Rao2011-06-081-1/+2
* Fix making kernel dumps from the debugger by creating a commandMarcel Moolenaar2011-06-071-14/+16
* Add the watchdogs patting during the (shutdown time) disk syncing andAttilio Rao2011-04-281-0/+10
* Mostly revert r203420, and add similar functionality into ada(4) since theRebecca Cran2010-10-241-1/+1
* Rename boot() to kern_reboot() and make it visible outside ofMarcel Moolenaar2010-10-181-7/+6
* panic_cpu variable should be volatileAndriy Gapon2010-10-091-4/+3
* sysctls in kern_shutdown: add twin tunablesAndriy Gapon2010-10-011-6/+9
* Fix compilation in the !SMP case.Attilio Rao2010-04-201-0/+6
* Fix a deadlock in the shutdown code:Attilio Rao2010-04-191-7/+12
* MFp4:Alexander Motin2010-02-031-1/+1
* Don't bother copying the name of a kproc or kthread out into a temporaryJohn Baldwin2009-10-231-6/+2
* Add a comment on the consequences of reducing the poweroff delayNick Hibma2009-09-101-0/+4
* * Completely Remove the option STOP_NMI from the kernel. This optionAttilio Rao2009-08-131-3/+7
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-2/+2
* PowerPC, meet kernel core dumps. The support is basedMarcel Moolenaar2009-04-041-9/+0
* It's possible that the dump device has gone away after it wasDavid Malone2008-11-231-1/+1
* Collect N identical (or near identical) mkdumpheader() implementations intoPeter Wemm2008-10-011-0/+22
* If the panic thread is preempted after setting panicstr but beforeKonstantin Belousov2008-09-271-0/+2
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Make it possible to continue working after calling doadump()Ruslan Ermilov2008-03-041-0/+1