| Age | Commit message (Expand) | Author |
| 2020-01-26 | Pull up following revision(s) (requested by uwe in ticket #656): | martin |
| 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 |
| 2009-06-05 | extend 'show event' to take /i /t and /m modifiers, to select interrupt, | mrg |
| 2009-03-21 | Make 'show event', 'dmesg' work with crash(8). | ad |
| 2009-03-11 | Avoid "warning: cast from pointer to integer of different size" | nakayama |
| 2009-03-07 | Make ddb compile and work in userspace. Mostly this is comprised of three | ad |
| 2009-03-01 | Do not set last_count to zero after every db_command function call it is | haad |
| 2009-02-18 | - fix vmem unittest. rename VMEM_DEBUG so that it won't be abused again. | yamt |
| 2009-01-05 | Fix my bug introduced in rev 1.98 of db_command.c where command prefix | haad |
| 2008-12-07 | ddb: new 'show vmem' and 'show all vmems' commands. | cegger |
| 2008-11-25 | Make DDB shows right register values on 32-bit sparc64 kernels. | nakayama |
| 2008-11-25 | Add some basic DDB stuff for modules. | ad |
| 2008-11-16 | more <sys/buf.h> police | pooka |
| 2008-11-14 | +ifdef AIO | ad |
| 2008-10-03 | Replace more intptr_t to uintptr_t when casting VA. | rmind |
| 2008-09-29 | - Fix message queue permissions problems. | rmind |
| 2008-08-08 | Make "show uvmhist" available to all arches (not just sparc*) in ddb. | skrll |
| 2008-07-10 | Add a show files command that prints the vnodes associated with a | blymn |
| 2008-07-10 | Whitespace clean up. | blymn |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-21 | Fix help string for "w" - it is "write" not "watch". | uwe |
| 2008-02-02 | When doing a reboot from ddb, set panicstr, so that later LOCKDEBUG checks | martin |
| 2007-12-13 | add ddb "whatis" command. inspired from solaris ::whatis dcmd. | yamt |