| Age | Commit message (Expand) | Author |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-18 | add "show mount" ddb command | dbj |
| 2003-11-17 | o Fix a bug in ksyms that changed the real meaning of st_name entries for | cube |
| 2003-11-09 | Fix format string warnings for platforms where | scw |
| 2003-10-25 | fix uninitialized variable | christos |
| 2003-10-10 | add "b" as a synonym for "break", since someone added "bt" | chs |
| 2003-10-05 | Tweak the previous change to ensure symbol addresses are correctly | scw |
| 2003-09-20 | Add a "show sched_qs" command to dump the run queues. Format is: | thorpej |
| 2003-09-07 | Widen FLAGS column for ps/l so that all defined l_flag flags fit. | uwe |
| 2003-09-03 | long -> unsigned long, so that correct pointer is sent in function call. | ragge |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-02 | Allow the dmesg command to show the last N bytes of the kernel message | simonb |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-22 | Somehow overlooked in earlier commits: prototype db_kgdb_cmd(). | briggs |
| 2003-05-17 | On some platforms, sizeof(db_expr_t) > sizeof(long), so add a method | scw |
| 2003-05-17 | Don't assume sizeof(db_expr_t) == sizeof(long). | scw |
| 2003-05-17 | Add a cast to make this build with -D__AUDIT__. | kristerw |
| 2003-05-16 | switch to use strlcpy() from libkern. | itojun |
| 2003-05-16 | use strlcpy [change prototype of db_symstr to pass size_t; noone seem to use it] | itojun |
| 2003-05-15 | (1) Don't print the message buffer (via ddb's dmesg command) if the | atatat |
| 2003-05-11 | make couple ksym functions' arguments const | jdolecek |
| 2003-04-29 | Add a BKPT_ADDR() macro which gives MD code a chance to munge a | scw |
| 2003-04-28 | By accident db_symstr() was removed, which HÃ¥vard pointed out. | ragge |
| 2003-04-28 | Add a rudimentary 'trap to kgdb' command if KGDB is defined. This allows | briggs |
| 2003-04-25 | Mobe the SYMTAB_SPACE stuff to ksyms_init, so that it can be used without | ragge |
| 2003-04-24 | db_sym_numargs() disappeared by mistake, restore it. | ragge |
| 2003-04-24 | Teach DDB to use ksyms instead of it's own symbol table management. | ragge |
| 2003-04-16 | make parameter 'name' for db_del_symbol_table() const | jdolecek |
| 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 |