aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorMarco Vanotti <mvanotti@google.com>2018-11-20 18:56:01 -0800
committerDmitry Vyukov <dvyukov@google.com>2018-11-21 05:40:21 +0100
commit5d9a39247f5b730bf729d8c85b2c3e8469dd72a7 (patch)
tree6189193a79bdfdd9d926ff826f02a310fd89bcd9 /executor
parent5a0d6e039dc1a8bdf3e14650f0eb106e0196e178 (diff)
sys/fuchsia: update fidl mappings.
This commit is just a run of make extract + make generate with an up to date fuchsia tree. This commit only updates the fidl definitions, there are some other syscalls that had changed and need to be manually updated (that will come in a future commit).
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h4
-rw-r--r--executor/syscalls.h38
2 files changed, 40 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 754651aa6..d402015a5 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -35,7 +35,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "10918eaa4696a9df4961ecf0e72042e805e814f6"
+#define SYZ_REVISION "e041d30459ccafba3164bdcadc41bd573fff973e"
#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 "0921e5c7c43e273ab8675658a8ff52a08f56e244"
+#define SYZ_REVISION "675d49c5342ae2300c2f2d45d826af5790a2ad4a"
#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 d33a99625..63facd3a0 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -532,6 +532,7 @@ const call_t syscalls[] = {
{"fdio_service_connect$fuchsia_timezone_TimeService", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_timezone_Timezone", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_timezone_TimezoneWatcher", 0, (syscall_t)fdio_service_connect},
+ {"fdio_service_connect$zircon_ethernet_Device", 0, (syscall_t)fdio_service_connect},
{"fstat", 0, (syscall_t)fstat},
{"fsync", 0, (syscall_t)fsync},
{"ftruncate", 0, (syscall_t)ftruncate},
@@ -684,8 +685,10 @@ const call_t syscalls[] = {
{"zx_channel_call$fuchsia_mediacodec_CodecSync", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_LegacySocketProviderGetAddrInfo", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_LegacySocketProviderOpenSocket", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_stack_StackAddEthernetInterface", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackAddForwardingEntry", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackAddInterfaceAddress", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_stack_StackDelEthernetInterface", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackDelForwardingEntry", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackDelInterfaceAddress", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackDisableInterface", 0, (syscall_t)zx_channel_call},
@@ -703,6 +706,21 @@ const call_t syscalls[] = {
{"zx_channel_call$fuchsia_timezone_TimezoneGetTimezoneId", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_timezone_TimezoneGetTimezoneOffsetMinutes", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_timezone_TimezoneSetTimezone", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastAddMac", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastDeleteMac", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastSetPromiscuousMode", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastTestFilter", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceDumpRegisters", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceGetFifos", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceGetInfo", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceGetStatus", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceListenStart", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceListenStop", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceSetClientName", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceSetIOBuffer", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceSetPromiscuousMode", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceStart", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceStop", 0, (syscall_t)zx_channel_call},
{"zx_channel_create", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_cobalt_Controller", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_cobalt_Logger", 0, (syscall_t)zx_channel_create},
@@ -731,6 +749,7 @@ const call_t syscalls[] = {
{"zx_channel_create$fuchsia_timezone_TimeService", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_timezone_Timezone", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_timezone_TimezoneWatcher", 0, (syscall_t)zx_channel_create},
+ {"zx_channel_create$zircon_ethernet_Device", 0, (syscall_t)zx_channel_create},
{"zx_channel_read", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_io_DirectoryAdminOnOpen", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_io_DirectoryOnOpen", 0, (syscall_t)zx_channel_read},
@@ -932,6 +951,7 @@ const call_t syscalls[] = {
{"fdio_service_connect$fuchsia_timezone_TimeService", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_timezone_Timezone", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_timezone_TimezoneWatcher", 0, (syscall_t)fdio_service_connect},
+ {"fdio_service_connect$zircon_ethernet_Device", 0, (syscall_t)fdio_service_connect},
{"fstat", 0, (syscall_t)fstat},
{"fsync", 0, (syscall_t)fsync},
{"ftruncate", 0, (syscall_t)ftruncate},
@@ -1084,8 +1104,10 @@ const call_t syscalls[] = {
{"zx_channel_call$fuchsia_mediacodec_CodecSync", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_LegacySocketProviderGetAddrInfo", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_LegacySocketProviderOpenSocket", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_stack_StackAddEthernetInterface", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackAddForwardingEntry", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackAddInterfaceAddress", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_stack_StackDelEthernetInterface", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackDelForwardingEntry", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackDelInterfaceAddress", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackDisableInterface", 0, (syscall_t)zx_channel_call},
@@ -1103,6 +1125,21 @@ const call_t syscalls[] = {
{"zx_channel_call$fuchsia_timezone_TimezoneGetTimezoneId", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_timezone_TimezoneGetTimezoneOffsetMinutes", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_timezone_TimezoneSetTimezone", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastAddMac", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastDeleteMac", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastSetPromiscuousMode", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastTestFilter", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceDumpRegisters", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceGetFifos", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceGetInfo", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceGetStatus", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceListenStart", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceListenStop", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceSetClientName", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceSetIOBuffer", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceSetPromiscuousMode", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceStart", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$zircon_ethernet_DeviceStop", 0, (syscall_t)zx_channel_call},
{"zx_channel_create", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_cobalt_Controller", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_cobalt_Logger", 0, (syscall_t)zx_channel_create},
@@ -1131,6 +1168,7 @@ const call_t syscalls[] = {
{"zx_channel_create$fuchsia_timezone_TimeService", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_timezone_Timezone", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_timezone_TimezoneWatcher", 0, (syscall_t)zx_channel_create},
+ {"zx_channel_create$zircon_ethernet_Device", 0, (syscall_t)zx_channel_create},
{"zx_channel_read", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_io_DirectoryAdminOnOpen", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_io_DirectoryOnOpen", 0, (syscall_t)zx_channel_read},