| Age | Commit message (Expand) | Author |
| 2023-05-25 | ddb: PR kern/57435 - fix duplicate "show mount" | uwe |
| 2022-04-28 | Remove 'a' modifier from "show vmem". It was removed in sbur_vmem.c rev. 1.55. | msaitoh |
| 2022-04-20 | ddb: guard invocation of db_cmd_on_enter properly. | uwe |
| 2021-10-10 | Add a "show kqueue <addr>" command. | thorpej |
| 2021-08-21 | fix mainly same typos as in my previous commit but outside sys/dev/dm. | andvar |
| 2021-08-13 | fix typos in words "pointer" and s/fram /frame/ | andvar |
| 2021-02-23 | introduce DDB_END_CMD and replace more than 20 copies of the same | mrg |
| 2020-10-30 | Remove "also;" | skrll |
| 2020-10-30 | Add a "show fdt" ddb command | skrll |
| 2020-10-30 | Sort the db_show_cmd entries | skrll |
| 2020-10-30 | Put the 'added from all sub cmds' comment above the four commands that | skrll |
| 2020-10-30 | Trailing whitespace | skrll |
| 2020-04-13 | Handle "no count" properly in db_kernhist_print_cmd | skrll |
| 2020-03-10 | Make the db_kernelonly() macro visible to all files and re-use it. | christos |
| 2020-03-09 | print a message for the commands crash does not support. | christos |
| 2020-01-01 | - Introduce a new global kernel variable "shutting_down" to indicate that | thorpej |
| 2019-12-27 | Redo the page allocator to perform better, especially on multi-core and | ad |
| 2019-12-15 | Teach ddb(4) about printing the full mount list. | joerg |
| 2019-09-29 | db_command - don't hide local static variable in the middle of other | uwe |
| 2019-09-29 | db_command - make setting have_addr more clear. | uwe |
| 2019-09-29 | db_command - make sure count is always initialized. | uwe |
| 2019-09-22 | fix "show kernhist". | mrg |
| 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-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-04 | Add command to print device list. | mlelstv |
| 2017-01-11 | Add ddb command to find a vnode by the address of its lock. | joerg |
| 2016-04-13 | ddb: rename show arptab to show routes | ozaki-r |
| 2016-04-06 | Improve ddb(4) show kernhist | skrll |
| 2015-05-21 | only call the on-enter commands if we're not recursing. | mrg |
| 2015-02-08 | we can use show callout now from crash | christos |
| 2013-10-19 | fix userland build, by moving all the unused stuff inside ifdef _KERNEL | christos |
| 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-04-28 | Remove MALLOC_DEBUG and MALLOCLOG, which is dead code after malloc(9) move | rmind |
| 2011-11-13 | set panicstr to "reboot forced via kernel debugger" when rebooting | mrg |
| 2011-05-17 | move and rename the uvm history code out of uvm_stat to "kernhist". | mrg |
| 2011-04-10 | Add: | christos |
| 2010-09-13 | fix extern/static inconsistency | drochner |
| 2009-07-19 | Add #ifdef MQUEUE for db_show_mqueue_cmd(). | rmind |