Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-11-05 | clockintr(9): initial commit | Scott Soule Cheloha |
2022-07-29 | Replace the swap extent(9) usage by a blist data structure. | Sebastien Marie |
2022-07-28 | In the kernel exist functions to print routes, but they were not | Alexander Bluhm |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2021-11-16 | To debug IPsec and tdb refcounting it is useful to have "show tdb" | Alexander Bluhm |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |
2020-10-26 | add a top-level "reboot" command, for people who keep forgetting "boot reboot" | Theo de Raadt |
2020-10-15 | sick of the CMU, let's make this KNF | Theo de Raadt |
2019-11-07 | db_addr_t -> vaddr_t | Martin Pieuchot |
2019-11-06 | Substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-04-01 | remove prototype from earlier version of reboot code. spotted by anton | Ted Unangst |
2019-04-01 | fast track ddb> reboot command to skip anything which might panic again. | Ted Unangst |
2018-09-18 | whitespace fix; no binary change | anton |
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 |