Age | Commit message (Expand) | Author |
2021-06-10 | Prevent interleaved stack traces in ddb from multiple CPUs. Check | Alexander Bluhm |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |
2021-03-12 | spelling | Jonathan Gray |
2021-02-09 | ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it | Joshua Stein |
2021-01-09 | Finish converting ddb_sysctl to sysctl_int_bounded | gnezdo |
2020-12-10 | Convert ddb_sysctl to sysctl_bounded_arr | gnezdo |
2020-10-26 | add a top-level "reboot" command, for people who keep forgetting "boot reboot" | Theo de Raadt |
2020-10-15 | sick of the CMU, let's make this KNF | Theo de Raadt |
2020-05-26 | Stop requiring that .strtab has long alignment. | gkoehler |
2020-01-20 | Separate the stack trace saving interface from ddb. The saving does not | Visa Hankala |
2020-01-09 | If the kernel panics due to SMEP or SMAP, print correct stack trace | Alexander Bluhm |
2019-11-12 | Default to 0 arguments if no symbol has been found in the CTF section. | Martin Pieuchot |
2019-11-07 | db_addr_t -> vaddr_t | Martin Pieuchot |
2019-11-07 | FALSE -> 0, missed in previous. | Martin Pieuchot |
2019-11-06 | Substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-07-20 | Get rid of `ddb_is_active' instead use `db_active'. | Martin Pieuchot |
2019-04-02 | Fix ddb not to write its history to out of the region. When the | YASUOKA Masahiko |
2019-04-01 | remove prototype from earlier version of reboot code. spotted by anton | Ted Unangst |
2019-04-01 | fast track ddb> reboot command to skip anything which might panic again. | Ted Unangst |
2019-02-15 | zap trailing empty line | anton |
2019-02-15 | The underlying storage for builtin ddb variables are of type int but | anton |
2019-01-09 | Printing hex values with right adjustment makes it easier to compare | Alexander Bluhm |
2018-09-18 | whitespace fix; no binary change | anton |
2018-08-31 | Pass the correct size to free(9) in the error path of db_ctf_decompress(). | Alexander Bluhm |
2018-05-07 | Make the print function of db_print_stack_trace() configurable, | Visa Hankala |
2018-01-09 | Do not truncate 64bit integers when pretty-printing types. | Martin Pieuchot |
2018-01-05 | Show uvm_fault and trace when typing show panic on a page fault'd kernel | Paul Irofti |
2017-12-13 | Add 'bt' an alias for 'trace'. | Martin Pieuchot |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-11-27 | Remove MALLOC_DEBUG left overs. | Martin Pieuchot |
2017-11-06 | remove ctf_type declaration no longer needed since -r1.33 | Jasper Lievisse Adriaanse |
2017-11-01 | Remove forward declaration hack now that ctfconv(1) merge them correctly. | Martin Pieuchot |
2017-10-27 | Use <elf.h> in !_KERNEL code path. | Martin Pieuchot |
2017-10-19 | ddb "show all mounts" showed everything except the address of the | Alexander Bluhm |
2017-10-13 | return a missing return (was left out of previous) | Jasper Lievisse Adriaanse |
2017-10-13 | - use db_printf() | Jasper Lievisse Adriaanse |
2017-10-11 | missing prototype for db_ctf_pprint | Jasper Lievisse Adriaanse |
2017-09-29 | New ddb(4) command: kill. | Martin Pieuchot |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-09-12 | Skip forward declarations until ctfconv(1) properly merge them with | Martin Pieuchot |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-06 | use sizeof(variable) instead of sizeof(type) to shorten some code | David Gwynne |
2017-09-06 | when pretty printing a pointer, display its value instead of address. | David Gwynne |
2017-09-06 | replace the DDB_STRUCT backend for "show struct" with ctf code. | David Gwynne |
2017-08-14 | db_ctf_pprintf() doesn't actually support formatting, so s/f$// | Uwe Stuehler |
2017-08-14 | Restore "print" in ddb; add "pp[rint]" for pretty-printing | Uwe Stuehler |
2017-08-11 | Merge DDBCTF into DDB. | Martin Pieuchot |
2017-08-11 | Fall back using db_print_cmd() if no CTF data has been found. | Martin Pieuchot |
2017-08-11 | Improve pretty printing of pointers. | Martin Pieuchot |
2017-08-11 | Kernel compilation with DDBPROF enabled fails as db_sym_t is no longer | Nayden Markatchev |