From c198d5ddeb35c810b03f6e7042bc64b5f7a8726c Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Sat, 2 Feb 2019 07:01:09 +0100 Subject: sys/openbsd: add missing wscons descriptions (#976) --- executor/syscalls.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'executor/syscalls.h') 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}, -- cgit mrf-deployment