aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-03-18 08:15:27 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-03-18 08:52:35 +0100
commit4656becafbd6c9a181ee8516f6b2a26103668273 (patch)
tree5b2281ac027affdae33a4c50ff9ae85229ac8ce7 /executor
parent0d081107beadbdcb65578a5f52d1bac0103cc963 (diff)
sys/openbsd: add chflags descriptions
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index d045a8b05..56832d831 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -130,7 +130,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "9323c36f6354363bbc8628c16d604d46362805d5"
+#define SYZ_REVISION "c733e73f8e86521a832739688afba80475b07ef0"
#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 cf86e0db3..9f246f470 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -14470,6 +14470,8 @@ const call_t syscalls[] = {
{"bind$inet6", 104},
{"bind$unix", 104},
{"chdir", 12},
+ {"chflags", 34},
+ {"chflagsat", 107},
{"chmod", 15},
{"chown", 16},
{"chroot", 61},
@@ -14486,6 +14488,7 @@ const call_t syscalls[] = {
{"execve", 59},
{"faccessat", 313},
{"fchdir", 13},
+ {"fchflags", 35},
{"fchmod", 124},
{"fchmodat", 314},
{"fchown", 123},