summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_usrreq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finish converting ddb_sysctl to sysctl_int_boundedgnezdo2021-01-091-27/+7
* Convert ddb_sysctl to sysctl_bounded_arrgnezdo2020-12-101-13/+11
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Rename Debugger() into db_enter().mpi2017-04-301-2/+2
* Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernelmpi2016-09-041-1/+19
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* These do not need the extremely poorly named uvm/uvm_extern.h (whichderaadt2014-07-081-2/+2
* If sysctl ddb.trigger=1 is not called from the console, the errorbluhm2013-06-101-2/+2
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-4/+5
* Add a new sysctl ``ddb.trigger''mpf2008-11-081-1/+15
* Still allow ddb.console and ddb.panic to be raised if securelevel <= 0;miod2006-03-151-3/+31
* use sysctl_int_lower (old code had the negative bug)deraadt2006-03-151-23/+3
* ansi/deregister. No binary change.jsg2006-03-131-9/+3
* default db.log=1. as noted by Sam Smith, this is more useful. mickey concurredtedu2004-02-061-2/+2
* option to log ddb output to kernel message buffer, via sysctl ddb.logtedu2003-06-281-1/+5
* kill the clauses three and four on my sourcesmickey2003-06-021-6/+1
* Don't let variable declarations without "extern" living in .h files.miod2002-07-011-3/+1
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Provide a means to lock ddb off on systems at high securelevel, in orderhugh2000-02-271-3/+25
* rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryderaadt1998-02-051-3/+5
* sysctl ddb.panic_ddb; felix@mamba.pond.sub.orgderaadt1997-12-291-1/+3
* Added: sysctl access to the ddb variables.mickey1996-03-301-0/+69