|
|
20a5ca |
#define __NR_restart_syscall 0
|
|
|
20a5ca |
#define __NR_exit 1
|
|
|
20a5ca |
#define __NR_fork 2
|
|
|
20a5ca |
#define __NR_read 3
|
|
|
20a5ca |
#define __NR_write 4
|
|
|
20a5ca |
#define __NR_open 5
|
|
|
20a5ca |
#define __NR_close 6
|
|
|
20a5ca |
#define __NR_waitpid 7
|
|
|
20a5ca |
#define __NR_creat 8
|
|
|
20a5ca |
#define __NR_link 9
|
|
|
20a5ca |
#define __NR_unlink 10
|
|
|
20a5ca |
#define __NR_execve 11
|
|
|
20a5ca |
#define __NR_chdir 12
|
|
|
20a5ca |
#define __NR_time 13
|
|
|
20a5ca |
#define __NR_mknod 14
|
|
|
20a5ca |
#define __NR_chmod 15
|
|
|
20a5ca |
#define __NR_lchown 16
|
|
|
20a5ca |
#define __NR_break 17
|
|
|
20a5ca |
#define __NR_oldstat 18
|
|
|
20a5ca |
#define __NR_lseek 19
|
|
|
20a5ca |
#define __NR_getpid 20
|
|
|
20a5ca |
#define __NR_mount 21
|
|
|
20a5ca |
#define __NR_umount 22
|
|
|
20a5ca |
#define __NR_setuid 23
|
|
|
20a5ca |
#define __NR_getuid 24
|
|
|
20a5ca |
#define __NR_stime 25
|
|
|
20a5ca |
#define __NR_ptrace 26
|
|
|
20a5ca |
#define __NR_alarm 27
|
|
|
20a5ca |
#define __NR_oldfstat 28
|
|
|
20a5ca |
#define __NR_pause 29
|
|
|
20a5ca |
#define __NR_utime 30
|
|
|
20a5ca |
#define __NR_stty 31
|
|
|
20a5ca |
#define __NR_gtty 32
|
|
|
20a5ca |
#define __NR_access 33
|
|
|
20a5ca |
#define __NR_nice 34
|
|
|
20a5ca |
#define __NR_ftime 35
|
|
|
20a5ca |
#define __NR_sync 36
|
|
|
20a5ca |
#define __NR_kill 37
|
|
|
20a5ca |
#define __NR_rename 38
|
|
|
20a5ca |
#define __NR_mkdir 39
|
|
|
20a5ca |
#define __NR_rmdir 40
|
|
|
20a5ca |
#define __NR_dup 41
|
|
|
20a5ca |
#define __NR_pipe 42
|
|
|
20a5ca |
#define __NR_times 43
|
|
|
20a5ca |
#define __NR_prof 44
|
|
|
20a5ca |
#define __NR_brk 45
|
|
|
20a5ca |
#define __NR_setgid 46
|
|
|
20a5ca |
#define __NR_getgid 47
|
|
|
20a5ca |
#define __NR_signal 48
|
|
|
20a5ca |
#define __NR_geteuid 49
|
|
|
20a5ca |
#define __NR_getegid 50
|
|
|
20a5ca |
#define __NR_acct 51
|
|
|
20a5ca |
#define __NR_umount2 52
|
|
|
20a5ca |
#define __NR_lock 53
|
|
|
20a5ca |
#define __NR_ioctl 54
|
|
|
20a5ca |
#define __NR_fcntl 55
|
|
|
20a5ca |
#define __NR_mpx 56
|
|
|
20a5ca |
#define __NR_setpgid 57
|
|
|
20a5ca |
#define __NR_ulimit 58
|
|
|
20a5ca |
#define __NR_oldolduname 59
|
|
|
20a5ca |
#define __NR_umask 60
|
|
|
20a5ca |
#define __NR_chroot 61
|
|
|
20a5ca |
#define __NR_ustat 62
|
|
|
20a5ca |
#define __NR_dup2 63
|
|
|
20a5ca |
#define __NR_getppid 64
|
|
|
20a5ca |
#define __NR_getpgrp 65
|
|
|
20a5ca |
#define __NR_setsid 66
|
|
|
20a5ca |
#define __NR_sigaction 67
|
|
|
20a5ca |
#define __NR_sgetmask 68
|
|
|
20a5ca |
#define __NR_ssetmask 69
|
|
|
20a5ca |
#define __NR_setreuid 70
|
|
|
20a5ca |
#define __NR_setregid 71
|
|
|
20a5ca |
#define __NR_sigsuspend 72
|
|
|
20a5ca |
#define __NR_sigpending 73
|
|
|
20a5ca |
#define __NR_sethostname 74
|
|
|
20a5ca |
#define __NR_setrlimit 75
|
|
|
20a5ca |
#define __NR_getrlimit 76 /* Back compatible 2Gig limited rlimit */
|
|
|
20a5ca |
#define __NR_getrusage 77
|
|
|
20a5ca |
#define __NR_gettimeofday 78
|
|
|
20a5ca |
#define __NR_settimeofday 79
|
|
|
20a5ca |
#define __NR_getgroups 80
|
|
|
20a5ca |
#define __NR_setgroups 81
|
|
|
20a5ca |
#define __NR_select 82
|
|
|
20a5ca |
#define __NR_symlink 83
|
|
|
20a5ca |
#define __NR_oldlstat 84
|
|
|
20a5ca |
#define __NR_readlink 85
|
|
|
20a5ca |
#define __NR_uselib 86
|
|
|
20a5ca |
#define __NR_swapon 87
|
|
|
20a5ca |
#define __NR_reboot 88
|
|
|
20a5ca |
#define __NR_readdir 89
|
|
|
20a5ca |
#define __NR_mmap 90
|
|
|
20a5ca |
#define __NR_munmap 91
|
|
|
20a5ca |
#define __NR_truncate 92
|
|
|
20a5ca |
#define __NR_ftruncate 93
|
|
|
20a5ca |
#define __NR_fchmod 94
|
|
|
20a5ca |
#define __NR_fchown 95
|
|
|
20a5ca |
#define __NR_getpriority 96
|
|
|
20a5ca |
#define __NR_setpriority 97
|
|
|
20a5ca |
#define __NR_profil 98
|
|
|
20a5ca |
#define __NR_statfs 99
|
|
|
20a5ca |
#define __NR_fstatfs 100
|
|
|
20a5ca |
#define __NR_ioperm 101
|
|
|
20a5ca |
#define __NR_socketcall 102
|
|
|
20a5ca |
#define __NR_syslog 103
|
|
|
20a5ca |
#define __NR_setitimer 104
|
|
|
20a5ca |
#define __NR_getitimer 105
|
|
|
20a5ca |
#define __NR_stat 106
|
|
|
20a5ca |
#define __NR_lstat 107
|
|
|
20a5ca |
#define __NR_fstat 108
|
|
|
20a5ca |
#define __NR_olduname 109
|
|
|
20a5ca |
#define __NR_iopl 110
|
|
|
20a5ca |
#define __NR_vhangup 111
|
|
|
20a5ca |
#define __NR_idle 112
|
|
|
20a5ca |
#define __NR_vm86old 113
|
|
|
20a5ca |
#define __NR_wait4 114
|
|
|
20a5ca |
#define __NR_swapoff 115
|
|
|
20a5ca |
#define __NR_sysinfo 116
|
|
|
20a5ca |
#define __NR_ipc 117
|
|
|
20a5ca |
#define __NR_fsync 118
|
|
|
20a5ca |
#define __NR_sigreturn 119
|
|
|
20a5ca |
#define __NR_clone 120
|
|
|
20a5ca |
#define __NR_setdomainname 121
|
|
|
20a5ca |
#define __NR_uname 122
|
|
|
20a5ca |
#define __NR_modify_ldt 123
|
|
|
20a5ca |
#define __NR_adjtimex 124
|
|
|
20a5ca |
#define __NR_mprotect 125
|
|
|
20a5ca |
#define __NR_sigprocmask 126
|
|
|
20a5ca |
#define __NR_create_module 127
|
|
|
20a5ca |
#define __NR_init_module 128
|
|
|
20a5ca |
#define __NR_delete_module 129
|
|
|
20a5ca |
#define __NR_get_kernel_syms 130
|
|
|
20a5ca |
#define __NR_quotactl 131
|
|
|
20a5ca |
#define __NR_getpgid 132
|
|
|
20a5ca |
#define __NR_fchdir 133
|
|
|
20a5ca |
#define __NR_bdflush 134
|
|
|
20a5ca |
#define __NR_sysfs 135
|
|
|
20a5ca |
#define __NR_personality 136
|
|
|
20a5ca |
#define __NR_afs_syscall 137
|
|
|
20a5ca |
#define __NR_setfsuid 138
|
|
|
20a5ca |
#define __NR_setfsgid 139
|
|
|
20a5ca |
#define __NR__llseek 140
|
|
|
20a5ca |
#define __NR_getdents 141
|
|
|
20a5ca |
#define __NR__newselect 142
|
|
|
20a5ca |
#define __NR_flock 143
|
|
|
20a5ca |
#define __NR_msync 144
|
|
|
20a5ca |
#define __NR_readv 145
|
|
|
20a5ca |
#define __NR_writev 146
|
|
|
20a5ca |
#define __NR_getsid 147
|
|
|
20a5ca |
#define __NR_fdatasync 148
|
|
|
20a5ca |
#define __NR__sysctl 149
|
|
|
20a5ca |
#define __NR_mlock 150
|
|
|
20a5ca |
#define __NR_munlock 151
|
|
|
20a5ca |
#define __NR_mlockall 152
|
|
|
20a5ca |
#define __NR_munlockall 153
|
|
|
20a5ca |
#define __NR_sched_setparam 154
|
|
|
20a5ca |
#define __NR_sched_getparam 155
|
|
|
20a5ca |
#define __NR_sched_setscheduler 156
|
|
|
20a5ca |
#define __NR_sched_getscheduler 157
|
|
|
20a5ca |
#define __NR_sched_yield 158
|
|
|
20a5ca |
#define __NR_sched_get_priority_max 159
|
|
|
20a5ca |
#define __NR_sched_get_priority_min 160
|
|
|
20a5ca |
#define __NR_sched_rr_get_interval 161
|
|
|
20a5ca |
#define __NR_nanosleep 162
|
|
|
20a5ca |
#define __NR_mremap 163
|
|
|
20a5ca |
#define __NR_setresuid 164
|
|
|
20a5ca |
#define __NR_getresuid 165
|
|
|
20a5ca |
#define __NR_vm86 166
|
|
|
20a5ca |
#define __NR_query_module 167
|
|
|
20a5ca |
#define __NR_poll 168
|
|
|
20a5ca |
#define __NR_nfsservctl 169
|
|
|
20a5ca |
#define __NR_setresgid 170
|
|
|
20a5ca |
#define __NR_getresgid 171
|
|
|
20a5ca |
#define __NR_prctl 172
|
|
|
20a5ca |
#define __NR_rt_sigreturn 173
|
|
|
20a5ca |
#define __NR_rt_sigaction 174
|
|
|
20a5ca |
#define __NR_rt_sigprocmask 175
|
|
|
20a5ca |
#define __NR_rt_sigpending 176
|
|
|
20a5ca |
#define __NR_rt_sigtimedwait 177
|
|
|
20a5ca |
#define __NR_rt_sigqueueinfo 178
|
|
|
20a5ca |
#define __NR_rt_sigsuspend 179
|
|
|
20a5ca |
#define __NR_pread64 180
|
|
|
20a5ca |
#define __NR_pwrite64 181
|
|
|
20a5ca |
#define __NR_chown 182
|
|
|
20a5ca |
#define __NR_getcwd 183
|
|
|
20a5ca |
#define __NR_capget 184
|
|
|
20a5ca |
#define __NR_capset 185
|
|
|
20a5ca |
#define __NR_sigaltstack 186
|
|
|
20a5ca |
#define __NR_sendfile 187
|
|
|
20a5ca |
#define __NR_getpmsg 188
|
|
|
20a5ca |
#define __NR_putpmsg 189
|
|
|
20a5ca |
#define __NR_vfork 190
|
|
|
20a5ca |
#define __NR_ugetrlimit 191
|
|
|
20a5ca |
#define __NR_mmap2 192
|
|
|
20a5ca |
#define __NR_truncate64 193
|
|
|
20a5ca |
#define __NR_ftruncate64 194
|
|
|
20a5ca |
#define __NR_stat64 195
|
|
|
20a5ca |
#define __NR_lstat64 196
|
|
|
20a5ca |
#define __NR_fstat64 197
|
|
|
20a5ca |
#define __NR_lchown32 198
|
|
|
20a5ca |
#define __NR_getuid32 199
|
|
|
20a5ca |
#define __NR_getgid32 200
|
|
|
20a5ca |
#define __NR_geteuid32 201
|
|
|
20a5ca |
#define __NR_getegid32 202
|
|
|
20a5ca |
#define __NR_setreuid32 203
|
|
|
20a5ca |
#define __NR_setregid32 204
|
|
|
20a5ca |
#define __NR_getgroups32 205
|
|
|
20a5ca |
#define __NR_setgroups32 206
|
|
|
20a5ca |
#define __NR_fchown32 207
|
|
|
20a5ca |
#define __NR_setresuid32 208
|
|
|
20a5ca |
#define __NR_getresuid32 209
|
|
|
20a5ca |
#define __NR_setresgid32 210
|
|
|
20a5ca |
#define __NR_getresgid32 211
|
|
|
20a5ca |
#define __NR_chown32 212
|
|
|
20a5ca |
#define __NR_setuid32 213
|
|
|
20a5ca |
#define __NR_setgid32 214
|
|
|
20a5ca |
#define __NR_setfsuid32 215
|
|
|
20a5ca |
#define __NR_setfsgid32 216
|
|
|
20a5ca |
#define __NR_pivot_root 217
|
|
|
20a5ca |
#define __NR_mincore 218
|
|
|
20a5ca |
#define __NR_madvise 219
|
|
|
20a5ca |
#define __NR_madvise1 219
|
|
|
20a5ca |
#define __NR_getdents64 220
|
|
|
20a5ca |
#define __NR_fcntl64 221
|
|
|
20a5ca |
/* 223 is unused */
|
|
|
20a5ca |
#define __NR_gettid 224
|
|
|
20a5ca |
#define __NR_readahead 225
|
|
|
20a5ca |
#define __NR_setxattr 226
|
|
|
20a5ca |
#define __NR_lsetxattr 227
|
|
|
20a5ca |
#define __NR_fsetxattr 228
|
|
|
20a5ca |
#define __NR_getxattr 229
|
|
|
20a5ca |
#define __NR_lgetxattr 230
|
|
|
20a5ca |
#define __NR_fgetxattr 231
|
|
|
20a5ca |
#define __NR_listxattr 232
|
|
|
20a5ca |
#define __NR_llistxattr 233
|
|
|
20a5ca |
#define __NR_flistxattr 234
|
|
|
20a5ca |
#define __NR_removexattr 235
|
|
|
20a5ca |
#define __NR_lremovexattr 236
|
|
|
20a5ca |
#define __NR_fremovexattr 237
|
|
|
20a5ca |
#define __NR_tkill 238
|
|
|
20a5ca |
#define __NR_sendfile64 239
|
|
|
20a5ca |
#define __NR_futex 240
|
|
|
20a5ca |
#define __NR_sched_setaffinity 241
|
|
|
20a5ca |
#define __NR_sched_getaffinity 242
|
|
|
20a5ca |
#define __NR_set_thread_area 243
|
|
|
20a5ca |
#define __NR_get_thread_area 244
|
|
|
20a5ca |
#define __NR_io_setup 245
|
|
|
20a5ca |
#define __NR_io_destroy 246
|
|
|
20a5ca |
#define __NR_io_getevents 247
|
|
|
20a5ca |
#define __NR_io_submit 248
|
|
|
20a5ca |
#define __NR_io_cancel 249
|
|
|
20a5ca |
#define __NR_fadvise64 250
|
|
|
20a5ca |
/* 251 is available for reuse (was briefly sys_set_zone_reclaim) */
|
|
|
20a5ca |
#define __NR_exit_group 252
|
|
|
20a5ca |
#define __NR_lookup_dcookie 253
|
|
|
20a5ca |
#define __NR_epoll_create 254
|
|
|
20a5ca |
#define __NR_epoll_ctl 255
|
|
|
20a5ca |
#define __NR_epoll_wait 256
|
|
|
20a5ca |
#define __NR_remap_file_pages 257
|
|
|
20a5ca |
#define __NR_set_tid_address 258
|
|
|
20a5ca |
#define __NR_timer_create 259
|
|
|
20a5ca |
#define __NR_timer_settime (__NR_timer_create+1)
|
|
|
20a5ca |
#define __NR_timer_gettime (__NR_timer_create+2)
|
|
|
20a5ca |
#define __NR_timer_getoverrun (__NR_timer_create+3)
|
|
|
20a5ca |
#define __NR_timer_delete (__NR_timer_create+4)
|
|
|
20a5ca |
#define __NR_clock_settime (__NR_timer_create+5)
|
|
|
20a5ca |
#define __NR_clock_gettime (__NR_timer_create+6)
|
|
|
20a5ca |
#define __NR_clock_getres (__NR_timer_create+7)
|
|
|
20a5ca |
#define __NR_clock_nanosleep (__NR_timer_create+8)
|
|
|
20a5ca |
#define __NR_statfs64 268
|
|
|
20a5ca |
#define __NR_fstatfs64 269
|
|
|
20a5ca |
#define __NR_tgkill 270
|
|
|
20a5ca |
#define __NR_utimes 271
|
|
|
20a5ca |
#define __NR_fadvise64_64 272
|
|
|
20a5ca |
#define __NR_vserver 273
|
|
|
20a5ca |
#define __NR_mbind 274
|
|
|
20a5ca |
#define __NR_get_mempolicy 275
|
|
|
20a5ca |
#define __NR_set_mempolicy 276
|
|
|
20a5ca |
#define __NR_mq_open 277
|
|
|
20a5ca |
#define __NR_mq_unlink (__NR_mq_open+1)
|
|
|
20a5ca |
#define __NR_mq_timedsend (__NR_mq_open+2)
|
|
|
20a5ca |
#define __NR_mq_timedreceive (__NR_mq_open+3)
|
|
|
20a5ca |
#define __NR_mq_notify (__NR_mq_open+4)
|
|
|
20a5ca |
#define __NR_mq_getsetattr (__NR_mq_open+5)
|
|
|
20a5ca |
#define __NR_kexec_load 283
|
|
|
20a5ca |
#define __NR_waitid 284
|
|
|
20a5ca |
/* #define __NR_sys_setaltroot 285 */
|
|
|
20a5ca |
#define __NR_add_key 286
|
|
|
20a5ca |
#define __NR_request_key 287
|
|
|
20a5ca |
#define __NR_keyctl 288
|
|
|
20a5ca |
#define __NR_ioprio_set 289
|
|
|
20a5ca |
#define __NR_ioprio_get 290
|
|
|
20a5ca |
#define __NR_inotify_init 291
|
|
|
20a5ca |
#define __NR_inotify_add_watch 292
|
|
|
20a5ca |
#define __NR_inotify_rm_watch 293
|
|
|
20a5ca |
#define __NR_migrate_pages 294
|
|
|
20a5ca |
#define __NR_openat 295
|
|
|
20a5ca |
#define __NR_mkdirat 296
|
|
|
20a5ca |
#define __NR_mknodat 297
|
|
|
20a5ca |
#define __NR_fchownat 298
|
|
|
20a5ca |
#define __NR_futimesat 299
|
|
|
20a5ca |
#define __NR_fstatat64 300
|
|
|
20a5ca |
#define __NR_unlinkat 301
|
|
|
20a5ca |
#define __NR_renameat 302
|
|
|
20a5ca |
#define __NR_linkat 303
|
|
|
20a5ca |
#define __NR_symlinkat 304
|
|
|
20a5ca |
#define __NR_readlinkat 305
|
|
|
20a5ca |
#define __NR_fchmodat 306
|
|
|
20a5ca |
#define __NR_faccessat 307
|
|
|
20a5ca |
#define __NR_pselect6 308
|
|
|
20a5ca |
#define __NR_ppoll 309
|
|
|
20a5ca |
#define __NR_unshare 310
|
|
|
20a5ca |
#define __NR_set_robust_list 311
|
|
|
20a5ca |
#define __NR_get_robust_list 312
|
|
|
20a5ca |
#define __NR_splice 313
|
|
|
20a5ca |
#define __NR_sync_file_range 314
|
|
|
20a5ca |
#define __NR_tee 315
|
|
|
20a5ca |
#define __NR_vmsplice 316
|
|
|
20a5ca |
#define __NR_move_pages 317
|
|
|
20a5ca |
#define __NR_getcpu 318
|
|
|
20a5ca |
#define __NR_epoll_pwait 319
|
|
|
20a5ca |
#define __NR_utimensat 320
|
|
|
20a5ca |
#define __NR_signalfd 321
|
|
|
20a5ca |
#define __NR_timerfd_create 322
|
|
|
20a5ca |
#define __NR_eventfd 323
|
|
|
20a5ca |
#define __NR_fallocate 324
|
|
|
20a5ca |
#define __NR_timerfd_settime 325
|
|
|
20a5ca |
#define __NR_timerfd_gettime 326
|
|
|
20a5ca |
#define __NR_signalfd4 327
|
|
|
20a5ca |
#define __NR_eventfd2 328
|
|
|
20a5ca |
#define __NR_epoll_create1 329
|
|
|
20a5ca |
#define __NR_dup3 330
|
|
|
20a5ca |
#define __NR_pipe2 331
|
|
|
20a5ca |
#define __NR_inotify_init1 332
|
|
|
20a5ca |
#define __NR_preadv 333
|
|
|
20a5ca |
#define __NR_pwritev 334
|
|
|
20a5ca |
#define __NR_rt_tgsigqueueinfo 335
|
|
|
20a5ca |
#define __NR_perf_event_open 336
|
|
|
20a5ca |
#define __NR_recvmmsg 337
|
|
|
20a5ca |
#define __NR_fanotify_init 338
|
|
|
20a5ca |
#define __NR_fanotify_mark 339
|
|
|
20a5ca |
#define __NR_prlimit64 340
|
|
|
20a5ca |
#define __NR_name_to_handle_at 341
|
|
|
20a5ca |
#define __NR_open_by_handle_at 342
|
|
|
20a5ca |
#define __NR_clock_adjtime 343
|
|
|
20a5ca |
#define __NR_syncfs 344
|
|
|
20a5ca |
#define __NR_sendmmsg 345
|
|
|
20a5ca |
#define __NR_setns 346
|
|
|
20a5ca |
#define __NR_process_vm_readv 347
|
|
|
20a5ca |
#define __NR_process_vm_writev 348
|
|
|
20a5ca |
#define __NR_kcmp 349
|
|
|
20a5ca |
#define __NR_finit_module 350
|
|
|
20a5ca |
#define __NR_sched_setattr 351
|
|
|
20a5ca |
#define __NR_sched_getattr 352
|
|
|
20a5ca |
#define __NR_renameat2 353
|
|
|
20a5ca |
#define __NR_seccomp 354
|
|
|
20a5ca |
#define __NR_getrandom 355
|
|
|
20a5ca |
#define __NR_memfd_create 356
|
|
|
20a5ca |
#define __NR_bpf 357
|
|
|
20a5ca |
#define __NR_execveat 358
|
|
|
20a5ca |
|
|
|
20a5ca |
|
|
|
20a5ca |
/* Repeated with SYS_ prefix */
|
|
|
20a5ca |
|
|
|
20a5ca |
#define SYS_restart_syscall 0
|
|
|
20a5ca |
#define SYS_exit 1
|
|
|
20a5ca |
#define SYS_fork 2
|
|
|
20a5ca |
#define SYS_read 3
|
|
|
20a5ca |
#define SYS_write 4
|
|
|
20a5ca |
#define SYS_open 5
|
|
|
20a5ca |
#define SYS_close 6
|
|
|
20a5ca |
#define SYS_waitpid 7
|
|
|
20a5ca |
#define SYS_creat 8
|
|
|
20a5ca |
#define SYS_link 9
|
|
|
20a5ca |
#define SYS_unlink 10
|
|
|
20a5ca |
#define SYS_execve 11
|
|
|
20a5ca |
#define SYS_chdir 12
|
|
|
20a5ca |
#define SYS_time 13
|
|
|
20a5ca |
#define SYS_mknod 14
|
|
|
20a5ca |
#define SYS_chmod 15
|
|
|
20a5ca |
#define SYS_lchown 16
|
|
|
20a5ca |
#define SYS_break 17
|
|
|
20a5ca |
#define SYS_oldstat 18
|
|
|
20a5ca |
#define SYS_lseek 19
|
|
|
20a5ca |
#define SYS_getpid 20
|
|
|
20a5ca |
#define SYS_mount 21
|
|
|
20a5ca |
#define SYS_umount 22
|
|
|
20a5ca |
#define SYS_setuid 23
|
|
|
20a5ca |
#define SYS_getuid 24
|
|
|
20a5ca |
#define SYS_stime 25
|
|
|
20a5ca |
#define SYS_ptrace 26
|
|
|
20a5ca |
#define SYS_alarm 27
|
|
|
20a5ca |
#define SYS_oldfstat 28
|
|
|
20a5ca |
#define SYS_pause 29
|
|
|
20a5ca |
#define SYS_utime 30
|
|
|
20a5ca |
#define SYS_stty 31
|
|
|
20a5ca |
#define SYS_gtty 32
|
|
|
20a5ca |
#define SYS_access 33
|
|
|
20a5ca |
#define SYS_nice 34
|
|
|
20a5ca |
#define SYS_ftime 35
|
|
|
20a5ca |
#define SYS_sync 36
|
|
|
20a5ca |
#define SYS_kill 37
|
|
|
20a5ca |
#define SYS_rename 38
|
|
|
20a5ca |
#define SYS_mkdir 39
|
|
|
20a5ca |
#define SYS_rmdir 40
|
|
|
20a5ca |
#define SYS_dup 41
|
|
|
20a5ca |
#define SYS_pipe 42
|
|
|
20a5ca |
#define SYS_times 43
|
|
|
20a5ca |
#define SYS_prof 44
|
|
|
20a5ca |
#define SYS_brk 45
|
|
|
20a5ca |
#define SYS_setgid 46
|
|
|
20a5ca |
#define SYS_getgid 47
|
|
|
20a5ca |
#define SYS_signal 48
|
|
|
20a5ca |
#define SYS_geteuid 49
|
|
|
20a5ca |
#define SYS_getegid 50
|
|
|
20a5ca |
#define SYS_acct 51
|
|
|
20a5ca |
#define SYS_umount2 52
|
|
|
20a5ca |
#define SYS_lock 53
|
|
|
20a5ca |
#define SYS_ioctl 54
|
|
|
20a5ca |
#define SYS_fcntl 55
|
|
|
20a5ca |
#define SYS_mpx 56
|
|
|
20a5ca |
#define SYS_setpgid 57
|
|
|
20a5ca |
#define SYS_ulimit 58
|
|
|
20a5ca |
#define SYS_oldolduname 59
|
|
|
20a5ca |
#define SYS_umask 60
|
|
|
20a5ca |
#define SYS_chroot 61
|
|
|
20a5ca |
#define SYS_ustat 62
|
|
|
20a5ca |
#define SYS_dup2 63
|
|
|
20a5ca |
#define SYS_getppid 64
|
|
|
20a5ca |
#define SYS_getpgrp 65
|
|
|
20a5ca |
#define SYS_setsid 66
|
|
|
20a5ca |
#define SYS_sigaction 67
|
|
|
20a5ca |
#define SYS_sgetmask 68
|
|
|
20a5ca |
#define SYS_ssetmask 69
|
|
|
20a5ca |
#define SYS_setreuid 70
|
|
|
20a5ca |
#define SYS_setregid 71
|
|
|
20a5ca |
#define SYS_sigsuspend 72
|
|
|
20a5ca |
#define SYS_sigpending 73
|
|
|
20a5ca |
#define SYS_sethostname 74
|
|
|
20a5ca |
#define SYS_setrlimit 75
|
|
|
20a5ca |
#define SYS_getrlimit 76 /* Back compatible 2Gig limited rlimit */
|
|
|
20a5ca |
#define SYS_getrusage 77
|
|
|
20a5ca |
#define SYS_gettimeofday 78
|
|
|
20a5ca |
#define SYS_settimeofday 79
|
|
|
20a5ca |
#define SYS_getgroups 80
|
|
|
20a5ca |
#define SYS_setgroups 81
|
|
|
20a5ca |
#define SYS_select 82
|
|
|
20a5ca |
#define SYS_symlink 83
|
|
|
20a5ca |
#define SYS_oldlstat 84
|
|
|
20a5ca |
#define SYS_readlink 85
|
|
|
20a5ca |
#define SYS_uselib 86
|
|
|
20a5ca |
#define SYS_swapon 87
|
|
|
20a5ca |
#define SYS_reboot 88
|
|
|
20a5ca |
#define SYS_readdir 89
|
|
|
20a5ca |
#define SYS_mmap 90
|
|
|
20a5ca |
#define SYS_munmap 91
|
|
|
20a5ca |
#define SYS_truncate 92
|
|
|
20a5ca |
#define SYS_ftruncate 93
|
|
|
20a5ca |
#define SYS_fchmod 94
|
|
|
20a5ca |
#define SYS_fchown 95
|
|
|
20a5ca |
#define SYS_getpriority 96
|
|
|
20a5ca |
#define SYS_setpriority 97
|
|
|
20a5ca |
#define SYS_profil 98
|
|
|
20a5ca |
#define SYS_statfs 99
|
|
|
20a5ca |
#define SYS_fstatfs 100
|
|
|
20a5ca |
#define SYS_ioperm 101
|
|
|
20a5ca |
#define SYS_socketcall 102
|
|
|
20a5ca |
#define SYS_syslog 103
|
|
|
20a5ca |
#define SYS_setitimer 104
|
|
|
20a5ca |
#define SYS_getitimer 105
|
|
|
20a5ca |
#define SYS_stat 106
|
|
|
20a5ca |
#define SYS_lstat 107
|
|
|
20a5ca |
#define SYS_fstat 108
|
|
|
20a5ca |
#define SYS_olduname 109
|
|
|
20a5ca |
#define SYS_iopl 110
|
|
|
20a5ca |
#define SYS_vhangup 111
|
|
|
20a5ca |
#define SYS_idle 112
|
|
|
20a5ca |
#define SYS_vm86old 113
|
|
|
20a5ca |
#define SYS_wait4 114
|
|
|
20a5ca |
#define SYS_swapoff 115
|
|
|
20a5ca |
#define SYS_sysinfo 116
|
|
|
20a5ca |
#define SYS_ipc 117
|
|
|
20a5ca |
#define SYS_fsync 118
|
|
|
20a5ca |
#define SYS_sigreturn 119
|
|
|
20a5ca |
#define SYS_clone 120
|
|
|
20a5ca |
#define SYS_setdomainname 121
|
|
|
20a5ca |
#define SYS_uname 122
|
|
|
20a5ca |
#define SYS_modify_ldt 123
|
|
|
20a5ca |
#define SYS_adjtimex 124
|
|
|
20a5ca |
#define SYS_mprotect 125
|
|
|
20a5ca |
#define SYS_sigprocmask 126
|
|
|
20a5ca |
#define SYS_create_module 127
|
|
|
20a5ca |
#define SYS_init_module 128
|
|
|
20a5ca |
#define SYS_delete_module 129
|
|
|
20a5ca |
#define SYS_get_kernel_syms 130
|
|
|
20a5ca |
#define SYS_quotactl 131
|
|
|
20a5ca |
#define SYS_getpgid 132
|
|
|
20a5ca |
#define SYS_fchdir 133
|
|
|
20a5ca |
#define SYS_bdflush 134
|
|
|
20a5ca |
#define SYS_sysfs 135
|
|
|
20a5ca |
#define SYS_personality 136
|
|
|
20a5ca |
#define SYS_afs_syscall 137
|
|
|
20a5ca |
#define SYS_setfsuid 138
|
|
|
20a5ca |
#define SYS_setfsgid 139
|
|
|
20a5ca |
#define SYS__llseek 140
|
|
|
20a5ca |
#define SYS_getdents 141
|
|
|
20a5ca |
#define SYS__newselect 142
|
|
|
20a5ca |
#define SYS_flock 143
|
|
|
20a5ca |
#define SYS_msync 144
|
|
|
20a5ca |
#define SYS_readv 145
|
|
|
20a5ca |
#define SYS_writev 146
|
|
|
20a5ca |
#define SYS_getsid 147
|
|
|
20a5ca |
#define SYS_fdatasync 148
|
|
|
20a5ca |
#define SYS__sysctl 149
|
|
|
20a5ca |
#define SYS_mlock 150
|
|
|
20a5ca |
#define SYS_munlock 151
|
|
|
20a5ca |
#define SYS_mlockall 152
|
|
|
20a5ca |
#define SYS_munlockall 153
|
|
|
20a5ca |
#define SYS_sched_setparam 154
|
|
|
20a5ca |
#define SYS_sched_getparam 155
|
|
|
20a5ca |
#define SYS_sched_setscheduler 156
|
|
|
20a5ca |
#define SYS_sched_getscheduler 157
|
|
|
20a5ca |
#define SYS_sched_yield 158
|
|
|
20a5ca |
#define SYS_sched_get_priority_max 159
|
|
|
20a5ca |
#define SYS_sched_get_priority_min 160
|
|
|
20a5ca |
#define SYS_sched_rr_get_interval 161
|
|
|
20a5ca |
#define SYS_nanosleep 162
|
|
|
20a5ca |
#define SYS_mremap 163
|
|
|
20a5ca |
#define SYS_setresuid 164
|
|
|
20a5ca |
#define SYS_getresuid 165
|
|
|
20a5ca |
#define SYS_vm86 166
|
|
|
20a5ca |
#define SYS_query_module 167
|
|
|
20a5ca |
#define SYS_poll 168
|
|
|
20a5ca |
#define SYS_nfsservctl 169
|
|
|
20a5ca |
#define SYS_setresgid 170
|
|
|
20a5ca |
#define SYS_getresgid 171
|
|
|
20a5ca |
#define SYS_prctl 172
|
|
|
20a5ca |
#define SYS_rt_sigreturn 173
|
|
|
20a5ca |
#define SYS_rt_sigaction 174
|
|
|
20a5ca |
#define SYS_rt_sigprocmask 175
|
|
|
20a5ca |
#define SYS_rt_sigpending 176
|
|
|
20a5ca |
#define SYS_rt_sigtimedwait 177
|
|
|
20a5ca |
#define SYS_rt_sigqueueinfo 178
|
|
|
20a5ca |
#define SYS_rt_sigsuspend 179
|
|
|
20a5ca |
#define SYS_pread64 180
|
|
|
20a5ca |
#define SYS_pwrite64 181
|
|
|
20a5ca |
#define SYS_chown 182
|
|
|
20a5ca |
#define SYS_getcwd 183
|
|
|
20a5ca |
#define SYS_capget 184
|
|
|
20a5ca |
#define SYS_capset 185
|
|
|
20a5ca |
#define SYS_sigaltstack 186
|
|
|
20a5ca |
#define SYS_sendfile 187
|
|
|
20a5ca |
#define SYS_getpmsg 188
|
|
|
20a5ca |
#define SYS_putpmsg 189
|
|
|
20a5ca |
#define SYS_vfork 190
|
|
|
20a5ca |
#define SYS_ugetrlimit 191
|
|
|
20a5ca |
#define SYS_mmap2 192
|
|
|
20a5ca |
#define SYS_truncate64 193
|
|
|
20a5ca |
#define SYS_ftruncate64 194
|
|
|
20a5ca |
#define SYS_stat64 195
|
|
|
20a5ca |
#define SYS_lstat64 196
|
|
|
20a5ca |
#define SYS_fstat64 197
|
|
|
20a5ca |
#define SYS_lchown32 198
|
|
|
20a5ca |
#define SYS_getuid32 199
|
|
|
20a5ca |
#define SYS_getgid32 200
|
|
|
20a5ca |
#define SYS_geteuid32 201
|
|
|
20a5ca |
#define SYS_getegid32 202
|
|
|
20a5ca |
#define SYS_setreuid32 203
|
|
|
20a5ca |
#define SYS_setregid32 204
|
|
|
20a5ca |
#define SYS_getgroups32 205
|
|
|
20a5ca |
#define SYS_setgroups32 206
|
|
|
20a5ca |
#define SYS_fchown32 207
|
|
|
20a5ca |
#define SYS_setresuid32 208
|
|
|
20a5ca |
#define SYS_getresuid32 209
|
|
|
20a5ca |
#define SYS_setresgid32 210
|
|
|
20a5ca |
#define SYS_getresgid32 211
|
|
|
20a5ca |
#define SYS_chown32 212
|
|
|
20a5ca |
#define SYS_setuid32 213
|
|
|
20a5ca |
#define SYS_setgid32 214
|
|
|
20a5ca |
#define SYS_setfsuid32 215
|
|
|
20a5ca |
#define SYS_setfsgid32 216
|
|
|
20a5ca |
#define SYS_pivot_root 217
|
|
|
20a5ca |
#define SYS_mincore 218
|
|
|
20a5ca |
#define SYS_madvise 219
|
|
|
20a5ca |
#define SYS_madvise1 219
|
|
|
20a5ca |
#define SYS_getdents64 220
|
|
|
20a5ca |
#define SYS_fcntl64 221
|
|
|
20a5ca |
/* 223 is unused */
|
|
|
20a5ca |
#define SYS_gettid 224
|
|
|
20a5ca |
#define SYS_readahead 225
|
|
|
20a5ca |
#define SYS_setxattr 226
|
|
|
20a5ca |
#define SYS_lsetxattr 227
|
|
|
20a5ca |
#define SYS_fsetxattr 228
|
|
|
20a5ca |
#define SYS_getxattr 229
|
|
|
20a5ca |
#define SYS_lgetxattr 230
|
|
|
20a5ca |
#define SYS_fgetxattr 231
|
|
|
20a5ca |
#define SYS_listxattr 232
|
|
|
20a5ca |
#define SYS_llistxattr 233
|
|
|
20a5ca |
#define SYS_flistxattr 234
|
|
|
20a5ca |
#define SYS_removexattr 235
|
|
|
20a5ca |
#define SYS_lremovexattr 236
|
|
|
20a5ca |
#define SYS_fremovexattr 237
|
|
|
20a5ca |
#define SYS_tkill 238
|
|
|
20a5ca |
#define SYS_sendfile64 239
|
|
|
20a5ca |
#define SYS_futex 240
|
|
|
20a5ca |
#define SYS_sched_setaffinity 241
|
|
|
20a5ca |
#define SYS_sched_getaffinity 242
|
|
|
20a5ca |
#define SYS_set_thread_area 243
|
|
|
20a5ca |
#define SYS_get_thread_area 244
|
|
|
20a5ca |
#define SYS_io_setup 245
|
|
|
20a5ca |
#define SYS_io_destroy 246
|
|
|
20a5ca |
#define SYS_io_getevents 247
|
|
|
20a5ca |
#define SYS_io_submit 248
|
|
|
20a5ca |
#define SYS_io_cancel 249
|
|
|
20a5ca |
#define SYS_fadvise64 250
|
|
|
20a5ca |
/* 251 is available for reuse (was briefly sys_set_zone_reclaim) */
|
|
|
20a5ca |
#define SYS_exit_group 252
|
|
|
20a5ca |
#define SYS_lookup_dcookie 253
|
|
|
20a5ca |
#define SYS_epoll_create 254
|
|
|
20a5ca |
#define SYS_epoll_ctl 255
|
|
|
20a5ca |
#define SYS_epoll_wait 256
|
|
|
20a5ca |
#define SYS_remap_file_pages 257
|
|
|
20a5ca |
#define SYS_set_tid_address 258
|
|
|
20a5ca |
#define SYS_timer_create 259
|
|
|
20a5ca |
#define SYS_timer_settime (SYS_timer_create+1)
|
|
|
20a5ca |
#define SYS_timer_gettime (SYS_timer_create+2)
|
|
|
20a5ca |
#define SYS_timer_getoverrun (SYS_timer_create+3)
|
|
|
20a5ca |
#define SYS_timer_delete (SYS_timer_create+4)
|
|
|
20a5ca |
#define SYS_clock_settime (SYS_timer_create+5)
|
|
|
20a5ca |
#define SYS_clock_gettime (SYS_timer_create+6)
|
|
|
20a5ca |
#define SYS_clock_getres (SYS_timer_create+7)
|
|
|
20a5ca |
#define SYS_clock_nanosleep (SYS_timer_create+8)
|
|
|
20a5ca |
#define SYS_statfs64 268
|
|
|
20a5ca |
#define SYS_fstatfs64 269
|
|
|
20a5ca |
#define SYS_tgkill 270
|
|
|
20a5ca |
#define SYS_utimes 271
|
|
|
20a5ca |
#define SYS_fadvise64_64 272
|
|
|
20a5ca |
#define SYS_vserver 273
|
|
|
20a5ca |
#define SYS_mbind 274
|
|
|
20a5ca |
#define SYS_get_mempolicy 275
|
|
|
20a5ca |
#define SYS_set_mempolicy 276
|
|
|
20a5ca |
#define SYS_mq_open 277
|
|
|
20a5ca |
#define SYS_mq_unlink (SYS_mq_open+1)
|
|
|
20a5ca |
#define SYS_mq_timedsend (SYS_mq_open+2)
|
|
|
20a5ca |
#define SYS_mq_timedreceive (SYS_mq_open+3)
|
|
|
20a5ca |
#define SYS_mq_notify (SYS_mq_open+4)
|
|
|
20a5ca |
#define SYS_mq_getsetattr (SYS_mq_open+5)
|
|
|
20a5ca |
#define SYS_kexec_load 283
|
|
|
20a5ca |
#define SYS_waitid 284
|
|
|
20a5ca |
/* #define SYS_sys_setaltroot 285 */
|
|
|
20a5ca |
#define SYS_add_key 286
|
|
|
20a5ca |
#define SYS_request_key 287
|
|
|
20a5ca |
#define SYS_keyctl 288
|
|
|
20a5ca |
#define SYS_ioprio_set 289
|
|
|
20a5ca |
#define SYS_ioprio_get 290
|
|
|
20a5ca |
#define SYS_inotify_init 291
|
|
|
20a5ca |
#define SYS_inotify_add_watch 292
|
|
|
20a5ca |
#define SYS_inotify_rm_watch 293
|
|
|
20a5ca |
#define SYS_migrate_pages 294
|
|
|
20a5ca |
#define SYS_openat 295
|
|
|
20a5ca |
#define SYS_mkdirat 296
|
|
|
20a5ca |
#define SYS_mknodat 297
|
|
|
20a5ca |
#define SYS_fchownat 298
|
|
|
20a5ca |
#define SYS_futimesat 299
|
|
|
20a5ca |
#define SYS_fstatat64 300
|
|
|
20a5ca |
#define SYS_unlinkat 301
|
|
|
20a5ca |
#define SYS_renameat 302
|
|
|
20a5ca |
#define SYS_linkat 303
|
|
|
20a5ca |
#define SYS_symlinkat 304
|
|
|
20a5ca |
#define SYS_readlinkat 305
|
|
|
20a5ca |
#define SYS_fchmodat 306
|
|
|
20a5ca |
#define SYS_faccessat 307
|
|
|
20a5ca |
#define SYS_pselect6 308
|
|
|
20a5ca |
#define SYS_ppoll 309
|
|
|
20a5ca |
#define SYS_unshare 310
|
|
|
20a5ca |
#define SYS_set_robust_list 311
|
|
|
20a5ca |
#define SYS_get_robust_list 312
|
|
|
20a5ca |
#define SYS_splice 313
|
|
|
20a5ca |
#define SYS_sync_file_range 314
|
|
|
20a5ca |
#define SYS_tee 315
|
|
|
20a5ca |
#define SYS_vmsplice 316
|
|
|
20a5ca |
#define SYS_move_pages 317
|
|
|
20a5ca |
#define SYS_getcpu 318
|
|
|
20a5ca |
#define SYS_epoll_pwait 319
|
|
|
20a5ca |
#define SYS_utimensat 320
|
|
|
20a5ca |
#define SYS_signalfd 321
|
|
|
20a5ca |
#define SYS_timerfd_create 322
|
|
|
20a5ca |
#define SYS_eventfd 323
|
|
|
20a5ca |
#define SYS_fallocate 324
|
|
|
20a5ca |
#define SYS_timerfd_settime 325
|
|
|
20a5ca |
#define SYS_timerfd_gettime 326
|
|
|
20a5ca |
#define SYS_signalfd4 327
|
|
|
20a5ca |
#define SYS_eventfd2 328
|
|
|
20a5ca |
#define SYS_epoll_create1 329
|
|
|
20a5ca |
#define SYS_dup3 330
|
|
|
20a5ca |
#define SYS_pipe2 331
|
|
|
20a5ca |
#define SYS_inotify_init1 332
|
|
|
20a5ca |
#define SYS_preadv 333
|
|
|
20a5ca |
#define SYS_pwritev 334
|
|
|
20a5ca |
#define SYS_rt_tgsigqueueinfo 335
|
|
|
20a5ca |
#define SYS_perf_event_open 336
|
|
|
20a5ca |
#define SYS_recvmmsg 337
|
|
|
20a5ca |
#define SYS_fanotify_init 338
|
|
|
20a5ca |
#define SYS_fanotify_mark 339
|
|
|
20a5ca |
#define SYS_prlimit64 340
|
|
|
20a5ca |
#define SYS_name_to_handle_at 341
|
|
|
20a5ca |
#define SYS_open_by_handle_at 342
|
|
|
20a5ca |
#define SYS_clock_adjtime 343
|
|
|
20a5ca |
#define SYS_syncfs 344
|
|
|
20a5ca |
#define SYS_sendmmsg 345
|
|
|
20a5ca |
#define SYS_setns 346
|
|
|
20a5ca |
#define SYS_process_vm_readv 347
|
|
|
20a5ca |
#define SYS_process_vm_writev 348
|
|
|
20a5ca |
#define SYS_kcmp 349
|
|
|
20a5ca |
#define SYS_finit_module 350
|
|
|
20a5ca |
#define SYS_sched_setattr 351
|
|
|
20a5ca |
#define SYS_sched_getattr 352
|
|
|
20a5ca |
#define SYS_renameat2 353
|
|
|
20a5ca |
#define SYS_seccomp 354
|
|
|
20a5ca |
#define SYS_getrandom 355
|
|
|
20a5ca |
#define SYS_memfd_create 356
|
|
|
20a5ca |
#define SYS_bpf 357
|
|
|
20a5ca |
#define SYS_execveat 358
|