summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update for the KDB framework:marcel2004-07-101-33/+15
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-13/+24
* - Change mi_switch() and sched_switch() to accept an optional thread tojhb2004-07-021-1/+1
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Remove filename+line number from panic messages.phk2004-06-061-3/+3
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* - Add a flags parameter to mi_switch. The value of flags may be SW_VOL orjeff2004-01-251-2/+4
* Add linenumber and source filename to panic(9) output.phk2004-01-191-3/+3
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-161-1/+1
* Don't overwrite the static panicstr buffer for secondary and furtheriedowse2003-06-151-3/+8
* Use __FBSDID().obrien2003-06-111-1/+3
* Lock the sched_lock while setting TDF_INPANIC.jhb2003-04-171-0/+2
* Don't include <sys/disklabel.h>phk2003-04-161-1/+0
* style.alfred2003-02-141-8/+20
* Print "Stack backtrace:" right before dumping the backtrace. We cannotpeter2003-02-131-1/+2
* - Update a printf format for b_flags.jeff2003-02-091-1/+1
* Introduce thephk2003-01-041-0/+14
* During shutdown explain what the numbers following the 'syncingalfred2002-11-181-1/+1
* Hook up mac_check_system_reboot(), a MAC Framework entry point thatrwatson2002-10-271-3/+12
* Add kernel dump support, based on the ia64 version (which was committedtmm2002-10-201-1/+1
* Add ability to dump stacktraces on kernel panics when DDB is compiled intojhb2002-09-191-2/+17
* Revert previous revision which was accidentally committed and has not beenjhb2002-08-011-11/+9
* If we fail to write to a vnode during a ktrace write, then we drop alljhb2002-08-011-9/+11
* Allow alphas to do crashdumps: Refuse to run anything in choosethread()gallatin2002-07-171-0/+2
* Add a missing newline during panic printf's for SMP systems that don'tjhb2002-07-111-0/+2
* Part 1 of KSE-IIIjulian2002-06-291-1/+0
OpenPOWER on IntegriCloud