From cc1e9bc12dd23755159935e93858fcfee121d94e Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Mon, 29 Jun 2020 20:53:07 +0200 Subject: sys/openbsd: neutralize yet another pf ioctl command Disarms the latest reproducer[1] for the discovered "no output from test machine" panic. While here, tidy up and improve comments. [1] https://syzkaller.appspot.com/bug?id=4c3b1ac22d6d7f1d9ebcad5469a28cb4562debda --- sys/openbsd/dev_pf_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/openbsd/dev_pf_amd64.const') diff --git a/sys/openbsd/dev_pf_amd64.const b/sys/openbsd/dev_pf_amd64.const index f5a32c62a..1a68d3d6e 100644 --- a/sys/openbsd/dev_pf_amd64.const +++ b/sys/openbsd/dev_pf_amd64.const @@ -1,4 +1,5 @@ # AUTOGENERATED FILE AT_FDCWD = 18446744073709551516 +DIOCCLRSTATES = 3235922962 DIOCKILLSTATES = 3235922985 SYS_openat = 321 -- cgit mrf-deployment