aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-06-05 21:12:10 +0200
committerGreg Steuck <blackgnezdo@gmail.com>2019-06-05 19:18:58 -0700
commit6354390a826632cb9aa5bfebc93f4e30ae1b5a0f (patch)
tree6965e93bb5cb9c6485ab07606f1976a297c2f192 /executor
parenta547defcdc2fffb71a997c3bff70cecbc1572c3d (diff)
sys/openbsd: add missing wsmouse ioctl descriptions
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 896f29668..a24cad791 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -140,7 +140,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "1f7a33a955602d488b0c3f964b983c9f8baf75a3"
+#define SYZ_REVISION "25b5d4aba6e9c263a9a1612d0fdf90ba439178fe"
#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 cb5a70f5c..546f92d1a 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -15810,8 +15810,13 @@ const call_t syscalls[] = {
{"ioctl$WSDISPLAYIO_WSMOUSED", 54},
{"ioctl$WSKBDIO_GETMODE", 54},
{"ioctl$WSKBDIO_SETMODE", 54},
+ {"ioctl$WSMOUSEIO_GCALIBCOORDS", 54},
{"ioctl$WSMOUSEIO_GETPARAMS", 54},
+ {"ioctl$WSMOUSEIO_GTYPE", 54},
+ {"ioctl$WSMOUSEIO_SCALIBCOORDS", 54},
+ {"ioctl$WSMOUSEIO_SETMODE", 54},
{"ioctl$WSMOUSEIO_SETPARAMS", 54},
+ {"ioctl$WSMOUSEIO_SRES", 54},
{"ioctl$WSMUXIO_ADD_DEVICE", 54},
{"ioctl$WSMUXIO_INJECTEVENT", 54},
{"ioctl$WSMUXIO_LIST_DEVICES", 54},