mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-12 06:50:31 +00:00
vm/vmimpl: Don't show ktr, but uma on FreeBSD
Right now, kernels are not build with KTR support, so don't run show ktr. Add showing information about zones like vmstat -z would show.
This commit is contained in:
parent
160c769827
commit
64d61b4117
@ -22,7 +22,7 @@ func DiagnoseFreeBSD(w io.Writer) ([]byte, bool) {
|
||||
"ps",
|
||||
"show all locks",
|
||||
"show malloc",
|
||||
"show ktr",
|
||||
"show uma",
|
||||
}
|
||||
for _, c := range commands {
|
||||
w.Write([]byte(c + "\n"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user