diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 59 |
2 files changed, 60 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index 846d25ebe..30095d383 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -20,7 +20,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "f78432bae5c245e7b9b30dc20417edf7797ecce3" +#define SYZ_REVISION "df0c7f110d9f80fc6efb916edd0244ecea6eeb9b" #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 86fb978d9..2f0c0dce7 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -423,6 +423,64 @@ const call_t syscalls[] = { {"getsockopt$sock_linger", 118}, {"getsockopt$sock_timeval", 118}, {"getuid", 24}, + {"ioctl$DIOCADDADDR", 54}, + {"ioctl$DIOCADDALTQV0", 54}, + {"ioctl$DIOCADDALTQV1", 54}, + {"ioctl$DIOCADDRULE", 54}, + {"ioctl$DIOCADDSTATE", 54}, + {"ioctl$DIOCBEGINADDRS", 54}, + {"ioctl$DIOCCHANGEADDR", 54}, + {"ioctl$DIOCCHANGEALTQV0", 54}, + {"ioctl$DIOCCHANGEALTQV1", 54}, + {"ioctl$DIOCCHANGERULE", 54}, + {"ioctl$DIOCCLRIFFLAG", 54}, + {"ioctl$DIOCCLRSTATES", 54}, + {"ioctl$DIOCGETADDR", 54}, + {"ioctl$DIOCGETADDRS", 54}, + {"ioctl$DIOCGETALTQSV0", 54}, + {"ioctl$DIOCGETALTQSV1", 54}, + {"ioctl$DIOCGETALTQV0", 54}, + {"ioctl$DIOCGETALTQV1", 54}, + {"ioctl$DIOCGETLIMIT", 54}, + {"ioctl$DIOCGETQSTATSV0", 54}, + {"ioctl$DIOCGETQSTATSV1", 54}, + {"ioctl$DIOCGETRULE", 54}, + {"ioctl$DIOCGETRULES", 54}, + {"ioctl$DIOCGETRULESET", 54}, + {"ioctl$DIOCGETRULESETS", 54}, + {"ioctl$DIOCGETSRCNODES", 54}, + {"ioctl$DIOCGETSTATE", 54}, + {"ioctl$DIOCGETSTATES", 54}, + {"ioctl$DIOCGETSTATUS", 54}, + {"ioctl$DIOCGETTIMEOUT", 54}, + {"ioctl$DIOCIGETIFACES", 54}, + {"ioctl$DIOCKILLSRCNODES", 54}, + {"ioctl$DIOCKILLSTATES", 54}, + {"ioctl$DIOCNATLOOK", 54}, + {"ioctl$DIOCOSFPADD", 54}, + {"ioctl$DIOCOSFPGET", 54}, + {"ioctl$DIOCRADDADDRS", 54}, + {"ioctl$DIOCRADDTABLES", 54}, + {"ioctl$DIOCRCLRASTATS", 54}, + {"ioctl$DIOCRCLRTABLES", 54}, + {"ioctl$DIOCRCLRTSTATS", 54}, + {"ioctl$DIOCRDELADDRS", 54}, + {"ioctl$DIOCRDELTABLES", 54}, + {"ioctl$DIOCRGETADDRS", 54}, + {"ioctl$DIOCRGETASTATS", 54}, + {"ioctl$DIOCRGETTABLES", 54}, + {"ioctl$DIOCRGETTSTATS", 54}, + {"ioctl$DIOCRINADEFINE", 54}, + {"ioctl$DIOCRSETADDRS", 54}, + {"ioctl$DIOCRSETTFLAGS", 54}, + {"ioctl$DIOCRTSTADDRS", 54}, + {"ioctl$DIOCSETIFFLAG", 54}, + {"ioctl$DIOCSETLIMIT", 54}, + {"ioctl$DIOCSETSTATUSIF", 54}, + {"ioctl$DIOCSETTIMEOUT", 54}, + {"ioctl$DIOCXBEGIN", 54}, + {"ioctl$DIOCXCOMMIT", 54}, + {"ioctl$DIOCXROLLBACK", 54}, {"lchown", 254}, {"link", 9}, {"linkat", 495}, @@ -453,6 +511,7 @@ const call_t syscalls[] = { {"open", 5}, {"open$dir", 5}, {"openat", 499}, + {"openat$ptmx", 499}, {"pipe2", 542}, {"poll", 209}, {"ppoll", 545}, |
