| Age | Commit message (Expand) | Author |
| 2018-03-19 | ddb: rename "show lockstat" to "show lockstats" to avoid conflicting with loc... | ozaki-r |
| 2018-03-16 | Don't pass a unset address to lockdebug_lock_print | ozaki-r |
| 2018-03-16 | Add a new command, show all locks, which shows information of active locks | ozaki-r |
| 2018-03-16 | Add a new command, show lockstat, which shows statistics of locks | ozaki-r |
| 2018-03-05 | enums might be unsigned. | mlelstv |
| 2018-03-04 | Add command to print device list. | mlelstv |
| 2018-02-17 | Opt to print a backtrace on panic by default with the intention of improving ... | sevan |
| 2018-02-04 | avoid leftshift of an unsigned value | mrg |
| 2017-12-28 | - add ddb.panicstackframes to avoid scrolling the interesting parts of panic | christos |
| 2017-11-06 | remove more DB_ELFSIZE | christos |
| 2017-11-04 | use Elf_Sym ** instead of casting. | christos |
| 2017-11-03 | Handle absolute relocations coming from the kernel: preserve SHN_ABS in | maxv |
| 2017-10-27 | Revert printf return value change. | joerg |
| 2017-10-27 | [syzkaller] Cast all the printf's to (void *) | utkarsh009 |
| 2017-01-11 | Add ddb command to find a vnode by the address of its lock. | joerg |
| 2017-01-04 | add a simple stacktrace macro | christos |
| 2016-04-13 | ddb: rename show arptab to show routes | ozaki-r |
| 2016-04-06 | Improve ddb(4) show kernhist | skrll |
| 2015-06-06 | Add support for 'q' qualifier for 64-bit values on examine and write. | matt |
| 2015-05-21 | only call the on-enter commands if we're not recursing. | mrg |
| 2015-02-27 | Don't use an unset value as an address | ozaki-r |
| 2015-02-08 | we can use show callout now from crash | christos |
| 2014-11-16 | Define ddb module. | uebayasi |
| 2014-09-19 | Add description of inst_return | matt |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-04-12 | Make this build. | jakllsch |
| 2014-04-12 | Unbreak db_cpu_*. Allows backtraces on i386 to progress beyond the | jakllsch |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-01-22 | add a return in the panic message | christos |
| 2013-11-24 | Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacing | rmind |
| 2013-10-19 | fix userland build, by moving all the unused stuff inside ifdef _KERNEL | christos |
| 2013-10-19 | Mark a potentialy unused variable | martin |
| 2013-02-10 | need <sys/types.h> for various crap that other headers use (pid_t etc). | christos |
| 2013-02-10 | Hook the new ddb/db_panic.c to the build. | apb |
| 2013-02-10 | Move the DDB-specific part of vpanic() to a new db_panic() function, | apb |
| 2013-02-10 | read_symtab_from_file used to be defined in ddb/db_aout.c, but that | apb |
| 2013-01-06 | remove the new command not the old one. | christos |
| 2013-01-06 | remove previous, dmesg just works. | christos |
| 2013-01-06 | Add "show dmesg" that prints the contents of the message buffer. | christos |
| 2013-01-05 | Add "show panic" that shows the current panic string. two ports had it, and | christos |
| 2012-09-01 | Use _KERNEL_OPT | matt |
| 2012-09-01 | Make DB_MAX_LINES a kernel option | matt |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-04-28 | Remove MALLOC_DEBUG and MALLOCLOG, which is dead code after malloc(9) move | rmind |
| 2012-03-15 | Add __printflike attribution to use vprintf and friends with an argument | joerg |
| 2012-02-10 | add __printflike where needed | christos |
| 2012-02-10 | fix printf formats. | christos |
| 2012-02-09 | Re-indent, and factor out strlen() now that we have more space. | christos |
| 2012-02-09 | Remove bogus code in the non kernel case involving end[]. In this case | christos |
| 2011-12-31 | include stddef.h for offsetof | christos |