| Age | Commit message (Expand) | Author |
| 2000-07-18 | Provide some info on what db_trap_callback() is for in the code. | jeffs |
| 2000-07-17 | Move platform db_trap callback from arch/mips into ddb as suggested by | jeffs |
| 2000-07-10 | Update TODO list item #7. | eeh |
| 2000-07-09 | Fix compiler warning. | mycroft |
| 2000-07-08 | Fix for: | eeh |
| 2000-07-08 | printf format safety | sommerfeld |
| 2000-07-07 | s/preserving ... bytes of symbol table/using ... bytes of symbol table/ | jhawk |
| 2000-07-07 | Observe deficiency in printfs reporting symbol table problems | jhawk |
| 2000-07-07 | Detect ELF sections (string and symbol tables) by looking them | jhawk |
| 2000-07-05 | "set" now displays the name of the variable, old value, and new value, | jhawk |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | 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-07 | Fix long-standing inconsistency between manapage and code. | jhawk |
| 2000-06-06 | #include <sys/systm.h> for the snprintf() prototype. | soren |
| 2000-06-06 | First cut at an outline of stuff to do. | 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-25 | Interface change: db_printsym() takes a third argument, pr, a function | 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-03-30 | Remove redundant decl of db_radix, it's also in <ddb/db_output.h>. | simonb |
| 2000-03-26 | Cast timeval members to types we know the printf conversions of. | kleink |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-08 | Fix obvious off-by-one error in db_output(). | jdolecek |
| 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-10-25 | Update to match new SVR4-style definition names in <sys/exec_elf.h>. | kleink |
| 1999-10-21 | Remove ELFNAME macros which are already defines in exec_elf.h | erh |
| 1999-10-14 | remove the MI Debugger() added recently. It doesn't make sense in | jdolecek |
| 1999-10-12 | rename the MD Debugger() to cpu_Debugger() | jdolecek |
| 1999-07-22 | XXX LOCKING XXX of allproc; DDB runs with interrupts blocked, and MD | thorpej |
| 1999-06-26 | Fix tyop in error message. | simonb |
| 1999-06-15 | Don't load the symbol table if it's corrupted. | thorpej |
| 1999-06-05 | Cast ptrdiff_t to long for printf purposes. | pk |
| 1999-05-31 | New format modifier: `L' gives true `long' vs `l' or `legacy' long. | ross |
| 1999-05-10 | Improve the pool allocator's diagnostic helpers, adding the ability to | thorpej |
| 1999-04-29 | Don't go dereferencing pointers before verifying they are aligned. | christos |
| 1999-04-21 | Fix a problem where SOFTWARE_SSTEP would skip one instruction each time | thorpej |
| 1999-04-12 | Quote "AS IS" as in the majority of Carnegy Mellon notices. | pk |