Age | Commit message (Expand) | Author |
2024-11-07 | Constify strings in symbol-related ddb interfaces, and make the iterator | Miod Vallat |
2024-11-05 | Correctly honour the count optional argument of the break command, by | Miod Vallat |
2024-09-05 | In ddb(4) print mbuf chain and packet list. | Alexander Bluhm |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-02-23 | ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void* | Scott Soule Cheloha |
2024-02-22 | Improve db_ctf_pprint(), implement handlers for arrays and enums. | Claudio Jeker |
2024-02-03 | Remove Softdep. | Bob Beck |
2023-09-19 | Improve the output of ddb "show proc" command | Claudio Jeker |
2023-07-02 | all platforms, kernel: remove __HAVE_CLOCKINTR symbol | Scott Soule Cheloha |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-11-05 | clockintr(9): initial commit | Scott Soule Cheloha |
2022-08-14 | db_ctf_decompress: use size_t not off_t for length parameter | Todd C. Miller |
2022-08-11 | Revert uLong -> z_off_t change in the kernel | Theo Buehler |
2022-07-29 | Replace the swap extent(9) usage by a blist data structure. | Sebastien Marie |
2022-07-28 | In the kernel exist functions to print routes, but they were not | Alexander Bluhm |
2022-07-12 | Add db_rint(), an MI interface to db_enter() copied from kdbrint() in vax code | Jeremie Courreges-Anglas |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2021-11-16 | To debug IPsec and tdb refcounting it is useful to have "show tdb" | Alexander Bluhm |
2021-10-27 | extend checks of ensuring there's valid CTF data before attempting to use it. | Jasper Lievisse Adriaanse |
2021-10-24 | use NULL not 0 for pointer values in kern | Jonathan Gray |
2021-09-03 | add kprobes provider for dt | Jasper Lievisse Adriaanse |
2021-07-09 | fix scentence in db_printsym comment | Jasper Lievisse Adriaanse |
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 |