From 5c2cbb455790a7efa98c0004197a112a0ce8cf0e Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Sat, 31 May 2025 21:39:45 +0200 Subject: vm/vmimpl: show BBLog entries for all locked tcpcbs --- vm/vmimpl/freebsd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm/vmimpl') 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")) -- cgit mrf-deployment