aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a wrapper function that bound checks writes to the dump device.Ruslan Ermilov2008-01-281-0/+14
* - Introduce the function lockmgr_recursed() which returns true if theAttilio Rao2008-01-191-1/+1
* Add textdump(4) facility, which provides an alternative form of kernelRobert Watson2007-12-261-1/+9
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+1
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-261-0/+22
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-6/+6
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-041-5/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* On shutdown try to turn off all swap devices. This way GEOM providers arePawel Jakub Dawidek2006-04-101-0/+7
* - Add the global 'rebooting' variable that is used to detect whenJeff Roberson2006-02-061-0/+3
* Don't pretend to be thread0 when calling sync().Stephan Uphoff2005-09-221-2/+2
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagDon Lewis2005-09-081-11/+13
* - Remove unused include.Jeff Roberson2005-04-121-1/+0
* Replace a printf with a KASSERT that we are indeed running on the BSP.Nate Lawson2004-11-301-4/+1
* Bind to cpu0 for boot() processing on all platforms again.Marcel Moolenaar2004-11-081-1/+1
* Add comments to clarify why we need to run shutdown code on the BSP, updateNate Lawson2004-11-071-4/+9
* Restrict the sched_bind to cpu 0 to i386 and amd64 for now. I forgot thatPeter Wemm2004-11-051-1/+1
* Bind to cpu0 for boot() processing. (Note this is reboot, not startup)Peter Wemm2004-11-051-0/+8
* Remove buf->b_dev field.Poul-Henning Kamp2004-11-041-2/+5
* Change the perfectly precise messagePoul-Henning Kamp2004-10-041-1/+1
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifScott Long2004-09-021-0/+1
* Remove the HW_WDOG option; it serves no purpose.Dag-Erling Smørgrav2004-08-291-12/+0
* Remove some dead code under a straggling APIC_IO #ifdef that I missedJohn Baldwin2004-08-201-7/+1
* Yet another tweak to the shutdown messages in boot():Don Lewis2004-08-151-15/+12
* Skip the syncing disks loop if there are no dirty buffers. Remove aNate Lawson2004-08-101-5/+13
* Minor message cleanup.Nate Lawson2004-07-301-4/+3
* Don't sync the file system on panic by default. This seems to basicallyRobert Watson2004-07-211-1/+1
* You always spot the typos after you have committed.. Start sentenceJulian Elischer2004-07-191-1/+1