aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-04-04 20:22:49 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-04-05 10:22:46 +0200
commit5701183bd373a3c3c96a86010b67bfecfbddb485 (patch)
tree933c6d04c2a47d6e44fc50449aceed0ddc3ce8db /executor
parent3635d6e6786f8dde2a460758b5d8be9428cb7e2b (diff)
sys/openbsd: add pci descriptions
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 0ee973d39..50e48c8ce 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -130,7 +130,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "9fc67a9064cfaddb0ab19eb767a060a0050eee68"
+#define SYZ_REVISION "66d66a3830b5b4fd591a3693f4ba004395ee7fb6"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 43da5941b..b86276d11 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -14824,6 +14824,9 @@ const call_t syscalls[] = {
{"ioctl$KDSETLED", 54},
{"ioctl$KDSETMODE", 54},
{"ioctl$KDSETRAD", 54},
+ {"ioctl$PCIOCGETROM", 54},
+ {"ioctl$PCIOCREAD", 54},
+ {"ioctl$PCIOCWRITE", 54},
{"ioctl$TIOCCBRK", 54},
{"ioctl$TIOCCDTR", 54},
{"ioctl$TIOCCHKVERAUTH", 54},
@@ -14926,6 +14929,7 @@ const call_t syscalls[] = {
{"openat", 321},
{"openat$bpf", 321},
{"openat$null", 321},
+ {"openat$pci", 321},
{"openat$tty", 321},
{"openat$wsdisplay", 321},
{"openat$wskbd", 321},