Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If the kernel panics due to SMEP or SMAP, print correct stack trace | 2020-01-09 | 1 | -3/+5 | |
| | | | | | | and pass information to ddb. This helps to debug kernel NULL pointer function calls. input guenther@; OK kettenis@ | ||||
* | db_addr_t -> vaddr_t | 2019-11-07 | 1 | -11/+11 | |
| | | | | ok deraadt@ | ||||
* | Substitute boolean_t/TRUE/FALSE by int/1/0. | 2019-11-06 | 1 | -16/+15 | |
| | | | | ok dlg@, jasper@, anton@ | ||||
* | Printing hex values with right adjustment makes it easier to compare | 2019-01-09 | 1 | -2/+2 | |
| | | | | | corresponding digits. So the change the ddb x/x output. OK sashan@ deraadt@ visa@ mpi@ | ||||
* | Add the examine /m format, "display in unsigned hex with character | 2016-10-18 | 1 | -2/+39 | |
| | | | | | | | | | dump at the end of each line", which has always been documented but not implemented. Mostly from NetBSD, but I fixed the column alignment code. ok mlarkin@, pirofti@ | ||||
* | per trending style, add continue to empty loops. | 2016-06-07 | 1 | -2/+2 | |
| | | | | ok mglocker | ||||
* | Do not expose private functions. | 2016-04-19 | 1 | -1/+4 | |
| | |||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | These do not need the extremely poorly named uvm/uvm_extern.h (which | 2014-07-08 | 1 | -3/+2 | |
| | | | | pulls in the universe). occasionally they need sys/systm.h | ||||
* | When multiple display modifiers are specified on a ddb examine command, do | 2011-11-07 | 1 | -25/+41 | |
| | | | | | | | not advance the address until the last modifier has been processed. This allows sequences like `x/xi address,count' to yield meaningful results. As a bonus, handle `i' and `I' modifiers last, so that I don't have to fight my habit of using `x/ix' instead of `x/xi'. | ||||
* | Fix `print $registername' on 64 bit platforms. | 2009-11-21 | 1 | -5/+5 | |
| | |||||
* | temporary ddb buffers need to be a bit larger on 64 bit systems to cope with | 2007-11-05 | 1 | -3/+3 | |
| | | | | some radix configurations. | ||||
* | A few %n/%r/%z format strings were missed, convert these to db_format(). | 2007-09-13 | 1 | -3/+8 | |
| | |||||
* | Use db_format() instead of ddb-specific format specifiers; no functional | 2007-09-01 | 1 | -3/+6 | |
| | | | | | change inteded. ok ray@ | ||||
* | Disable x/q functionnality on 32bit platforms, because the examination code | 2007-03-15 | 1 | -1/+3 | |
| | | | | is not supposed to work on values larger than db_expr_t. | ||||
* | ansi/deregister. No binary change. | 2006-03-13 | 1 | -29/+8 | |
| | |||||
* | kill unbounded string op. deraadt ok | 2004-04-25 | 1 | -8/+26 | |
| | |||||
* | Add a an argument to db_printsym that specifies the printf function | 2002-05-16 | 1 | -4/+4 | |
| | | | | | we'll use for printing the information. miod@ ok | ||||
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | 2001-11-06 | 1 | -2/+2 | |
| | | | | (Look ma, I might have broken the tree) | ||||
* | Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer | 1997-07-19 | 1 | -1/+3 | |
| | | | | to have it in sys/types.h but that is problematic). Some KNF. | ||||
* | Do not wrap lines so often, much prettier x output | 1997-07-07 | 1 | -3/+3 | |
| | |||||
* | 64 bit fixes | 1997-07-06 | 1 | -17/+20 | |
| | |||||
* | Make compile on OpenBSD/alpha. MD stuff is still missing though. | 1996-08-04 | 1 | -5/+6 | |
| | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -2/+3 | |
| | |||||
* | Debbuger changed towards the latest Mach. | 1996-03-11 | 1 | -5/+5 | |
| | | | | | Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD. | ||||
* | netbsd-current import & 'boot' cmd addition. | 1996-02-20 | 1 | -9/+19 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+327 | |