summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.h
AgeCommit message (Expand)Author
2010-11-05Implement m_print as real ddb command "show mbuf addr" in the way otherClaudio Jeker
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-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-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-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
2006-07-11add mount/vnode/buf and softdep printing commands; tested on a few archs and ...Michael Shalayeff
2005-01-03Add "show panic" command to ddb, to easily retrieve the panic message.Miod Vallat
2003-12-03add dmesg command; ok deraadt, mcbride, henning and moreMarkus Friedl
2003-05-12sho proc [addr] to print some proc's field; art@ okMichael Shalayeff
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2002-05-18Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argumentArtur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-28Add "boot reboot" to please jason@ and "boot poweroff" to please drahn@.Miod Vallat
2002-01-02Add more vocabulary (commands) to ddb, from NetBSD.Miod Vallat
2001-04-18New boot command: boot halt.Artur Grabowski
2000-06-07Add 'show malloc' that prints out malloc debugging information if available.Artur Grabowski
1998-09-01the sync command does not work, back it outArtur Grabowski
1998-08-30add a sync command that does not rebootArtur Grabowski
1998-02-25Add command to print out extents. This helps in debugging PnP stuff,Tobias Weingartner
1997-09-08put 'help' in front of 'hangman'Theo de Raadt
1996-05-31-Wall and -Wstrict-prototypes cleanupNiklas Hallqvist
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-11Debbuger changed towards the latest Mach.Michael Shalayeff
1996-02-20netbsd-current import & 'boot' cmd addition.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt