| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish converting ddb_sysctl to sysctl_int_bounded |  gnezdo | 2021-01-09 | 1 | -27/+7 |
* | Convert ddb_sysctl to sysctl_bounded_arr |  gnezdo | 2020-12-10 | 1 | -13/+11 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | Rename Debugger() into db_enter(). |  mpi | 2017-04-30 | 1 | -2/+2 |
* | Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernel |  mpi | 2016-09-04 | 1 | -1/+19 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | These do not need the extremely poorly named uvm/uvm_extern.h (which |  deraadt | 2014-07-08 | 1 | -2/+2 |
* | If sysctl ddb.trigger=1 is not called from the console, the error |  bluhm | 2013-06-10 | 1 | -2/+2 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -4/+5 |
* | Add a new sysctl ``ddb.trigger'' |  mpf | 2008-11-08 | 1 | -1/+15 |
* | Still allow ddb.console and ddb.panic to be raised if securelevel <= 0; |  miod | 2006-03-15 | 1 | -3/+31 |
* | use sysctl_int_lower (old code had the negative bug) |  deraadt | 2006-03-15 | 1 | -23/+3 |
* | ansi/deregister. No binary change. |  jsg | 2006-03-13 | 1 | -9/+3 |
* | default db.log=1. as noted by Sam Smith, this is more useful. mickey concurred |  tedu | 2004-02-06 | 1 | -2/+2 |
* | option to log ddb output to kernel message buffer, via sysctl ddb.log |  tedu | 2003-06-28 | 1 | -1/+5 |
* | kill the clauses three and four on my sources |  mickey | 2003-06-02 | 1 | -6/+1 |
* | Don't let variable declarations without "extern" living in .h files. |  miod | 2002-07-01 | 1 | -3/+1 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
* | Provide a means to lock ddb off on systems at high securelevel, in order |  hugh | 2000-02-27 | 1 | -3/+25 |
* | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry |  deraadt | 1998-02-05 | 1 | -3/+5 |
* | sysctl ddb.panic_ddb; felix@mamba.pond.sub.org |  deraadt | 1997-12-29 | 1 | -1/+3 |
* | Added: sysctl access to the ddb variables. |  mickey | 1996-03-30 | 1 | -0/+69 |