summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
2021-12-13mv out: label into the #ifdef _KERNEL section, as it is onlykre
2021-12-13ddb: fix function names of "noreturn" functions in stack traces.chs
2021-10-10Add a "show kqueue <addr>" command.thorpej
2021-10-06Sort variable declarations. Add short comments while here.uwe
2021-10-06KNF: The function type must be declared on a line by itself.uwe
2021-10-06Add DDB_DUMPSTACK to opt_ddbparam.h.uwe
2021-10-06One option per-line for opt_ddbparam.h options. Sort.uwe
2021-08-21fix mainly same typos as in my previous commit but outside sys/dev/dm.andvar
2021-08-13fix typos in words "pointer" and s/fram /frame/andvar
2021-08-09fix various typos in compatibility, mainly in comments.andvar
2021-07-20need <sys/param.h> for COHERENCY_UNITchristos
2021-04-18don't provide db_lstacktrace() for crash (yet?).mrg
2021-04-18db_lstacktrace() can't use db_stacktrace_print and log() directly.mrg
2021-04-12avoid assigning both signed and unsigned variables in the same statement.mrg
2021-02-23introduce DDB_END_CMD and replace more than 20 copies of the samemrg
2021-02-10Allow for MD code to use a different function than db_stack_trace_print()simonb
2021-02-06defparam DB_MAX_WIDTHdbj
2021-01-11For "ps/a" print all of p_comm instead of just the first 10 chars, add asimonb
2020-12-19update several items that are done or dead.mrg
2020-10-30Remove "also;"skrll
2020-10-30Add a "show fdt" ddb commandskrll
2020-10-30Sort the db_show_cmd entriesskrll
2020-10-30Put the 'added from all sub cmds' comment above the four commands thatskrll
2020-10-30Whitespaceskrll
2020-10-30Trailing whitespaceskrll
2020-07-29db_get_line - raw access to the DDB command line.uwe
2020-06-28Protect against multiple inclusion.simonb
2020-05-31Switch from kmem_intr_alloc(sz, KM_NOSLEEP) to kmem_alloc(sz, KM_SLEEP).rin
2020-05-31Revert introduction of db_alloc.h.rin
2020-05-31XXXrin
2020-05-31Introduce db_alloc.h.rin
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-04-13Handle "no count" properly in db_kernhist_print_cmdskrll
2020-04-04also print the LWP reference count.mlelstv
2020-03-30Remove a.out leftovers (unused)maya
2020-03-10Make the db_kernelonly() macro visible to all files and re-use it.christos
2020-03-09print a message for the commands crash does not support.christos
2020-02-26Correct PPID of "show all procs/n"hikaru
2020-02-15- Move the LW_RUNNING flag back into l_pflag: updating l_flag without lockad
2020-02-01Load struct fdfile::ff_file with atomic_load_consume.riastradh
2020-02-01Load struct filedesc::fd_dt with atomic_load_consume.riastradh
2020-01-26Fix typo in comment.uwe
2020-01-08Hopefully fix some problems seen with MP support on non-x86, in particularad
2020-01-01- Introduce a new global kernel variable "shutting_down" to indicate thatthorpej
2019-12-27Redo the page allocator to perform better, especially on multi-core andad
2019-12-15Teach ddb(4) about printing the full mount list.joerg
2019-11-22Fix crash(8). Will revisit.ad
2019-10-02Simplify logic to get rid of implicit dependence on order of ASCIIrin
2019-09-29db_command - don't hide local static variable in the middle of otheruwe
2019-09-29db_command - make setting have_addr more clear.uwe