aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-08-11 14:53:38 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-08-12 11:16:16 +0200
commit62d3ec4876c205e466ce15bd3c59fe1ea601bd10 (patch)
tree40ec77f50e719364db89c02589d398757d387a24 /executor
parentacb51638141ff960f547431757130749bc176bc0 (diff)
sys/openbsd: add speaker descriptions
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 9e5ef7b51..54ebe4fa2 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -140,7 +140,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "33de16487cc0a0d25eaa32ea4166bbbc75d2994e"
+#define SYZ_REVISION "a3f9985253a0a8760aad5942057cf56e9fc5a5ed"
#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 a46146d06..40ad8e904 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -16050,6 +16050,8 @@ const call_t syscalls[] = {
{"ioctl$PCIOCGETROM", 54},
{"ioctl$PCIOCREAD", 54},
{"ioctl$PCIOCWRITE", 54},
+ {"ioctl$SPKRTONE", 54},
+ {"ioctl$SPKRTUNE", 54},
{"ioctl$TIOCCBRK", 54},
{"ioctl$TIOCCDTR", 54},
{"ioctl$TIOCCHKVERAUTH", 54},
@@ -16169,6 +16171,7 @@ const call_t syscalls[] = {
{"openat$klog", 321},
{"openat$null", 321},
{"openat$pci", 321},
+ {"openat$speaker", 321},
{"openat$tty", 321},
{"openat$vmm", 321},
{"openat$wsdisplay", 321},