diff options
| author | Anton Lindqvist <anton@basename.se> | 2019-02-02 07:01:09 +0100 |
|---|---|---|
| committer | Greg Steuck <blackgnezdo@gmail.com> | 2019-02-01 22:01:09 -0800 |
| commit | c198d5ddeb35c810b03f6e7042bc64b5f7a8726c (patch) | |
| tree | 674790560c2a92088b8fe4d80ff4bb1ec92ff40a /executor | |
| parent | 564f9a4f57d270b5076288135de6d037f9aace40 (diff) | |
sys/openbsd: add missing wscons descriptions (#976)
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index 809c225ad..b70469f65 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -130,7 +130,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "35e246656fc7c370061141d1e48c0a7a57008792" +#define SYZ_REVISION "9323c36f6354363bbc8628c16d604d46362805d5" #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 2fd8a9f4f..1f7d101ec 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -14349,6 +14349,8 @@ const call_t syscalls[] = { {"ioctl$WSDISPLAYIO_WSMOUSED", 54}, {"ioctl$WSKBDIO_GETMODE", 54}, {"ioctl$WSKBDIO_SETMODE", 54}, + {"ioctl$WSMOUSEIO_GETPARAMS", 54}, + {"ioctl$WSMOUSEIO_SETPARAMS", 54}, {"ioctl$WSMUXIO_ADD_DEVICE", 54}, {"ioctl$WSMUXIO_INJECTEVENT", 54}, {"ioctl$WSMUXIO_LIST_DEVICES", 54}, @@ -14389,6 +14391,10 @@ const call_t syscalls[] = { {"openat$null", 321}, {"openat$tty", 321}, {"openat$wsdisplay", 321}, + {"openat$wskbd", 321}, + {"openat$wsmouse", 321}, + {"openat$wsmuxkbd", 321}, + {"openat$wsmuxmouse", 321}, {"openat$zero", 321}, {"pipe", 263}, {"pipe2", 101}, |
