aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* Add 4Kn kernel dump supportConrad Meyer2016-04-151-1/+31
* Disable suspend when we're shutting down. This solves the "tell FreeBSDColin Percival2015-10-011-0/+4
* Kernel part of reroot support - a way to change rootfs without reboot.Edward Tomasz Napierala2015-09-181-3/+130
* - Make 'struct buf *buf' private to vfs_bio.c. Having a global variableJeff Roberson2015-07-291-122/+4
* Properly null-terminate strings in a kernel dump header. A version stringAlan Somers2015-05-191-5/+5
* Remove a stale reference to the stop_scheduler_on_panic tunable, whichMark Johnston2015-05-021-4/+2
* Make vpanic() externally visible so that it can be called as part of theMark Johnston2015-04-241-2/+1
* Factor out duplicated code from dumpsys() on each architecture into genericMark Johnston2015-01-071-0/+1
* Add missing privilege check when setting the dump device. Before that change itPawel Jakub Dawidek2014-11-111-1/+6
* Add error return to dumpsys(), and use it in doadump().Gavin Atkinson2014-07-251-2/+4
* 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