syscall.tbl (bcfeebbff3627093014c7948aec9cc4730e50c3d) | syscall.tbl (dce49103962840dd61423d7627748d6c558d58c5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 2# 3# system call numbers and entry vectors for sh 4# 5# The format is: 6# <number> <abi> <name> <entry point> 7# 8# The <abi> is always "common" for this file --- 127 unchanged lines hidden (view full) --- 136126 common sigprocmask sys_sigprocmask 137# 127 was create_module 138128 common init_module sys_init_module 139129 common delete_module sys_delete_module 140# 130 was get_kernel_syms 141131 common quotactl sys_quotactl 142132 common getpgid sys_getpgid 143133 common fchdir sys_fchdir | 1# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 2# 3# system call numbers and entry vectors for sh 4# 5# The format is: 6# <number> <abi> <name> <entry point> 7# 8# The <abi> is always "common" for this file --- 127 unchanged lines hidden (view full) --- 136126 common sigprocmask sys_sigprocmask 137# 127 was create_module 138128 common init_module sys_init_module 139129 common delete_module sys_delete_module 140# 130 was get_kernel_syms 141131 common quotactl sys_quotactl 142132 common getpgid sys_getpgid 143133 common fchdir sys_fchdir |
144134 common bdflush sys_ni_syscall | 144134 common bdflush sys_bdflush |
145135 common sysfs sys_sysfs 146136 common personality sys_personality 147# 137 was afs_syscall 148138 common setfsuid sys_setfsuid16 149139 common setfsgid sys_setfsgid16 150140 common _llseek sys_llseek 151141 common getdents sys_getdents 152142 common _newselect sys_select --- 291 unchanged lines hidden (view full) --- 444439 common faccessat2 sys_faccessat2 445440 common process_madvise sys_process_madvise 446441 common epoll_pwait2 sys_epoll_pwait2 447442 common mount_setattr sys_mount_setattr 448443 common quotactl_fd sys_quotactl_fd 449444 common landlock_create_ruleset sys_landlock_create_ruleset 450445 common landlock_add_rule sys_landlock_add_rule 451446 common landlock_restrict_self sys_landlock_restrict_self | 145135 common sysfs sys_sysfs 146136 common personality sys_personality 147# 137 was afs_syscall 148138 common setfsuid sys_setfsuid16 149139 common setfsgid sys_setfsgid16 150140 common _llseek sys_llseek 151141 common getdents sys_getdents 152142 common _newselect sys_select --- 291 unchanged lines hidden (view full) --- 444439 common faccessat2 sys_faccessat2 445440 common process_madvise sys_process_madvise 446441 common epoll_pwait2 sys_epoll_pwait2 447442 common mount_setattr sys_mount_setattr 448443 common quotactl_fd sys_quotactl_fd 449444 common landlock_create_ruleset sys_landlock_create_ruleset 450445 common landlock_add_rule sys_landlock_add_rule 451446 common landlock_restrict_self sys_landlock_restrict_self |
452# 447 reserved for memfd_secret 453448 common process_mrelease sys_process_mrelease |
|