aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Allow the user who calls doadump() from the kernel debuggerJulian Elischer2004-07-191-2/+11
* Cleanup shutdown output.Alfred Perlstein2004-07-151-5/+3
* Tidy up system shutdown.Alfred Perlstein2004-07-151-5/+13
* Clean up the output on reboot by keeping completion messages on the sameNate Lawson2004-07-151-2/+2
* Update for the KDB framework:Marcel Moolenaar2004-07-101-33/+15
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-021-13/+24
* - Change mi_switch() and sched_switch() to accept an optional thread toJohn Baldwin2004-07-021-1/+1
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Remove filename+line number from panic messages.Poul-Henning Kamp2004-06-061-3/+3
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* - Add a flags parameter to mi_switch. The value of flags may be SW_VOL orJeff Roberson2004-01-251-2/+4
* Add linenumber and source filename to panic(9) output.Poul-Henning Kamp2004-01-191-3/+3
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-161-1/+1
* Don't overwrite the static panicstr buffer for secondary and furtherIan Dowse2003-06-151-3/+8
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Lock the sched_lock while setting TDF_INPANIC.John Baldwin2003-04-171-0/+2
* Don't include <sys/disklabel.h>Poul-Henning Kamp2003-04-161-1/+0
* style.Alfred Perlstein2003-02-141-8/+20
* Print "Stack backtrace:" right before dumping the backtrace. We cannotPeter Wemm2003-02-131-1/+2
* - Update a printf format for b_flags.Jeff Roberson2003-02-091-1/+1