| Commit message (Expand) | Author | Age | Files | Lines |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -4/+4 |
* | dump_write() returns ENXIO if the dump is trying to be written outside | attilio | 2011-09-12 | 1 | -2/+5 |
* | Improve the informations reported in case of busy buffers during the shutdown: | attilio | 2011-09-08 | 1 | -8/+20 |
* | remove RESTARTABLE_PANICS option | avg | 2011-07-25 | 1 | -9/+0 |
* | In the current code, a double panic condition may lead to dumps | attilio | 2011-06-08 | 1 | -1/+2 |
* | Fix making kernel dumps from the debugger by creating a command | marcel | 2011-06-07 | 1 | -14/+16 |
* | Add the watchdogs patting during the (shutdown time) disk syncing and | attilio | 2011-04-28 | 1 | -0/+10 |
* | Mostly revert r203420, and add similar functionality into ada(4) since the | brucec | 2010-10-24 | 1 | -1/+1 |
* | Rename boot() to kern_reboot() and make it visible outside of | marcel | 2010-10-18 | 1 | -7/+6 |
* | panic_cpu variable should be volatile | avg | 2010-10-09 | 1 | -4/+3 |
* | sysctls in kern_shutdown: add twin tunables | avg | 2010-10-01 | 1 | -6/+9 |
* | Fix compilation in the !SMP case. | attilio | 2010-04-20 | 1 | -0/+6 |
* | Fix a deadlock in the shutdown code: | attilio | 2010-04-19 | 1 | -7/+12 |
* | MFp4: | mav | 2010-02-03 | 1 | -1/+1 |
* | Don't bother copying the name of a kproc or kthread out into a temporary | jhb | 2009-10-23 | 1 | -6/+2 |
* | Add a comment on the consequences of reducing the poweroff delay | n_hibma | 2009-09-10 | 1 | -0/+4 |
* | * Completely Remove the option STOP_NMI from the kernel. This option | attilio | 2009-08-13 | 1 | -3/+7 |
* | Rename the host-related prison fields to be the same as the host.* | jamie | 2009-06-13 | 1 | -1/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -2/+2 |
* | PowerPC, meet kernel core dumps. The support is based | marcel | 2009-04-04 | 1 | -9/+0 |
* | It's possible that the dump device has gone away after it was | dwmalone | 2008-11-23 | 1 | -1/+1 |
* | Collect N identical (or near identical) mkdumpheader() implementations into | peter | 2008-10-01 | 1 | -0/+22 |
* | If the panic thread is preempted after setting panicstr but before | kib | 2008-09-27 | 1 | -0/+2 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Make it possible to continue working after calling doadump() | ru | 2008-03-04 | 1 | -0/+1 |
* | Add a wrapper function that bound checks writes to the dump device. | ru | 2008-01-28 | 1 | -0/+14 |
* | - Introduce the function lockmgr_recursed() which returns true if the | attilio | 2008-01-19 | 1 | -1/+1 |
* | Add textdump(4) facility, which provides an alternative form of kernel | rwatson | 2007-12-26 | 1 | -1/+9 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |
* | Introduce a way to make pure kernal threads. | julian | 2007-10-26 | 1 | -0/+22 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -1/+1 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -1/+1 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -6/+6 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -5/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | On shutdown try to turn off all swap devices. This way GEOM providers are | pjd | 2006-04-10 | 1 | -0/+7 |
* | - Add the global 'rebooting' variable that is used to detect when | jeff | 2006-02-06 | 1 | -0/+3 |
* | Don't pretend to be thread0 when calling sync(). | ups | 2005-09-22 | 1 | -2/+2 |
* | Add a new struct buf flag bit, B_PERSISTENT, and use it to tag | truckman | 2005-09-08 | 1 | -11/+13 |
* | - Remove unused include. | jeff | 2005-04-12 | 1 | -1/+0 |
* | Replace a printf with a KASSERT that we are indeed running on the BSP. | njl | 2004-11-30 | 1 | -4/+1 |
* | Bind to cpu0 for boot() processing on all platforms again. | marcel | 2004-11-08 | 1 | -1/+1 |
* | Add comments to clarify why we need to run shutdown code on the BSP, update | njl | 2004-11-07 | 1 | -4/+9 |
* | Restrict the sched_bind to cpu 0 to i386 and amd64 for now. I forgot that | peter | 2004-11-05 | 1 | -1/+1 |
* | Bind to cpu0 for boot() processing. (Note this is reboot, not startup) | peter | 2004-11-05 | 1 | -0/+8 |
* | Remove buf->b_dev field. | phk | 2004-11-04 | 1 | -2/+5 |
* | Change the perfectly precise message | phk | 2004-10-04 | 1 | -1/+1 |
* | Turn PREEMPTION into a kernel option. Make sure that it's defined if | scottl | 2004-09-02 | 1 | -0/+1 |