Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-10 | db_printf(s) -> db_printf("%s", s) from NetBSD | Uwe Stuehler | |
2005-01-03 | Add "show panic" command to ddb, to easily retrieve the panic message. | Miod Vallat | |
Will hopefully bring us better panic reports. From Joris Vink. | |||
2004-06-25 | Instead of accessing ci_dev (that's an MI field), provide a marco that | Artur Grabowski | |
translates a cpu_info structure into a human-readable cpu number. drahn@ deraadt@ ok | |||
2004-06-21 | Make 'machine ddbcpu' work, and use CPU device number instead of APIC id | Andreas Gunnarsson | |
KNF lesson and ok from niklas@ | |||
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-04-25 | kill unbounded string op. deraadt ok | Jun-ichiro itojun Hagino | |
2004-03-15 | Remove errant semi-colon. miod@ ok | Aaron Campbell | |
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove | |
is cold (during startup). This adds RB_USERREQ to sys/reboot.h, uses it in the ddb commands, and ensures that */*/machdep.c:boot() won't set RB_HALT when cold if this flag is set. ok deraadt@ | |||
2003-12-03 | add dmesg command; ok deraadt, mcbride, henning and more | Markus Friedl | |
2003-05-12 | sho proc [addr] to print some proc's field; art@ ok | Michael Shalayeff | |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright | |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski | |
that specifies which printf funciton it should use. Implement db_stack_trace_cmd in MI code. Thanks to miod@ for all the tests. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-28 | Add "boot reboot" to please jason@ and "boot poweroff" to please drahn@. | Miod Vallat | |
2002-01-02 | Add more vocabulary (commands) to ddb, from NetBSD. | Miod Vallat | |
ok art@ (manual page update coming soon) | |||
2001-11-28 | zap some typedefs. | Artur Grabowski | |
vm_map_t -> struct vm_map * vm_map_entry_t -> struct vm_map_entry * simple_lock_data_t -> struct simplelock (uvm not done yet, coming in the next commit) | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-07-04 | missed EOL at EOF | Marc Espie | |
2001-06-27 | Remove old vm. | Artur Grabowski | |
2001-04-18 | New boot command: boot halt. | Artur Grabowski | |
Don't sync, don't dump, just halt. | |||
2000-06-07 | Allow passing an address to 'show malloc' and print out some information about | Artur Grabowski | |
that address. | |||
2000-06-07 | Add 'show malloc' that prints out malloc debugging information if available. | Artur Grabowski | |
1999-02-26 | uvm compat | Artur Grabowski | |
1998-09-01 | the sync command does not work, back it out | Artur Grabowski | |
1998-08-30 | add a sync command that does not reboot | Artur Grabowski | |
1998-02-25 | Add command to print out extents. This helps in debugging PnP stuff, | Tobias Weingartner | |
and "it's just plain cool". | |||
1997-09-08 | put 'help' in front of 'hangman' | Theo de Raadt | |
1997-07-07 | Do not wrap lines so often, much prettier x output | Niklas Hallqvist | |
1997-01-27 | change prompt to ddb to match man page ddb(4) | Theo de Raadt | |
1997-01-16 | use RB_TIMEBAD to indicate that the time is wrong and should not be copied | kstailey | |
to the battery backed up clock via resettodr() in boot(). | |||
1996-05-31 | -Wall and -Wstrict-prototypes cleanup | Niklas Hallqvist | |
1996-05-05 | add advanced hang analyzer. | Michael Shalayeff | |
idea by theo. | |||
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-04-19 | Fix according to the last changes. | Michael Shalayeff | |
dev_conf.h deleted, longjmp proto changed. | |||
1996-03-11 | Debbuger changed towards the latest Mach. | Michael Shalayeff | |
Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD. | |||
1996-02-20 | netbsd-current import & 'boot' cmd addition. | Michael Shalayeff | |
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |