| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling |  jsg | 2021-03-12 | 1 | -2/+2 |
* | ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it |  jcs | 2021-02-09 | 2 | -2/+10 |
* | Finish converting ddb_sysctl to sysctl_int_bounded |  gnezdo | 2021-01-09 | 1 | -27/+7 |
* | Convert ddb_sysctl to sysctl_bounded_arr |  gnezdo | 2020-12-10 | 1 | -13/+11 |
* | add a top-level "reboot" command, for people who keep forgetting "boot reboot" |  deraadt | 2020-10-26 | 1 | -1/+2 |
* | sick of the CMU, let's make this KNF |  deraadt | 2020-10-15 | 14 | -637/+600 |
* | Stop requiring that .strtab has long alignment. |  gkoehler | 2020-05-26 | 1 | -3/+2 |
* | Separate the stack trace saving interface from ddb. The saving does not |  visa | 2020-01-20 | 2 | -13/+4 |
* | If the kernel panics due to SMEP or SMAP, print correct stack trace |  bluhm | 2020-01-09 | 1 | -3/+5 |
* | Default to 0 arguments if no symbol has been found in the CTF section. |  mpi | 2019-11-12 | 1 | -2/+2 |
* | db_addr_t -> vaddr_t |  mpi | 2019-11-07 | 17 | -73/+72 |
* | FALSE -> 0, missed in previous. |  mpi | 2019-11-07 | 1 | -2/+2 |
* | Substitute boolean_t/TRUE/FALSE by int/1/0. |  mpi | 2019-11-06 | 10 | -128/+122 |
* | Get rid of `ddb_is_active' instead use `db_active'. |  mpi | 2019-07-20 | 2 | -5/+2 |
* | Fix ddb not to write its history to out of the region. When the |  yasuoka | 2019-04-02 | 1 | -1/+3 |
* | remove prototype from earlier version of reboot code. spotted by anton |  tedu | 2019-04-01 | 1 | -2/+1 |
* | fast track ddb> reboot command to skip anything which might panic again. |  tedu | 2019-04-01 | 1 | -2/+3 |
* | zap trailing empty line |  anton | 2019-02-15 | 1 | -2/+1 |
* | The underlying storage for builtin ddb variables are of type int but |  anton | 2019-02-15 | 1 | -2/+2 |
* | Printing hex values with right adjustment makes it easier to compare |  bluhm | 2019-01-09 | 1 | -2/+2 |
* | whitespace fix; no binary change |  anton | 2018-09-18 | 1 | -2/+2 |
* | Pass the correct size to free(9) in the error path of db_ctf_decompress(). |  bluhm | 2018-08-31 | 1 | -2/+2 |
* | Make the print function of db_print_stack_trace() configurable, |  visa | 2018-05-07 | 2 | -7/+9 |
* | Do not truncate 64bit integers when pretty-printing types. |  mpi | 2018-01-09 | 1 | -2/+16 |
* | Show uvm_fault and trace when typing show panic on a page fault'd kernel |  pirofti | 2018-01-05 | 1 | -1/+7 |
* | Add 'bt' an alias for 'trace'. |  mpi | 2017-12-13 | 1 | -1/+2 |
* | In uvm Chuck decided backing store would not be allocated proactively |  deraadt | 2017-12-11 | 1 | -7/+16 |
* | Remove MALLOC_DEBUG left overs. |  mpi | 2017-11-27 | 1 | -10/+1 |
* | remove ctf_type declaration no longer needed since -r1.33 |  jasper | 2017-11-06 | 1 | -2/+0 |
* | Remove forward declaration hack now that ctfconv(1) merge them correctly. |  mpi | 2017-11-01 | 1 | -8/+1 |
* | Use <elf.h> in !_KERNEL code path. |  mpi | 2017-10-27 | 1 | -2/+2 |
* | ddb "show all mounts" showed everything except the address of the |  bluhm | 2017-10-19 | 1 | -2/+4 |
* | return a missing return (was left out of previous) |  jasper | 2017-10-13 | 1 | -1/+2 |
* | - use db_printf() |  jasper | 2017-10-13 | 1 | -2/+7 |
* | missing prototype for db_ctf_pprint |  jasper | 2017-10-11 | 1 | -1/+2 |
* | New ddb(4) command: kill. |  mpi | 2017-09-29 | 2 | -2/+4 |
* | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar |  mpi | 2017-09-12 | 4 | -777/+1 |
* | Skip forward declarations until ctfconv(1) properly merge them with |  mpi | 2017-09-12 | 1 | -1/+8 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 4 | -10/+6 |
* | use sizeof(variable) instead of sizeof(type) to shorten some code |  dlg | 2017-09-06 | 1 | -2/+2 |
* | when pretty printing a pointer, display its value instead of address. |  dlg | 2017-09-06 | 1 | -2/+6 |
* | replace the DDB_STRUCT backend for "show struct" with ctf code. |  dlg | 2017-09-06 | 3 | -7/+92 |
* | db_ctf_pprintf() doesn't actually support formatting, so s/f$// |  uwe | 2017-08-14 | 1 | -6/+6 |
* | Restore "print" in ddb; add "pp[rint]" for pretty-printing |  uwe | 2017-08-14 | 2 | -5/+6 |
* | Merge DDBCTF into DDB. |  mpi | 2017-08-11 | 2 | -7/+1 |
* | Fall back using db_print_cmd() if no CTF data has been found. |  mpi | 2017-08-11 | 1 | -8/+7 |
* | Improve pretty printing of pointers. |  mpi | 2017-08-11 | 1 | -7/+39 |
* | Kernel compilation with DDBPROF enabled fails as db_sym_t is no longer |  nayden | 2017-08-11 | 1 | -4/+4 |
* | Remove debugging leftovers, document functions, bump copyright. |  mpi | 2017-08-11 | 1 | -27/+11 |
* | With a CTF kernel, DDB's print command will now pretty-print symbols. |  mpi | 2017-08-10 | 5 | -45/+319 |