diff options
| author | Michael Tuexen <tuexen@fh-muenster.de> | 2025-05-31 21:39:45 +0200 |
|---|---|---|
| committer | Michael Tüxen <tuexen@freebsd.org> | 2025-06-14 13:59:05 +0000 |
| commit | 5c2cbb455790a7efa98c0004197a112a0ce8cf0e (patch) | |
| tree | 064d72c34a42dcf52bcc4494526e60bdfc6d2708 /vm | |
| parent | 0e8da31f2d4312fc3ad5c1e2e221075831885e0e (diff) | |
vm/vmimpl: show BBLog entries for all locked tcpcbs
Diffstat (limited to 'vm')
| -rw-r--r-- | vm/vmimpl/freebsd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vmimpl/freebsd.go b/vm/vmimpl/freebsd.go index 4272781ff..ec3d43fea 100644 --- a/vm/vmimpl/freebsd.go +++ b/vm/vmimpl/freebsd.go @@ -18,12 +18,12 @@ func DiagnoseFreeBSD(w io.Writer) ([]byte, bool) { "set $lines = 0", // disable pagination "set $maxwidth = 0", // disable line continuation "show registers", + "show all tcpcbs/bl", "show proc", "ps", "show all locks", "show malloc", "show uma", - "show all tcpcbs/l", } for _, c := range commands { w.Write([]byte(c + "\n")) |
