Age | Commit message (Expand) | Author |
2018-01-05 | Show uvm_fault and trace when typing show panic on a page fault'd kernel | Paul Irofti |
2017-12-13 | Add 'bt' an alias for 'trace'. | Martin Pieuchot |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-11-27 | Remove MALLOC_DEBUG left overs. | Martin Pieuchot |
2017-10-19 | ddb "show all mounts" showed everything except the address of the | Alexander Bluhm |
2017-09-29 | New ddb(4) command: kill. | Martin Pieuchot |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-09-06 | replace the DDB_STRUCT backend for "show struct" with ctf code. | David Gwynne |
2017-08-14 | Restore "print" in ddb; add "pp[rint]" for pretty-printing | Uwe Stuehler |
2017-08-11 | Merge DDBCTF into DDB. | Martin Pieuchot |
2017-08-10 | With a CTF kernel, DDB's print command will now pretty-print symbols. | Martin Pieuchot |
2017-04-20 | Add a port of witness(4) lock validation tool from FreeBSD. | Visa Hankala |
2016-04-19 | Do not expose private functions. | Martin Pieuchot |
2016-04-19 | Keep db_write_cmd() in the only place where it is used, just like we did | Martin Pieuchot |
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 |