summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Introduce the function lockmgr_recursed() which returns true if theattilio2008-01-191-1/+1
* Add textdump(4) facility, which provides an alternative form of kernelrwatson2007-12-261-1/+9
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* Introduce a way to make pure kernal threads.julian2007-10-261-0/+22
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-6/+6
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-5/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* On shutdown try to turn off all swap devices. This way GEOM providers arepjd2006-04-101-0/+7
* - Add the global 'rebooting' variable that is used to detect whenjeff2006-02-061-0/+3
* Don't pretend to be thread0 when calling sync().ups2005-09-221-2/+2
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagtruckman2005-09-081-11/+13
* - Remove unused include.jeff2005-04-121-1/+0
* Replace a printf with a KASSERT that we are indeed running on the BSP.njl2004-11-301-4/+1
* Bind to cpu0 for boot() processing on all platforms again.marcel2004-11-081-1/+1
* Add comments to clarify why we need to run shutdown code on the BSP, updatenjl2004-11-071-4/+9
* Restrict the sched_bind to cpu 0 to i386 and amd64 for now. I forgot thatpeter2004-11-051-1/+1
* Bind to cpu0 for boot() processing. (Note this is reboot, not startup)peter2004-11-051-0/+8
* Remove buf->b_dev field.phk2004-11-041-2/+5
* Change the perfectly precise messagephk2004-10-041-1/+1
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-021-0/+1
* Remove the HW_WDOG option; it serves no purpose.des2004-08-291-12/+0
* Remove some dead code under a straggling APIC_IO #ifdef that I missedjhb2004-08-201-7/+1
* Yet another tweak to the shutdown messages in boot():truckman2004-08-151-15/+12
* Skip the syncing disks loop if there are no dirty buffers. Remove anjl2004-08-101-5/+13
* Minor message cleanup.njl2004-07-301-4/+3
* Don't sync the file system on panic by default. This seems to basicallyrwatson2004-07-211-1/+1
* You always spot the typos after you have committed.. Start sentencejulian2004-07-191-1/+1
* Allow the user who calls doadump() from the kernel debuggerjulian2004-07-191-2/+11
* Cleanup shutdown output.alfred2004-07-151-5/+3
* Tidy up system shutdown.alfred2004-07-151-5/+13
* Clean up the output on reboot by keeping completion messages on the samenjl2004-07-151-2/+2
OpenPOWER on IntegriCloud