summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_interface.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* db_addr_t -> vaddr_tmpi2019-11-071-2/+2
* Substitute boolean_t/TRUE/FALSE by int/1/0.mpi2019-11-061-2/+2
* New ddb(4) command: kill.mpi2017-09-291-1/+2
* Revert previous, it's a documented behavior and people might rely on it.mpi2017-01-091-5/+1
* Stop and restart the watchdog timer when entering and leaving ddb(4).mpi2017-01-091-1/+5
* add a "show socket" command to ddbdlg2016-01-151-1/+4
* Implement m_print as real ddb command "show mbuf addr" in the way otherclaudio2010-11-051-1/+4
* dd 'show all bufs' to show all the buffers in the systemjasper2009-08-171-2/+2
* add ddb functions to be able to show all the nfsnodes in the systemthib2009-08-141-3/+4
* add a show all vnodes command, use dlg's nice pool_walk() to accomplishthib2009-08-131-3/+2
* Revert bufq's. this is inline with the major midlayer reverts thatthib2009-06-171-5/+1
* add a flexible buffer queue (bufq) api, based on the never usedthib2009-06-031-1/+5
* Add nfs ddb hooks, for now only to show all the outstanding nfsreq'sthib2009-01-181-1/+6
* fake structs to let kernels compile on architectures that some germanderaadt2006-07-121-1/+4
* add mount/vnode/buf and softdep printing commands; tested on a few archs and will make pedro happy too (;mickey2006-07-111-1/+11
* add show all pools command listing all pools as vmstat -m does; miod@ okmickey2006-05-201-1/+4
* fix commentsmickey2006-05-161-3/+3
* Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argumentart2002-05-181-2/+3
* First round of __P removal in sysmillert2002-03-141-6/+6
* partial sync with netbsd 960418, more to comederaadt1996-04-211-2/+2
* Debbuger changed towards the latest Mach.mickey1996-03-111-1/+2
* netbsd-current import & 'boot' cmd addition.mickey1996-02-201-0/+49