| Age | Commit message (Expand) | Author |
| 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 |
| 2011-12-31 | - fix offsetof usage, and redundant defines | christos |
| 2011-12-03 | If we are DIAGNOSTIC don't try to go further if we failed to take the | christos |
| 2011-12-02 | deal with the proc_lock mutex. | christos |
| 2011-11-13 | set panicstr to "reboot forced via kernel debugger" when rebooting | mrg |
| 2011-10-23 | Like ddb(4) "ps/l", use '>' sign to indicate running LWPs for the /w | jym |
| 2011-07-28 | Define SYMTAB_SPACE in opt_ksyms.h, not opt_ddbparam.h. Ensure | uebayasi |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-31 | re-instate db_kill_proc | christos |
| 2011-05-26 | Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. | joerg |
| 2011-05-17 | move and rename the uvm history code out of uvm_stat to "kernhist". | mrg |
| 2011-04-12 | Fix GENERIC_SUN4U build. | nakayama |
| 2011-04-12 | include <sys/cpu.h> when using cpu specific info. fixes building | mrg |
| 2011-04-11 | avoid compiling dead code into crash. | mrg |
| 2011-04-11 | obsolete DB_AOUT_SYMBOLS. however, we need to leave most of the code | mrg |
| 2011-04-10 | Add: | christos |
| 2011-02-20 | When looking for the next element of cpu_queue compare the pointer to the | hannken |
| 2011-02-09 | Since curlwp and curproc must always be non-NULL, remove the == NULL branches. | matt |