summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add a top-level "reboot" command, for people who keep forgetting "boot reboot"deraadt2020-10-261-1/+2
* sick of the CMU, let's make this KNFderaadt2020-10-151-193/+174
* db_addr_t -> vaddr_tmpi2019-11-071-9/+9
* Substitute boolean_t/TRUE/FALSE by int/1/0.mpi2019-11-061-40/+35
* remove prototype from earlier version of reboot code. spotted by antontedu2019-04-011-2/+1
* fast track ddb> reboot command to skip anything which might panic again.tedu2019-04-011-2/+3
* whitespace fix; no binary changeanton2018-09-181-2/+2
* Show uvm_fault and trace when typing show panic on a page fault'd kernelpirofti2018-01-051-1/+7
* Add 'bt' an alias for 'trace'.mpi2017-12-131-1/+2
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-111-7/+16
* Remove MALLOC_DEBUG left overs.mpi2017-11-271-10/+1
* ddb "show all mounts" showed everything except the address of thebluhm2017-10-191-2/+4
* New ddb(4) command: kill.mpi2017-09-291-1/+2
* Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarmpi2017-09-121-4/+1
* replace the DDB_STRUCT backend for "show struct" with ctf code.dlg2017-09-061-5/+3
* Restore "print" in ddb; add "pp[rint]" for pretty-printinguwe2017-08-141-3/+4
* Merge DDBCTF into DDB.mpi2017-08-111-5/+1
* With a CTF kernel, DDB's print command will now pretty-print symbols.mpi2017-08-101-1/+7
* Add a port of witness(4) lock validation tool from FreeBSD.visa2017-04-201-1/+13
* Do not expose private functions.mpi2016-04-191-3/+36
* Keep db_write_cmd() in the only place where it is used, just like we didmpi2016-04-191-1/+67
* Move db_show_regs() in the only file where it is used and turn it private.mpi2016-03-091-1/+28
* Kill trailing whitespaces. No object change.mpi2016-01-251-14/+14
* add a "show socket" command to ddbdlg2016-01-151-1/+9
* assign pointers NULL rather than 0mmcc2015-12-231-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* reboot(9): Add MI reboot entry functionuebayasi2014-07-111-7/+7
* Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andkrw2013-12-011-2/+2
* Implement m_print as real ddb command "show mbuf addr" in the way otherclaudio2010-11-051-1/+9
* A couple #ifdefs were missed when the final name of the DDB_STRUCTguenther2010-01-191-3/+3
* dd 'show all bufs' to show all the buffers in the systemjasper2009-08-171-2/+15
* add ddb functions to be able to show all the nfsnodes in the systemthib2009-08-141-4/+20
* fix a typo its supposed to be show all vnodes not show all vnodes,thib2009-08-131-2/+2
* add a show all vnodes command, use dlg's nice pool_walk() to accomplishthib2009-08-131-2/+15
* Introduce option DDB_STRUCT. Kernels compiled with this option (except onmiod2009-08-091-4/+10
* two things:beck2009-08-081-1/+11
* Check db_recover for NULL before longjmp(db_recover) in db_error(), as it canmiod2009-07-151-2/+3
* Revert bufq's. this is inline with the major midlayer reverts thatthib2009-06-171-16/+1
* add a flexible buffer queue (bufq) api, based on the never usedthib2009-06-031-1/+16
* Let this compile on landisk (and other configs) by wrapping the nfsthib2009-01-201-1/+7
* Add nfs ddb hooks, for now only to show all the outstanding nfsreq'sthib2009-01-181-1/+16
* show all mounts command for ddb. From mickey a long time ago.miod2008-03-231-1/+16
* Be consistent in db_cmd_loop_done declaration.miod2007-11-141-2/+2
* temporary ddb buffers need to be a bit larger on 64 bit systems to cope withmiod2007-11-051-2/+2
* Use db_format() instead of ddb-specific format specifiers; no functionalmiod2007-09-011-2/+4
* no malloc debug but configured kmemstats allow 'sh mal' to print smth useful; miod@ okmickey2006-09-301-2/+3
* Off-by-one in ``dmesg'' command; it takes a vax to find such bugs.miod2006-08-241-2/+2
* add mount/vnode/buf and softdep printing commands; tested on a few archs and will make pedro happy too (;mickey2006-07-111-1/+42
* add show all pools command listing all pools as vmstat -m does; miod@ okmickey2006-05-201-1/+2
* ansi/deregister. No binary change.jsg2006-03-131-110/+30