| Commit message (Expand) | Author | Age | Files | Lines |
| * | db_addr_t -> vaddr_t |  mpi | 2019-11-07 | 1 | -9/+9 |
| * | Substitute boolean_t/TRUE/FALSE by int/1/0. |  mpi | 2019-11-06 | 1 | -40/+35 |
| * | remove prototype from earlier version of reboot code. spotted by anton |  tedu | 2019-04-01 | 1 | -2/+1 |
| * | fast track ddb> reboot command to skip anything which might panic again. |  tedu | 2019-04-01 | 1 | -2/+3 |
| * | whitespace fix; no binary change |  anton | 2018-09-18 | 1 | -2/+2 |
| * | Show uvm_fault and trace when typing show panic on a page fault'd kernel |  pirofti | 2018-01-05 | 1 | -1/+7 |
| * | Add 'bt' an alias for 'trace'. |  mpi | 2017-12-13 | 1 | -1/+2 |
| * | In uvm Chuck decided backing store would not be allocated proactively |  deraadt | 2017-12-11 | 1 | -7/+16 |
| * | Remove MALLOC_DEBUG left overs. |  mpi | 2017-11-27 | 1 | -10/+1 |
| * | ddb "show all mounts" showed everything except the address of the |  bluhm | 2017-10-19 | 1 | -2/+4 |
| * | New ddb(4) command: kill. |  mpi | 2017-09-29 | 1 | -1/+2 |
| * | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar |  mpi | 2017-09-12 | 1 | -4/+1 |
| * | replace the DDB_STRUCT backend for "show struct" with ctf code. |  dlg | 2017-09-06 | 1 | -5/+3 |
| * | Restore "print" in ddb; add "pp[rint]" for pretty-printing |  uwe | 2017-08-14 | 1 | -3/+4 |
| * | Merge DDBCTF into DDB. |  mpi | 2017-08-11 | 1 | -5/+1 |
| * | With a CTF kernel, DDB's print command will now pretty-print symbols. |  mpi | 2017-08-10 | 1 | -1/+7 |
| * | Add a port of witness(4) lock validation tool from FreeBSD. |  visa | 2017-04-20 | 1 | -1/+13 |
| * | Do not expose private functions. |  mpi | 2016-04-19 | 1 | -3/+36 |
| * | Keep db_write_cmd() in the only place where it is used, just like we did |  mpi | 2016-04-19 | 1 | -1/+67 |
| * | Move db_show_regs() in the only file where it is used and turn it private. |  mpi | 2016-03-09 | 1 | -1/+28 |
| * | Kill trailing whitespaces. No object change. |  mpi | 2016-01-25 | 1 | -14/+14 |
| * | add a "show socket" command to ddb |  dlg | 2016-01-15 | 1 | -1/+9 |
| * | assign pointers NULL rather than 0 |  mmcc | 2015-12-23 | 1 | -2/+2 |
| * | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
| * | reboot(9): Add MI reboot entry function |  uebayasi | 2014-07-11 | 1 | -7/+7 |
| * | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and |  krw | 2013-12-01 | 1 | -2/+2 |
| * | Implement m_print as real ddb command "show mbuf addr" in the way other |  claudio | 2010-11-05 | 1 | -1/+9 |
| * | A couple #ifdefs were missed when the final name of the DDB_STRUCT |  guenther | 2010-01-19 | 1 | -3/+3 |
| * | dd 'show all bufs' to show all the buffers in the system |  jasper | 2009-08-17 | 1 | -2/+15 |
| * | add ddb functions to be able to show all the nfsnodes in the system |  thib | 2009-08-14 | 1 | -4/+20 |
| * | fix a typo its supposed to be show all vnodes not show all vnodes, |  thib | 2009-08-13 | 1 | -2/+2 |
| * | add a show all vnodes command, use dlg's nice pool_walk() to accomplish |  thib | 2009-08-13 | 1 | -2/+15 |
| * | Introduce option DDB_STRUCT. Kernels compiled with this option (except on |  miod | 2009-08-09 | 1 | -4/+10 |
| * | two things: |  beck | 2009-08-08 | 1 | -1/+11 |
| * | Check db_recover for NULL before longjmp(db_recover) in db_error(), as it can |  miod | 2009-07-15 | 1 | -2/+3 |
| * | Revert bufq's. this is inline with the major midlayer reverts that |  thib | 2009-06-17 | 1 | -16/+1 |
| * | add a flexible buffer queue (bufq) api, based on the never used |  thib | 2009-06-03 | 1 | -1/+16 |
| * | Let this compile on landisk (and other configs) by wrapping the nfs |  thib | 2009-01-20 | 1 | -1/+7 |
| * | Add nfs ddb hooks, for now only to show all the outstanding nfsreq's |  thib | 2009-01-18 | 1 | -1/+16 |
| * | show all mounts command for ddb. From mickey a long time ago. |  miod | 2008-03-23 | 1 | -1/+16 |
| * | Be consistent in db_cmd_loop_done declaration. |  miod | 2007-11-14 | 1 | -2/+2 |
| * | temporary ddb buffers need to be a bit larger on 64 bit systems to cope with |  miod | 2007-11-05 | 1 | -2/+2 |
| * | Use db_format() instead of ddb-specific format specifiers; no functional |  miod | 2007-09-01 | 1 | -2/+4 |
| * | no malloc debug but configured kmemstats allow 'sh mal' to print smth useful; miod@ ok |  mickey | 2006-09-30 | 1 | -2/+3 |
| * | Off-by-one in ``dmesg'' command; it takes a vax to find such bugs. |  miod | 2006-08-24 | 1 | -2/+2 |
| * | add mount/vnode/buf and softdep printing commands; tested on a few archs and will make pedro happy too (; |  mickey | 2006-07-11 | 1 | -1/+42 |
| * | add show all pools command listing all pools as vmstat -m does; miod@ ok |  mickey | 2006-05-20 | 1 | -1/+2 |
| * | ansi/deregister. No binary change. |  jsg | 2006-03-13 | 1 | -110/+30 |
| * | db_printf(s) -> db_printf("%s", s) from NetBSD |  uwe | 2005-05-10 | 1 | -2/+2 |
| * | Add "show panic" command to ddb, to easily retrieve the panic message. |  miod | 2005-01-03 | 1 | -1/+15 |