summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* db_printf(s) -> db_printf("%s", s) from NetBSDuwe2005-05-101-2/+2
* Add "show panic" command to ddb, to easily retrieve the panic message.miod2005-01-031-1/+15
* Instead of accessing ci_dev (that's an MI field), provide a marco thatart2004-06-251-2/+2
* Make 'machine ddbcpu' work, and use CPU device number instead of APIC idandreas2004-06-211-25/+2
* debranch SMP, have funniklas2004-06-131-1/+29
* kill unbounded string op. deraadt okitojun2004-04-251-2/+2
* Remove errant semi-colon. miod@ okaaron2004-03-151-2/+2
* Ensure that we obey a user's ddb> boot reboot command even if the systemtom2004-03-101-7/+7
* add dmesg command; ok deraadt, mcbride, henning and moremarkus2003-12-031-1/+28
* sho proc [addr] to print some proc's field; art@ okmickey2003-05-121-1/+16
* Remove commons; inspired by netbsd.jason2003-02-121-1/+8
* Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argumentart2002-05-181-1/+8
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-2/+2
* First round of __P removal in sysmillert2002-03-141-4/+4
* Add "boot reboot" to please jason@ and "boot poweroff" to please drahn@.miod2002-01-281-1/+23
* Add more vocabulary (commands) to ddb, from NetBSD.miod2002-01-021-6/+48
* zap some typedefs.art2001-11-281-2/+2
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-5/+2
* missed EOL at EOFespie2001-07-041-2/+2
* Remove old vm.art2001-06-271-11/+1
* New boot command: boot halt.art2001-04-181-2/+13
* Allow passing an address to 'show malloc' and print out some information aboutart2000-06-071-3/+6
* Add 'show malloc' that prints out malloc debugging information if available.art2000-06-071-1/+18
* uvm compatart1999-02-261-1/+14
* the sync command does not work, back it outart1998-09-011-18/+1
* add a sync command that does not rebootart1998-08-301-1/+18
* Add command to print out extents. This helps in debugging PnP stuff,weingart1998-02-251-1/+14
* put 'help' in front of 'hangman'deraadt1997-09-081-20/+8