| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Instead of accessing ci_dev (that's an MI field), provide a marco that |  art | 2004-06-25 | 1 | -2/+2 |
| * | Make 'machine ddbcpu' work, and use CPU device number instead of APIC id |  andreas | 2004-06-21 | 1 | -25/+2 |
| * | debranch SMP, have fun |  niklas | 2004-06-13 | 1 | -1/+29 |
| * | kill unbounded string op. deraadt ok |  itojun | 2004-04-25 | 1 | -2/+2 |
| * | Remove errant semi-colon. miod@ ok |  aaron | 2004-03-15 | 1 | -2/+2 |
| * | Ensure that we obey a user's ddb> boot reboot command even if the system |  tom | 2004-03-10 | 1 | -7/+7 |
| * | add dmesg command; ok deraadt, mcbride, henning and more |  markus | 2003-12-03 | 1 | -1/+28 |
| * | sho proc [addr] to print some proc's field; art@ ok |  mickey | 2003-05-12 | 1 | -1/+16 |
| * | Remove commons; inspired by netbsd. |  jason | 2003-02-12 | 1 | -1/+8 |
| * | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument |  art | 2002-05-18 | 1 | -1/+8 |
| * | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 1 | -2/+2 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -4/+4 |
| * | Add "boot reboot" to please jason@ and "boot poweroff" to please drahn@. |  miod | 2002-01-28 | 1 | -1/+23 |
| * | Add more vocabulary (commands) to ddb, from NetBSD. |  miod | 2002-01-02 | 1 | -6/+48 |
| * | zap some typedefs. |  art | 2001-11-28 | 1 | -2/+2 |
| * | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -5/+2 |
| * | missed EOL at EOF |  espie | 2001-07-04 | 1 | -2/+2 |
| * | Remove old vm. |  art | 2001-06-27 | 1 | -11/+1 |
| * | New boot command: boot halt. |  art | 2001-04-18 | 1 | -2/+13 |
| * | Allow passing an address to 'show malloc' and print out some information about |  art | 2000-06-07 | 1 | -3/+6 |
| * | Add 'show malloc' that prints out malloc debugging information if available. |  art | 2000-06-07 | 1 | -1/+18 |
| * | uvm compat |  art | 1999-02-26 | 1 | -1/+14 |
| * | the sync command does not work, back it out |  art | 1998-09-01 | 1 | -18/+1 |
| * | add a sync command that does not reboot |  art | 1998-08-30 | 1 | -1/+18 |
| * | Add command to print out extents. This helps in debugging PnP stuff, |  weingart | 1998-02-25 | 1 | -1/+14 |
| * | put 'help' in front of 'hangman' |  deraadt | 1997-09-08 | 1 | -20/+8 |