Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |