aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-03-29 16:41:40 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-04-01 12:39:02 +0200
commit4ba360c5fb559397d73ae924bd655fb49c2c776c (patch)
tree04f5baf2f16f57d90c091f2fcd4de8bf801feb08 /executor
parent44fe9159be031342cb956bde7dc3f3fa0340d9af (diff)
sys/openbsd: add common ioctl() commands
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h5
2 files changed, 6 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index abc55e1e7..1a2c2969b 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -130,7 +130,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "fed31a69d794e7ddd91acc058a2fb8e2ca8ea87a"
+#define SYZ_REVISION "90be3ee14a0e5373833cca67711a81b67f77813d"
#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 905e14105..4e18dbf72 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -14815,6 +14815,11 @@ const call_t syscalls[] = {
{"ioctl$BIOCSRSIG", 54},
{"ioctl$BIOCSRTIMEOUT", 54},
{"ioctl$BIOCVERSION", 54},
+ {"ioctl$FIOASYNC", 54},
+ {"ioctl$FIOGETOWN", 54},
+ {"ioctl$FIONBIO", 54},
+ {"ioctl$FIONREAD", 54},
+ {"ioctl$FIOSETOWN", 54},
{"ioctl$KDDISABIO", 54},
{"ioctl$KDENABIO", 54},
{"ioctl$KDGETLED", 54},