summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* Implement a `show panic` command to DDB which will helpfully print thebz2016-06-061-0/+11
* Cosmetics - add missing space after ellipses in shutdown messages.trasz2016-05-311-2/+2
* Add 4Kn kernel dump supportcem2016-04-151-1/+31
* Disable suspend when we're shutting down. This solves the "tell FreeBSDcperciva2015-10-011-0/+4
* Kernel part of reroot support - a way to change rootfs without reboot.trasz2015-09-181-3/+130
* - Make 'struct buf *buf' private to vfs_bio.c. Having a global variablejeff2015-07-291-122/+4
* Properly null-terminate strings in a kernel dump header. A version stringasomers2015-05-191-5/+5
* Remove a stale reference to the stop_scheduler_on_panic tunable, whichmarkj2015-05-021-4/+2
* Make vpanic() externally visible so that it can be called as part of themarkj2015-04-241-2/+1
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-071-0/+1
* Add missing privilege check when setting the dump device. Before that change itpjd2014-11-111-1/+6
* Add error return to dumpsys(), and use it in doadump().gavin2014-07-251-2/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-24/+12
* Revert r267961, r267973:gjb2014-06-271-12/+24
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-24/+12
* Thinko: don't forget to apply 'howto' in case init(8) isn't running.ed2014-04-071-2/+1
* Clean up shutdown_nice(). Just send the right signal to init(8).ed2014-04-071-11/+9
* Make panic_reboot_wait_time static.cperciva2013-12-051-1/+1
* Add a new sysctl / loader tunable kern.panic_reboot_wait_time whichcperciva2013-12-031-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
OpenPOWER on IntegriCloud