aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-07-10 22:04:19 +0200
committerAnton Lindqvist <anton@basename.se>2019-07-10 22:37:39 +0200
commitff7bf04c7ca7e08d726e35dc73780dd3c3f80b68 (patch)
tree8b35c4ff709a6609bae84c32378ea09cbc3f31d3 /executor
parentf62e1e85cf54ccfa990868a402eca32bf4513b21 (diff)
sys/openbsd: add diskmap descriptions
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 13af71c91..fe7d12e32 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -140,7 +140,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "7f4015fe5d4b3777d30d2d5dd379e3de766e0e8e"
+#define SYZ_REVISION "33de16487cc0a0d25eaa32ea4166bbbc75d2994e"
#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 8fe1605f1..3665c8897 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -15917,6 +15917,7 @@ const call_t syscalls[] = {
{"ioctl$BIOCSRSIG", 54},
{"ioctl$BIOCSRTIMEOUT", 54},
{"ioctl$BIOCVERSION", 54},
+ {"ioctl$DIOCMAP", 54},
{"ioctl$FIOASYNC", 54},
{"ioctl$FIOGETOWN", 54},
{"ioctl$FIONBIO", 54},
@@ -16049,6 +16050,7 @@ const call_t syscalls[] = {
{"open$dir", 5},
{"openat", 321},
{"openat$bpf", 321},
+ {"openat$diskmap", 321},
{"openat$klog", 321},
{"openat$null", 321},
{"openat$pci", 321},