Browse Source

Merge pull request #4919 from latedeployment/add-linux-syscalls

Add missing x86 syscalls from map_shadow_stack to removexattrat
gingerBill 5 months ago
parent
commit
6837e23e73
1 changed files with 14 additions and 1 deletions
  1. 14 1
      core/sys/linux/syscall_arm64.odin

+ 14 - 1
core/sys/linux/syscall_arm64.odin

@@ -317,5 +317,18 @@ SYS_futex_waitv                  :: uintptr(449)
 SYS_set_mempolicy_home_node      :: uintptr(450)
 SYS_cachestat                    :: uintptr(451)
 SYS_fchmodat2                    :: uintptr(452)
-
+SYS_map_shadow_stack             :: uintptr(453)
+SYS_futex_wake                   :: uintptr(454)
+SYS_futex_wait                   :: uintptr(455)
+SYS_futex_requeue                :: uintptr(456)
+SYS_statmount                    :: uintptr(457)
+SYS_listmount                    :: uintptr(458)
+SYS_lsm_get_self_attr            :: uintptr(459)
+SYS_lsm_set_self_attr            :: uintptr(460)
+SYS_lsm_list_modules             :: uintptr(461)
+SYS_mseal                        :: uintptr(462)
+SYS_setxattrat                   :: uintptr(463)
+SYS_getxattrat                   :: uintptr(464)
+SYS_listxattrat                  :: uintptr(465)
+SYS_removexattrat                :: uintptr(466)