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