From 62d3ec4876c205e466ce15bd3c59fe1ea601bd10 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Sun, 11 Aug 2019 14:53:38 +0200 Subject: sys/openbsd: add speaker descriptions --- executor/defs.h | 2 +- executor/syscalls.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'executor') 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}, -- cgit mrf-deployment