diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 5 |
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}, |
