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
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2020-01-09
If the kernel panics due to SMEP or SMAP, print correct stack trace
Alexander Bluhm
2019-11-07
db_addr_t -> vaddr_t
Martin Pieuchot
2019-11-06
Substitute boolean_t/TRUE/FALSE by int/1/0.
Martin Pieuchot
2019-01-09
Printing hex values with right adjustment makes it easier to compare
Alexander Bluhm
2016-10-18
Add the examine /m format, "display in unsigned hex with character
Christian Weisgerber
2016-06-07
per trending style, add continue to empty loops.
Ted Unangst
2016-04-19
Do not expose private functions.
Martin Pieuchot
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