| Age | Commit message (Expand) | Author |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-08-17 | Add `show malloc' to dump the internal state of the MALLOC_DEBUG code. | thorpej |
| 2001-07-31 | Add an easy way to dump the message buffer from ddb. | atatat |
| 2001-06-03 | Default to kernel_map if no addr is available. | matt |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-02-11 | alphabetize db_command tables | jhawk |
| 2001-01-24 | make db_command_table[] const; since there is no way to dynamically extend | jdolecek |
| 2001-01-22 | Require the machine-dependant DDB commands to be in db_machine_command_table[] | jdolecek |
| 2001-01-18 | db_command_table needs to be writable at least when DB_MACHINE_COMMANDS | enami |
| 2001-01-17 | constify a little | jdolecek |
| 2000-11-28 | Restore the top level `callout' command. | eeh |
| 2000-11-24 | add ddb commands "show uvmexp" and "show ncache". | chs |
| 2000-07-08 | printf format safety | sommerfeld |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-17 | In db_command(), fix indentation and add a missing db_skip_to_eol() which | jhawk |
| 2000-06-10 | In the "reboot" and (badly misnamed) "sync" commands, clear db_recover | sommerfeld |
| 2000-06-08 | Only define db_show_arptab if NARP>1; | jhawk |
| 2000-06-06 | Stop using DDB-specific "%n" kprintf() format specifier. This was | jhawk |
| 2000-05-28 | Change printing of cpu number in the prompt in the MULTIPROCESSOR case | sommerfeld |
| 2000-05-26 | Rename the machine-specific stack trace printing functions | jhawk |
| 2000-05-23 | Fix a printf format. | thorpej |
| 2000-05-22 | Add a "sifting" command to ddb (named from the Sun OpenPROM command of | jhawk |
| 2000-05-20 | Install "show arptab" (db_show_arptab) in the ddb command tree. | jhawk |
| 2000-05-15 | "p" should be an alias for "print", and was until "ps" was added. | jhawk |
| 2000-04-13 | From kern/9569. | jhawk |
| 2000-04-11 | actually add buf- and vnode-printing commands to the table. | chs |
| 2000-04-10 | add ddb commands for printing vnodes and bufs. | chs |
| 2000-03-30 | Die, register, die! | augustss |
| 2000-02-21 | On MP, print cpu number prior to prompt | sommerfeld |
| 1999-11-02 | db_cmd_list(): variable ``width'' might have be used uninitialized, initialize | jdolecek |
| 1999-10-28 | - change db_cmd_list() to list commands vertically rather than horizontally | lukem |
| 1999-05-10 | Improve the pool allocator's diagnostic helpers, adding the ability to | thorpej |
| 1999-04-12 | Quote "AS IS" as in the majority of Carnegy Mellon notices. | pk |
| 1999-04-06 | Fix a pasto in copyright text which has been procreating like rabbits.. | pk |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1998-07-05 | Include required "opt_ddb.h" header file. | tron |
| 1998-07-04 | defopt DDB. | jonathan |
| 1998-02-10 | - add defopt's for UVM, UVMHIST and PMAP_NEW. | mrg |
| 1998-02-05 | initial import of the new virtual memory system, UVM, into -current. | mrg |
| 1997-09-11 | Add a 'reboot' command with a single parameter specifying the boot flags. | scottr |
| 1997-05-07 | Add a "kill" command that calls db_kill_proc(). | gwr |
| 1997-02-03 | db_expr_t became a long. | mycroft |
| 1996-03-30 | Fix db_printf format specifications. | christos |
| 1996-03-13 | Kernel version of longjmp() does not take the return value of setjmp() as | christos |
| 1996-03-07 | Bring setjmp/longjmp prototypes into scope. | christos |
| 1996-02-13 | eliminate setjmp.h | gwr |
| 1996-02-05 | DDB prototype changes. | christos |
| 1995-10-26 | Need to include <vm/vm.h> | gwr |
| 1995-10-16 | Fix nits pointed out by GCC 2.7. | mycroft |