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_examine.c
Age
Commit message (
Expand
)
Author
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-08
These do not need the extremely poorly named uvm/uvm_extern.h (which
Theo de Raadt
2011-11-07
When multiple display modifiers are specified on a ddb examine command, do
Miod Vallat
2009-11-21
Fix `print $registername' on 64 bit platforms.
Miod Vallat
2007-11-05
temporary ddb buffers need to be a bit larger on 64 bit systems to cope with
Miod Vallat
2007-09-13
A few %n/%r/%z format strings were missed, convert these to db_format().
Miod Vallat
2007-09-01
Use db_format() instead of ddb-specific format specifiers; no functional
Miod Vallat
2007-03-15
Disable x/q functionnality on 32bit platforms, because the examination code
Miod Vallat
2006-03-13
ansi/deregister. No binary change.
Jonathan Gray
2004-04-25
kill unbounded string op. deraadt ok
Jun-ichiro itojun Hagino
2002-05-16
Add a an argument to db_printsym that specifies the printf function
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
1997-07-19
Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer
Niklas Hallqvist
1997-07-07
Do not wrap lines so often, much prettier x output
Niklas Hallqvist
1997-07-06
64 bit fixes
Niklas Hallqvist
1996-08-04
Make compile on OpenBSD/alpha. MD stuff is still missing though.
Niklas Hallqvist
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-11
Debbuger changed towards the latest Mach.
Michael Shalayeff
1996-02-20
netbsd-current import & 'boot' cmd addition.
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt