summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-11-05clockintr(9): initial commitScott Soule Cheloha
2022-07-29Replace the swap extent(9) usage by a blist data structure.Sebastien Marie
2022-07-28In the kernel exist functions to print routes, but they were notAlexander Bluhm
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-12ddb: simplify machine command handlingChristian Weisgerber
2021-11-16To debug IPsec and tdb refcounting it is useful to have "show tdb"Alexander Bluhm
2021-06-02kernel: introduce per-CPU panic(9) message bufferscheloha
2020-10-26add a top-level "reboot" command, for people who keep forgetting "boot reboot"Theo de Raadt
2020-10-15sick of the CMU, let's make this KNFTheo de Raadt
2019-11-07db_addr_t -> vaddr_tMartin Pieuchot
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-04-01remove prototype from earlier version of reboot code. spotted by antonTed Unangst
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2018-09-18whitespace fix; no binary changeanton
2018-01-05Show uvm_fault and trace when typing show panic on a page fault'd kernelPaul Irofti
2017-12-13Add 'bt' an alias for 'trace'.Martin Pieuchot
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyTheo de Raadt
2017-11-27Remove MALLOC_DEBUG left overs.Martin Pieuchot
2017-10-19ddb "show all mounts" showed everything except the address of theAlexander Bluhm
2017-09-29New ddb(4) command: kill.Martin Pieuchot
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarMartin Pieuchot
2017-09-06replace the DDB_STRUCT backend for "show struct" with ctf code.David Gwynne
2017-08-14Restore "print" in ddb; add "pp[rint]" for pretty-printingUwe Stuehler
2017-08-11Merge DDBCTF into DDB.Martin Pieuchot
2017-08-10With a CTF kernel, DDB's print command will now pretty-print symbols.Martin Pieuchot
2017-04-20Add a port of witness(4) lock validation tool from FreeBSD.Visa Hankala
2016-04-19Do not expose private functions.Martin Pieuchot
2016-04-19Keep db_write_cmd() in the only place where it is used, just like we didMartin Pieuchot
2016-03-09Move db_show_regs() in the only file where it is used and turn it private.Martin Pieuchot
2016-01-25Kill trailing whitespaces. No object change.Martin Pieuchot
2016-01-15add a "show socket" command to ddbDavid Gwynne
2015-12-23assign pointers NULL rather than 0mmcc
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-07-11reboot(9): Add MI reboot entry functionMasao Uebayashi
2013-12-01Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andKenneth R Westerback
2010-11-05Implement m_print as real ddb command "show mbuf addr" in the way otherClaudio Jeker
2010-01-19A couple #ifdefs were missed when the final name of the DDB_STRUCTPhilip Guenthe
2009-08-17dd 'show all bufs' to show all the buffers in the systemJasper Lievisse Adriaanse
2009-08-14add ddb functions to be able to show all the nfsnodes in the systemThordur I. Bjornsson
2009-08-13fix a typo its supposed to be show all vnodes not show all vnodes,Thordur I. Bjornsson
2009-08-13add a show all vnodes command, use dlg's nice pool_walk() to accomplishThordur I. Bjornsson
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat
2009-08-08two things:Bob Beck
2009-07-15Check db_recover for NULL before longjmp(db_recover) in db_error(), as it canMiod Vallat
2009-06-17Revert bufq's. this is inline with the major midlayer reverts thatThordur I. Bjornsson
2009-06-03add a flexible buffer queue (bufq) api, based on the never usedThordur I. Bjornsson
2009-01-20Let this compile on landisk (and other configs) by wrapping the nfsThordur I. Bjornsson
2009-01-18Add nfs ddb hooks, for now only to show all the outstanding nfsreq'sThordur I. Bjornsson
2008-03-23show all mounts command for ddb. From mickey a long time ago.Miod Vallat