summaryrefslogtreecommitdiff
path: root/sys/ddb/db_usrreq.c
AgeCommit message (Expand)Author
2006-03-15Still allow ddb.console and ddb.panic to be raised if securelevel <= 0;Miod Vallat
2006-03-15use sysctl_int_lower (old code had the negative bug)Theo de Raadt
2006-03-13ansi/deregister. No binary change.Jonathan Gray
2004-02-06default db.log=1. as noted by Sam Smith, this is more useful. mickey concurredTed Unangst
2003-06-28option to log ddb output to kernel message buffer, via sysctl ddb.logTed Unangst
2003-06-02kill the clauses three and four on my sourcesMichael Shalayeff
2002-07-01Don't let variable declarations without "extern" living in .h files.Miod Vallat
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2000-02-27Provide a means to lock ddb off on systems at high securelevel, in orderHugh Graham
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo de Raadt
1997-12-29sysctl ddb.panic_ddb; felix@mamba.pond.sub.orgTheo de Raadt
1996-03-30Added: sysctl access to the ddb variables.Michael Shalayeff