index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ddb
Age
Commit message (
Expand
)
Author
2023-05-25
ddb: PR kern/57435 - fix duplicate "show mount"
uwe
2022-10-27
ddb(4): Declare extern db_active if _KMEMUSER too, not just DDB.
riastradh
2022-10-26
ddb/db_active.h: New home for extern db_active.
riastradh
2022-08-30
ddb(9): Make db_symstr safe to use concurrently with pserialize(9).
riastradh
2022-08-30
ddb(4): Use db_num_to_strbuf in db_symstr.
riastradh
2022-08-30
ddb(9): New db_num_to_strbuf.
riastradh
2022-04-28
Remove 'a' modifier from "show vmem". It was removed in sbur_vmem.c rev. 1.55.
msaitoh
2022-04-20
ddb: guard invocation of db_cmd_on_enter properly.
uwe
2022-04-10
fix various typos in comments and output/log messages.
andvar
2022-03-28
sys: Split struct device into a private device_impl.h.
riastradh
2021-12-13
mv out: label into the #ifdef _KERNEL section, as it is only
kre
2021-12-13
ddb: fix function names of "noreturn" functions in stack traces.
chs
2021-10-10
Add a "show kqueue <addr>" command.
thorpej
2021-10-06
Sort variable declarations. Add short comments while here.
uwe
2021-10-06
KNF: The function type must be declared on a line by itself.
uwe
2021-10-06
Add DDB_DUMPSTACK to opt_ddbparam.h.
uwe
2021-10-06
One option per-line for opt_ddbparam.h options. Sort.
uwe
2021-08-21
fix mainly same typos as in my previous commit but outside sys/dev/dm.
andvar
2021-08-13
fix typos in words "pointer" and s/fram /frame/
andvar
2021-08-09
fix various typos in compatibility, mainly in comments.
andvar
2021-07-20
need <sys/param.h> for COHERENCY_UNIT
christos
2021-04-18
don't provide db_lstacktrace() for crash (yet?).
mrg
2021-04-18
db_lstacktrace() can't use db_stacktrace_print and log() directly.
mrg
2021-04-12
avoid assigning both signed and unsigned variables in the same statement.
mrg
2021-02-23
introduce DDB_END_CMD and replace more than 20 copies of the same
mrg
2021-02-10
Allow for MD code to use a different function than db_stack_trace_print()
simonb
2021-02-06
defparam DB_MAX_WIDTH
dbj
2021-01-11
For "ps/a" print all of p_comm instead of just the first 10 chars, add a
simonb
2020-12-19
update several items that are done or dead.
mrg
2020-10-30
Remove "also;"
skrll
2020-10-30
Add a "show fdt" ddb command
skrll
2020-10-30
Sort the db_show_cmd entries
skrll
2020-10-30
Put the 'added from all sub cmds' comment above the four commands that
skrll
2020-10-30
Whitespace
skrll
2020-10-30
Trailing whitespace
skrll
2020-07-29
db_get_line - raw access to the DDB command line.
uwe
2020-06-28
Protect against multiple inclusion.
simonb
2020-05-31
Switch from kmem_intr_alloc(sz, KM_NOSLEEP) to kmem_alloc(sz, KM_SLEEP).
rin
2020-05-31
Revert introduction of db_alloc.h.
rin
2020-05-31
XXX
rin
2020-05-31
Introduce db_alloc.h.
rin
2020-05-23
Move proc_lock into the data segment. It was dynamically allocated because
ad
2020-04-13
Handle "no count" properly in db_kernhist_print_cmd
skrll
2020-04-04
also print the LWP reference count.
mlelstv
2020-03-30
Remove a.out leftovers (unused)
maya
2020-03-10
Make the db_kernelonly() macro visible to all files and re-use it.
christos
2020-03-09
print a message for the commands crash does not support.
christos
2020-02-26
Correct PPID of "show all procs/n"
hikaru
2020-02-15
- Move the LW_RUNNING flag back into l_pflag: updating l_flag without lock
ad
2020-02-01
Load struct fdfile::ff_file with atomic_load_consume.
riastradh
[next]