| Commit message (Expand) | Author | Age | Files | Lines |
* | Mostly revert r203420, and add similar functionality into ada(4) since the | Rebecca Cran | 2010-10-24 | 1 | -1/+1 |
* | Rename boot() to kern_reboot() and make it visible outside of | Marcel Moolenaar | 2010-10-18 | 1 | -7/+6 |
* | panic_cpu variable should be volatile | Andriy Gapon | 2010-10-09 | 1 | -4/+3 |
* | sysctls in kern_shutdown: add twin tunables | Andriy Gapon | 2010-10-01 | 1 | -6/+9 |
* | Fix compilation in the !SMP case. | Attilio Rao | 2010-04-20 | 1 | -0/+6 |
* | Fix a deadlock in the shutdown code: | Attilio Rao | 2010-04-19 | 1 | -7/+12 |
* | MFp4: | Alexander Motin | 2010-02-03 | 1 | -1/+1 |
* | Don't bother copying the name of a kproc or kthread out into a temporary | John Baldwin | 2009-10-23 | 1 | -6/+2 |
* | Add a comment on the consequences of reducing the poweroff delay | Nick Hibma | 2009-09-10 | 1 | -0/+4 |
* | * Completely Remove the option STOP_NMI from the kernel. This option | Attilio Rao | 2009-08-13 | 1 | -3/+7 |
* | Rename the host-related prison fields to be the same as the host.* | Jamie Gritton | 2009-06-13 | 1 | -1/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
* | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 1 | -2/+2 |
* | PowerPC, meet kernel core dumps. The support is based | Marcel Moolenaar | 2009-04-04 | 1 | -9/+0 |
* | It's possible that the dump device has gone away after it was | David Malone | 2008-11-23 | 1 | -1/+1 |
* | Collect N identical (or near identical) mkdumpheader() implementations into | Peter Wemm | 2008-10-01 | 1 | -0/+22 |
* | If the panic thread is preempted after setting panicstr but before | Konstantin Belousov | 2008-09-27 | 1 | -0/+2 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -1/+1 |
* | Make it possible to continue working after calling doadump() | Ruslan Ermilov | 2008-03-04 | 1 | -0/+1 |
* | Add a wrapper function that bound checks writes to the dump device. | Ruslan Ermilov | 2008-01-28 | 1 | -0/+14 |
* | - Introduce the function lockmgr_recursed() which returns true if the | Attilio Rao | 2008-01-19 | 1 | -1/+1 |
* | Add textdump(4) facility, which provides an alternative form of kernel | Robert Watson | 2007-12-26 | 1 | -1/+9 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | Robert Watson | 2007-12-25 | 1 | -1/+1 |
* | Introduce a way to make pure kernal threads. | Julian Elischer | 2007-10-26 | 1 | -0/+22 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -1/+1 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -1/+1 |
* | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -6/+6 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -5/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
* | On shutdown try to turn off all swap devices. This way GEOM providers are | Pawel Jakub Dawidek | 2006-04-10 | 1 | -0/+7 |
* | - Add the global 'rebooting' variable that is used to detect when | Jeff Roberson | 2006-02-06 | 1 | -0/+3 |
* | Don't pretend to be thread0 when calling sync(). | Stephan Uphoff | 2005-09-22 | 1 | -2/+2 |
* | Add a new struct buf flag bit, B_PERSISTENT, and use it to tag | Don Lewis | 2005-09-08 | 1 | -11/+13 |
* | - Remove unused include. | Jeff Roberson | 2005-04-12 | 1 | -1/+0 |
* | Replace a printf with a KASSERT that we are indeed running on the BSP. | Nate Lawson | 2004-11-30 | 1 | -4/+1 |
* | Bind to cpu0 for boot() processing on all platforms again. | Marcel Moolenaar | 2004-11-08 | 1 | -1/+1 |
* | Add comments to clarify why we need to run shutdown code on the BSP, update | Nate Lawson | 2004-11-07 | 1 | -4/+9 |
* | Restrict the sched_bind to cpu 0 to i386 and amd64 for now. I forgot that | Peter Wemm | 2004-11-05 | 1 | -1/+1 |
* | Bind to cpu0 for boot() processing. (Note this is reboot, not startup) | Peter Wemm | 2004-11-05 | 1 | -0/+8 |
* | Remove buf->b_dev field. | Poul-Henning Kamp | 2004-11-04 | 1 | -2/+5 |
* | Change the perfectly precise message | Poul-Henning Kamp | 2004-10-04 | 1 | -1/+1 |
* | Turn PREEMPTION into a kernel option. Make sure that it's defined if | Scott Long | 2004-09-02 | 1 | -0/+1 |
* | Remove the HW_WDOG option; it serves no purpose. | Dag-Erling Smørgrav | 2004-08-29 | 1 | -12/+0 |
* | Remove some dead code under a straggling APIC_IO #ifdef that I missed | John Baldwin | 2004-08-20 | 1 | -7/+1 |
* | Yet another tweak to the shutdown messages in boot(): | Don Lewis | 2004-08-15 | 1 | -15/+12 |
* | Skip the syncing disks loop if there are no dirty buffers. Remove a | Nate Lawson | 2004-08-10 | 1 | -5/+13 |
* | Minor message cleanup. | Nate Lawson | 2004-07-30 | 1 | -4/+3 |
* | Don't sync the file system on panic by default. This seems to basically | Robert Watson | 2004-07-21 | 1 | -1/+1 |
* | You always spot the typos after you have committed.. Start sentence | Julian Elischer | 2004-07-19 | 1 | -1/+1 |