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