Age | Commit message (Expand) | Author |
2016-03-09 | Move db_show_regs() in the only file where it is used and turn it private. | Martin Pieuchot |
2016-01-25 | Kill trailing whitespaces. No object change. | Martin Pieuchot |
2016-01-15 | add a "show socket" command to ddb | David Gwynne |
2015-12-23 | assign pointers NULL rather than 0 | mmcc |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-07-11 | reboot(9): Add MI reboot entry function | Masao Uebayashi |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2010-11-05 | Implement m_print as real ddb command "show mbuf addr" in the way other | Claudio Jeker |
2010-01-19 | A couple #ifdefs were missed when the final name of the DDB_STRUCT | Philip Guenthe |
2009-08-17 | dd 'show all bufs' to show all the buffers in the system | Jasper Lievisse Adriaanse |
2009-08-14 | add ddb functions to be able to show all the nfsnodes in the system | Thordur I. Bjornsson |
2009-08-13 | fix a typo its supposed to be show all vnodes not show all vnodes, | Thordur I. Bjornsson |
2009-08-13 | add a show all vnodes command, use dlg's nice pool_walk() to accomplish | Thordur I. Bjornsson |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat |
2009-08-08 | two things: | Bob Beck |
2009-07-15 | Check db_recover for NULL before longjmp(db_recover) in db_error(), as it can | Miod Vallat |
2009-06-17 | Revert bufq's. this is inline with the major midlayer reverts that | Thordur I. Bjornsson |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2009-01-20 | Let this compile on landisk (and other configs) by wrapping the nfs | Thordur I. Bjornsson |
2009-01-18 | Add nfs ddb hooks, for now only to show all the outstanding nfsreq's | Thordur I. Bjornsson |
2008-03-23 | show all mounts command for ddb. From mickey a long time ago. | Miod Vallat |
2007-11-14 | Be consistent in db_cmd_loop_done declaration. | 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-01 | Use db_format() instead of ddb-specific format specifiers; no functional | Miod Vallat |
2006-09-30 | no malloc debug but configured kmemstats allow 'sh mal' to print smth useful;... | Michael Shalayeff |
2006-08-24 | Off-by-one in ``dmesg'' command; it takes a vax to find such bugs. | Miod Vallat |
2006-07-11 | add mount/vnode/buf and softdep printing commands; tested on a few archs and ... | Michael Shalayeff |
2006-05-20 | add show all pools command listing all pools as vmstat -m does; miod@ ok | Michael Shalayeff |
2006-03-13 | ansi/deregister. No binary change. | Jonathan Gray |
2005-05-10 | db_printf(s) -> db_printf("%s", s) from NetBSD | Uwe Stuehler |
2005-01-03 | Add "show panic" command to ddb, to easily retrieve the panic message. | Miod Vallat |
2004-06-25 | Instead of accessing ci_dev (that's an MI field), provide a marco that | Artur Grabowski |
2004-06-21 | Make 'machine ddbcpu' work, and use CPU device number instead of APIC id | Andreas Gunnarsson |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-04-25 | kill unbounded string op. deraadt ok | Jun-ichiro itojun Hagino |
2004-03-15 | Remove errant semi-colon. miod@ ok | Aaron Campbell |
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove |
2003-12-03 | add dmesg command; ok deraadt, mcbride, henning and more | Markus Friedl |
2003-05-12 | sho proc [addr] to print some proc's field; art@ ok | Michael Shalayeff |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-28 | Add "boot reboot" to please jason@ and "boot poweroff" to please drahn@. | Miod Vallat |
2002-01-02 | Add more vocabulary (commands) to ddb, from NetBSD. | Miod Vallat |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-07-04 | missed EOL at EOF | Marc Espie |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-04-18 | New boot command: boot halt. | Artur Grabowski |