aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDokyung Song <dokyungs@google.com>2018-08-16 10:23:51 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-08-17 14:31:53 -0700
commitdb1858f6b9dec7ff54adf144f378679b405b8509 (patch)
tree648010c428c8b0a0d747b19eea89a9ad93eae347 /executor
parent738da825b2984a0522cbf2d868307dedd5354b2d (diff)
sys/fuchsia: semi-automatically generated FIDL launcher description
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h4
-rw-r--r--executor/syscalls.h10
2 files changed, 12 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 15c71a0d3..fa49c4cff 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -35,7 +35,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "15ad57630af0732c31d3854918dd955cd88ad970"
+#define SYZ_REVISION "114c7d6e28d1a44e909486857853e4815ed65cc7"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096
@@ -45,7 +45,7 @@
#if GOARCH_arm64
#define GOARCH "arm64"
-#define SYZ_REVISION "cf41720c342c98df7db8edbf5723d501e75be556"
+#define SYZ_REVISION "929254142d4d1b19b2c36bb2a9097b4ac0b6c532"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096
diff --git a/executor/syscalls.h b/executor/syscalls.h
index e8d123617..6aaa5d7be 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -554,6 +554,11 @@ const call_t syscalls[] = {
{"writev", 0, (syscall_t)writev},
{"zx_cache_flush", 0, (syscall_t)zx_cache_flush},
{"zx_channel_call", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_process_LauncherAddArgs", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_process_LauncherAddEnvirons", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_process_LauncherAddHandles", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_process_LauncherAddNames", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_process_LauncherCreateWithoutStarting", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_process_LauncherLaunch", 0, (syscall_t)zx_channel_call},
{"zx_channel_create", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_process_Launcher", 0, (syscall_t)zx_channel_create},
@@ -739,6 +744,11 @@ const call_t syscalls[] = {
{"writev", 0, (syscall_t)writev},
{"zx_cache_flush", 0, (syscall_t)zx_cache_flush},
{"zx_channel_call", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_process_LauncherAddArgs", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_process_LauncherAddEnvirons", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_process_LauncherAddHandles", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_process_LauncherAddNames", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_process_LauncherCreateWithoutStarting", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_process_LauncherLaunch", 0, (syscall_t)zx_channel_call},
{"zx_channel_create", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_process_Launcher", 0, (syscall_t)zx_channel_create},