| Age | Commit message (Expand) | Author |
| 2003-03-02 | Don't specify string width in the low level function like db_num_to_str. | enami |
| 2003-02-13 | Add a synonym for trace - 'bt' and document it | jmc |
| 2003-02-04 | New callout implementation. This is based on callwheel implementation | thorpej |
| 2003-01-23 | Zombie procs have no lwps. | pk |
| 2003-01-20 | Remove variable that is only assigned too but not referenced. | simonb |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-13 | make stack trace on i386 work again. | yamt |
| 2002-11-10 | Avoid a GCC 3.3 strict alias warning. | thorpej |
| 2002-11-10 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-10 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-04 | Dump DDB_* and SYMTAB_SPACE options to opt_ddbparam.h rather than opt_ddb.h. | itohy |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-08-26 | Another item on the TODO list: | scw |
| 2002-08-26 | Casting from a pointer, to a db_expr_t, has to go via an intptr_t. | scw |
| 2002-06-05 | provide a db_vprintf() which is exactly what the name suggests | drochner |
| 2002-05-13 | Add db_recover | matt |
| 2002-02-15 | Add a "show event" ddb command to show the event counters. | simonb |
| 2002-02-15 | ANSIfy, KNF. | simonb |
| 2002-01-05 | Add db_symstr(), a parallel interface to db_printsym() that | jhawk |
| 2002-01-05 | ddb(9) | jhawk |
| 2001-12-31 | Convenience variables (workXX) don't work, so don't document them. | jhawk |
| 2001-11-20 | - pull in opt_kgdb.h where necessary | lukem |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-11-09 | Remove unneeded declarations of the db_machine_init() function. The | thorpej |
| 2001-11-08 | PR/14498: Wesley Chen: Identify loaded modules vs. kernel, because we don't | christos |
| 2001-11-08 | PR/14498: Wesley Chen: Print a return after enumerating the matching symbols. | christos |
| 2001-10-13 | When setting watchpoints, call pmap_update() for each watchpoint, rather | bjh21 |
| 2001-09-15 | use a for loop instead of goto. | chs |
| 2001-09-11 | Optimization suggested by Bill Sommerfeld: Keep a hint as to the | thorpej |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-08-17 | Add `show malloc' to dump the internal state of the MALLOC_DEBUG code. | thorpej |
| 2001-07-31 | Extra sanity checking on ELF headers: Make sure the bootloader actually | bjh21 |
| 2001-07-31 | Don't depend on the bootloader's having loaded the .shstrtab section | bjh21 |
| 2001-07-31 | Add an easy way to dump the message buffer from ddb. | atatat |
| 2001-07-01 | allow one to #define DB_MAX_LINE and DB_MAX_WIDTH independantly. | mrg |
| 2001-06-13 | Add a port to IBM's PPC405GP Reference Board (the "walnut") | simonb |
| 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-05-13 | The current API for MD support doesn't directly support the documented /u | ross |
| 2001-04-24 | Sprinkle pmap_update() calls after calls to: | thorpej |
| 2001-04-11 | fix invalid reference to $fromconsole via DDB | msaitoh |
| 2001-02-24 | Avoid crud after #endif. | cgd |
| 2001-02-24 | #include <systm.h> for string fn prototypes. | cgd |
| 2001-02-15 | put crud after #endif in comments | cgd |
| 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 | make db_[e]regs[] const | jdolecek |