| Age | Commit message (Expand) | Author |
| 2020-03-01 | Pull up following revision(s) (requested by riastradh in ticket #746): | martin |
| 2020-01-26 | Pull up following revision(s) (requested by uwe in ticket #656): | martin |
| 2020-01-26 | Pull up following revision(s) (requested by uwe in ticket #655): | martin |
| 2020-01-26 | Pull up following revision(s) (requested by uwe in ticket #654): | martin |
| 2019-06-02 | add two db_stack_print_trace frontends that emit to the system log | mrg |
| 2019-03-12 | KNF | skrll |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-11-02 | no, should be dst | maxv |
| 2018-11-02 | Don't overflow on the strings we read. Introduce db_read_string(), which | maxv |
| 2018-09-17 | When this file is used when not building the kernel (eg: /usr/sbin/crash) | kre |
| 2018-09-16 | call cnpollc(1) and cnpollc(0) around cngetc(). | mrg |
| 2018-09-15 | call spl0() before cpu_reboot(), so that there's a chance that: | mrg |
| 2018-09-13 | always call lockdebug_dismiss() from DDB -- there are always some | mrg |
| 2018-08-13 | extend the ddb "show kernhist" command. the synopsis is now: | mrg |
| 2018-08-12 | add a lockdebug_dismiss() function for DDB to use that tells | mrg |
| 2018-07-20 | Add "show socket" command written by Hiroki SUENAGA. It prints usage of | msaitoh |
| 2018-05-27 | Add missing $NetBSD$ comment at the beginning. | uwe |
| 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 |