| Age | Commit message (Expand) | Author |
| 2020-02-01 | Load struct filedesc::fd_dt with atomic_load_consume. | riastradh |
| 2020-01-26 | Fix typo in comment. | uwe |
| 2020-01-08 | Hopefully fix some problems seen with MP support on non-x86, in particular | ad |
| 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-11-22 | Fix crash(8). Will revisit. | ad |
| 2019-10-02 | Simplify logic to get rid of implicit dependence on order of ASCII | rin |
| 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-29 | Print db> prompt in db_read_line(), not db_readline(). | uwe |
| 2019-09-22 | fix "show kernhist". | mrg |
| 2019-09-12 | db_putchar - check if we need to wrap at $maxwidth after whitespace. | uwe |
| 2019-09-12 | db_get_qvalue() with size=8 on 64bit arch returns incorrect value. fixed. | ryo |
| 2019-09-12 | changes of r1.39 was incomplete. only "examin/m" could handle 'q'. | ryo |
| 2019-09-10 | - examin/m displays with splitting by spaces as specified size | ryo |
| 2019-09-10 | Add support for 'p' qualifier for pointer values on examine. | ryo |
| 2019-08-23 | Avoids signedness bit shift in db_get_value() | kamil |
| 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 |