summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
AgeCommit message (Expand)Author
2004-06-25Instead of accessing ci_dev (that's an MI field), provide a marco thatArtur Grabowski
2004-06-21Make 'machine ddbcpu' work, and use CPU device number instead of APIC idAndreas Gunnarsson
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-04-25kill unbounded string op. deraadt okJun-ichiro itojun Hagino
2004-03-15Remove errant semi-colon. miod@ okAaron Campbell
2004-03-10Ensure that we obey a user's ddb> boot reboot command even if the systemTom Cosgrove
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-14Final __P removal plus some cosmetic fixupsTodd C. Miller
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-11-28zap some typedefs.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-07-04missed EOL at EOFMarc Espie
2001-06-27Remove old vm.Artur Grabowski
2001-04-18New boot command: boot halt.Artur Grabowski
2000-06-07Allow passing an address to 'show malloc' and print out some information aboutArtur Grabowski
2000-06-07Add 'show malloc' that prints out malloc debugging information if available.Artur Grabowski
1999-02-26uvm compatArtur 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
1997-07-07Do not wrap lines so often, much prettier x outputNiklas Hallqvist
1997-01-27change prompt to ddb to match man page ddb(4)Theo de Raadt
1997-01-16use RB_TIMEBAD to indicate that the time is wrong and should not be copiedkstailey
1996-05-31-Wall and -Wstrict-prototypes cleanupNiklas Hallqvist
1996-05-05add advanced hang analyzer.Michael Shalayeff
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-04-19Fix according to the last changes.Michael Shalayeff
1996-03-11Debbuger changed towards the latest Mach.Michael Shalayeff
1996-02-20netbsd-current import & 'boot' cmd addition.Michael Shalayeff
1995-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt