aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@fh-muenster.de>2025-05-31 21:39:45 +0200
committerMichael Tüxen <tuexen@freebsd.org>2025-06-14 13:59:05 +0000
commit5f4b362dd3e6002bc038df522a090cd629d834a8 (patch)
treed73d3e016c372bdb887cbb5d9b1ca046b79b229b
parent5c2cbb455790a7efa98c0004197a112a0ce8cf0e (diff)
vm/vmimpl: show BBLog entries for all locked tcpcbs
-rw-r--r--vm/vmimpl/freebsd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vmimpl/freebsd.go b/vm/vmimpl/freebsd.go
index ec3d43fea..45da92d02 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/bl",
}
for _, c := range commands {
w.Write([]byte(c + "\n"))