syscall.tbl (bcfeebbff3627093014c7948aec9cc4730e50c3d) | syscall.tbl (dce49103962840dd61423d7627748d6c558d58c5) |
---|---|
1# 2# Linux system call numbers and entry vectors 3# 4# The format is: 5# <num> <abi> <name> [<entry point> [<oabi compat entry point>]] 6# 7# Where abi is: 8# common - for system calls shared between oabi and eabi (may have compat) --- 133 unchanged lines hidden (view full) --- 142126 common sigprocmask sys_sigprocmask 143# 127 was sys_create_module 144128 common init_module sys_init_module 145129 common delete_module sys_delete_module 146# 130 was sys_get_kernel_syms 147131 common quotactl sys_quotactl 148132 common getpgid sys_getpgid 149133 common fchdir sys_fchdir | 1# 2# Linux system call numbers and entry vectors 3# 4# The format is: 5# <num> <abi> <name> [<entry point> [<oabi compat entry point>]] 6# 7# Where abi is: 8# common - for system calls shared between oabi and eabi (may have compat) --- 133 unchanged lines hidden (view full) --- 142126 common sigprocmask sys_sigprocmask 143# 127 was sys_create_module 144128 common init_module sys_init_module 145129 common delete_module sys_delete_module 146# 130 was sys_get_kernel_syms 147131 common quotactl sys_quotactl 148132 common getpgid sys_getpgid 149133 common fchdir sys_fchdir |
150134 common bdflush sys_ni_syscall | 150134 common bdflush sys_bdflush |
151135 common sysfs sys_sysfs 152136 common personality sys_personality 153# 137 was sys_afs_syscall 154138 common setfsuid sys_setfsuid16 155139 common setfsgid sys_setfsgid16 156140 common _llseek sys_llseek 157141 common getdents sys_getdents 158142 common _newselect sys_select --- 296 unchanged lines hidden (view full) --- 455439 common faccessat2 sys_faccessat2 456440 common process_madvise sys_process_madvise 457441 common epoll_pwait2 sys_epoll_pwait2 458442 common mount_setattr sys_mount_setattr 459443 common quotactl_fd sys_quotactl_fd 460444 common landlock_create_ruleset sys_landlock_create_ruleset 461445 common landlock_add_rule sys_landlock_add_rule 462446 common landlock_restrict_self sys_landlock_restrict_self | 151135 common sysfs sys_sysfs 152136 common personality sys_personality 153# 137 was sys_afs_syscall 154138 common setfsuid sys_setfsuid16 155139 common setfsgid sys_setfsgid16 156140 common _llseek sys_llseek 157141 common getdents sys_getdents 158142 common _newselect sys_select --- 296 unchanged lines hidden (view full) --- 455439 common faccessat2 sys_faccessat2 456440 common process_madvise sys_process_madvise 457441 common epoll_pwait2 sys_epoll_pwait2 458442 common mount_setattr sys_mount_setattr 459443 common quotactl_fd sys_quotactl_fd 460444 common landlock_create_ruleset sys_landlock_create_ruleset 461445 common landlock_add_rule sys_landlock_add_rule 462446 common landlock_restrict_self sys_landlock_restrict_self |
463# 447 reserved for memfd_secret 464448 common process_mrelease sys_process_mrelease |
|