blob: 417ed16b3c63ac8b5e69638105f152971582c413 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
|
# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
#
# System call table for s390
#
# Format:
# <nr> <abi> <syscall> <entry>
#
# <abi> is always common.
1 common exit sys_exit
2 common fork sys_fork
3 common read sys_read
4 common write sys_write
5 common open sys_open
6 common close sys_close
7 common restart_syscall sys_restart_syscall
8 common creat sys_creat
9 common link sys_link
10 common unlink sys_unlink
11 common execve sys_execve
12 common chdir sys_chdir
14 common mknod sys_mknod
15 common chmod sys_chmod
19 common lseek sys_lseek
20 common getpid sys_getpid
21 common mount sys_mount
22 common umount sys_oldumount
26 common ptrace sys_ptrace
27 common alarm sys_alarm
29 common pause sys_pause
30 common utime sys_utime
33 common access sys_access
34 common nice sys_nice
36 common sync sys_sync
37 common kill sys_kill
38 common rename sys_rename
39 common mkdir sys_mkdir
40 common rmdir sys_rmdir
41 common dup sys_dup
42 common pipe sys_pipe
43 common times sys_times
45 common brk sys_brk
48 common signal sys_signal
51 common acct sys_acct
52 common umount2 sys_umount
54 common ioctl sys_ioctl
55 common fcntl sys_fcntl
57 common setpgid sys_setpgid
60 common umask sys_umask
61 common chroot sys_chroot
62 common ustat sys_ustat
63 common dup2 sys_dup2
64 common getppid sys_getppid
65 common getpgrp sys_getpgrp
66 common setsid sys_setsid
67 common sigaction sys_sigaction
72 common sigsuspend sys_sigsuspend
73 common sigpending sys_sigpending
74 common sethostname sys_sethostname
75 common setrlimit sys_setrlimit
77 common getrusage sys_getrusage
78 common gettimeofday sys_gettimeofday
79 common settimeofday sys_settimeofday
83 common symlink sys_symlink
85 common readlink sys_readlink
86 common uselib sys_uselib
87 common swapon sys_swapon
88 common reboot sys_reboot
89 common readdir sys_ni_syscall
90 common mmap sys_old_mmap
91 common munmap sys_munmap
92 common truncate sys_truncate
93 common ftruncate sys_ftruncate
94 common fchmod sys_fchmod
96 common getpriority sys_getpriority
97 common setpriority sys_setpriority
99 common statfs sys_statfs
100 common fstatfs sys_fstatfs
102 common socketcall sys_socketcall
103 common syslog sys_syslog
104 common setitimer sys_setitimer
105 common getitimer sys_getitimer
106 common stat sys_newstat
107 common lstat sys_newlstat
108 common fstat sys_newfstat
110 common lookup_dcookie sys_ni_syscall
111 common vhangup sys_vhangup
112 common idle sys_ni_syscall
114 common wait4 sys_wait4
115 common swapoff sys_swapoff
116 common sysinfo sys_sysinfo
117 common ipc sys_s390_ipc
118 common fsync sys_fsync
119 common sigreturn sys_sigreturn
120 common clone sys_clone
121 common setdomainname sys_setdomainname
122 common uname sys_newuname
124 common adjtimex sys_adjtimex
125 common mprotect sys_mprotect
126 common sigprocmask sys_sigprocmask
127 common create_module sys_ni_syscall
128 common init_module sys_init_module
129 common delete_module sys_delete_module
130 common get_kernel_syms sys_ni_syscall
131 common quotactl sys_quotactl
132 common getpgid sys_getpgid
133 common fchdir sys_fchdir
134 common bdflush sys_ni_syscall
135 common sysfs sys_sysfs
136 common personality sys_s390_personality
137 common afs_syscall sys_ni_syscall
141 common getdents sys_getdents
142 common select sys_select
143 common flock sys_flock
144 common msync sys_msync
145 common readv sys_readv
146 common writev sys_writev
147 common getsid sys_getsid
148 common fdatasync sys_fdatasync
149 common _sysctl sys_ni_syscall
150 common mlock sys_mlock
151 common munlock sys_munlock
152 common mlockall sys_mlockall
153 common munlockall sys_munlockall
154 common sched_setparam sys_sched_setparam
155 common sched_getparam sys_sched_getparam
156 common sched_setscheduler sys_sched_setscheduler
157 common sched_getscheduler sys_sched_getscheduler
158 common sched_yield sys_sched_yield
159 common sched_get_priority_max sys_sched_get_priority_max
160 common sched_get_priority_min sys_sched_get_priority_min
161 common sched_rr_get_interval sys_sched_rr_get_interval
162 common nanosleep sys_nanosleep
163 common mremap sys_mremap
167 common query_module sys_ni_syscall
168 common poll sys_poll
169 common nfsservctl sys_ni_syscall
172 common prctl sys_prctl
173 common rt_sigreturn sys_rt_sigreturn
174 common rt_sigaction sys_rt_sigaction
175 common rt_sigprocmask sys_rt_sigprocmask
176 common rt_sigpending sys_rt_sigpending
177 common rt_sigtimedwait sys_rt_sigtimedwait
178 common rt_sigqueueinfo sys_rt_sigqueueinfo
179 common rt_sigsuspend sys_rt_sigsuspend
180 common pread64 sys_pread64
181 common pwrite64 sys_pwrite64
183 common getcwd sys_getcwd
184 common capget sys_capget
185 common capset sys_capset
186 common sigaltstack sys_sigaltstack
187 common sendfile sys_sendfile64
188 common getpmsg sys_ni_syscall
189 common putpmsg sys_ni_syscall
190 common vfork sys_vfork
191 common getrlimit sys_getrlimit
198 common lchown sys_lchown
199 common getuid sys_getuid
200 common getgid sys_getgid
201 common geteuid sys_geteuid
202 common getegid sys_getegid
203 common setreuid sys_setreuid
204 common setregid sys_setregid
205 common getgroups sys_getgroups
206 common setgroups sys_setgroups
207 common fchown sys_fchown
208 common setresuid sys_setresuid
209 common getresuid sys_getresuid
210 common setresgid sys_setresgid
211 common getresgid sys_getresgid
212 common chown sys_chown
213 common setuid sys_setuid
214 common setgid sys_setgid
215 common setfsuid sys_setfsuid
216 common setfsgid sys_setfsgid
217 common pivot_root sys_pivot_root
218 common mincore sys_mincore
219 common madvise sys_madvise
220 common getdents64 sys_getdents64
222 common readahead sys_readahead
224 common setxattr sys_setxattr
225 common lsetxattr sys_lsetxattr
226 common fsetxattr sys_fsetxattr
227 common getxattr sys_getxattr
228 common lgetxattr sys_lgetxattr
229 common fgetxattr sys_fgetxattr
230 common listxattr sys_listxattr
231 common llistxattr sys_llistxattr
232 common flistxattr sys_flistxattr
233 common removexattr sys_removexattr
234 common lremovexattr sys_lremovexattr
235 common fremovexattr sys_fremovexattr
236 common gettid sys_gettid
237 common tkill sys_tkill
238 common futex sys_futex
239 common sched_setaffinity sys_sched_setaffinity
240 common sched_getaffinity sys_sched_getaffinity
241 common tgkill sys_tgkill
243 common io_setup sys_io_setup
244 common io_destroy sys_io_destroy
245 common io_getevents sys_io_getevents
246 common io_submit sys_io_submit
247 common io_cancel sys_io_cancel
248 common exit_group sys_exit_group
249 common epoll_create sys_epoll_create
250 common epoll_ctl sys_epoll_ctl
251 common epoll_wait sys_epoll_wait
252 common set_tid_address sys_set_tid_address
253 common fadvise64 sys_fadvise64_64
254 common timer_create sys_timer_create
255 common timer_settime sys_timer_settime
256 common timer_gettime sys_timer_gettime
257 common timer_getoverrun sys_timer_getoverrun
258 common timer_delete sys_timer_delete
259 common clock_settime sys_clock_settime
260 common clock_gettime sys_clock_gettime
261 common clock_getres sys_clock_getres
262 common clock_nanosleep sys_clock_nanosleep
265 common statfs64 sys_statfs64
266 common fstatfs64 sys_fstatfs64
267 common remap_file_pages sys_remap_file_pages
268 common mbind sys_mbind
269 common get_mempolicy sys_get_mempolicy
270 common set_mempolicy sys_set_mempolicy
271 common mq_open sys_mq_open
272 common mq_unlink sys_mq_unlink
273 common mq_timedsend sys_mq_timedsend
274 common mq_timedreceive sys_mq_timedreceive
275 common mq_notify sys_mq_notify
276 common mq_getsetattr sys_mq_getsetattr
277 common kexec_load sys_kexec_load
278 common add_key sys_add_key
279 common request_key sys_request_key
280 common keyctl sys_keyctl
281 common waitid sys_waitid
282 common ioprio_set sys_ioprio_set
283 common ioprio_get sys_ioprio_get
284 common inotify_init sys_inotify_init
285 common inotify_add_watch sys_inotify_add_watch
286 common inotify_rm_watch sys_inotify_rm_watch
287 common migrate_pages sys_migrate_pages
288 common openat sys_openat
289 common mkdirat sys_mkdirat
290 common mknodat sys_mknodat
291 common fchownat sys_fchownat
292 common futimesat sys_futimesat
293 common newfstatat sys_newfstatat
294 common unlinkat sys_unlinkat
295 common renameat sys_renameat
296 common linkat sys_linkat
297 common symlinkat sys_symlinkat
298 common readlinkat sys_readlinkat
299 common fchmodat sys_fchmodat
300 common faccessat sys_faccessat
301 common pselect6 sys_pselect6
302 common ppoll sys_ppoll
303 common unshare sys_unshare
304 common set_robust_list sys_set_robust_list
305 common get_robust_list sys_get_robust_list
306 common splice sys_splice
307 common sync_file_range sys_sync_file_range
308 common tee sys_tee
309 common vmsplice sys_vmsplice
310 common move_pages sys_move_pages
311 common getcpu sys_getcpu
312 common epoll_pwait sys_epoll_pwait
313 common utimes sys_utimes
314 common fallocate sys_fallocate
315 common utimensat sys_utimensat
316 common signalfd sys_signalfd
317 common timerfd sys_ni_syscall
318 common eventfd sys_eventfd
319 common timerfd_create sys_timerfd_create
320 common timerfd_settime sys_timerfd_settime
321 common timerfd_gettime sys_timerfd_gettime
322 common signalfd4 sys_signalfd4
323 common eventfd2 sys_eventfd2
324 common inotify_init1 sys_inotify_init1
325 common pipe2 sys_pipe2
326 common dup3 sys_dup3
327 common epoll_create1 sys_epoll_create1
328 common preadv sys_preadv
329 common pwritev sys_pwritev
330 common rt_tgsigqueueinfo sys_rt_tgsigqueueinfo
331 common perf_event_open sys_perf_event_open
332 common fanotify_init sys_fanotify_init
333 common fanotify_mark sys_fanotify_mark
334 common prlimit64 sys_prlimit64
335 common name_to_handle_at sys_name_to_handle_at
336 common open_by_handle_at sys_open_by_handle_at
337 common clock_adjtime sys_clock_adjtime
338 common syncfs sys_syncfs
339 common setns sys_setns
340 common process_vm_readv sys_process_vm_readv
341 common process_vm_writev sys_process_vm_writev
342 common s390_runtime_instr sys_s390_runtime_instr
343 common kcmp sys_kcmp
344 common finit_module sys_finit_module
345 common sched_setattr sys_sched_setattr
346 common sched_getattr sys_sched_getattr
347 common renameat2 sys_renameat2
348 common seccomp sys_seccomp
349 common getrandom sys_getrandom
350 common memfd_create sys_memfd_create
351 common bpf sys_bpf
352 common s390_pci_mmio_write sys_s390_pci_mmio_write
353 common s390_pci_mmio_read sys_s390_pci_mmio_read
354 common execveat sys_execveat
355 common userfaultfd sys_userfaultfd
356 common membarrier sys_membarrier
357 common recvmmsg sys_recvmmsg
358 common sendmmsg sys_sendmmsg
359 common socket sys_socket
360 common socketpair sys_socketpair
361 common bind sys_bind
362 common connect sys_connect
363 common listen sys_listen
364 common accept4 sys_accept4
365 common getsockopt sys_getsockopt
366 common setsockopt sys_setsockopt
367 common getsockname sys_getsockname
368 common getpeername sys_getpeername
369 common sendto sys_sendto
370 common sendmsg sys_sendmsg
371 common recvfrom sys_recvfrom
372 common recvmsg sys_recvmsg
373 common shutdown sys_shutdown
374 common mlock2 sys_mlock2
375 common copy_file_range sys_copy_file_range
376 common preadv2 sys_preadv2
377 common pwritev2 sys_pwritev2
378 common s390_guarded_storage sys_s390_guarded_storage
379 common statx sys_statx
380 common s390_sthyi sys_s390_sthyi
381 common kexec_file_load sys_kexec_file_load
382 common io_pgetevents sys_io_pgetevents
383 common rseq sys_rseq
384 common pkey_mprotect sys_pkey_mprotect
385 common pkey_alloc sys_pkey_alloc
386 common pkey_free sys_pkey_free
# room for arch specific syscalls
392 common semtimedop sys_semtimedop
393 common semget sys_semget
394 common semctl sys_semctl
395 common shmget sys_shmget
396 common shmctl sys_shmctl
397 common shmat sys_shmat
398 common shmdt sys_shmdt
399 common msgget sys_msgget
400 common msgsnd sys_msgsnd
401 common msgrcv sys_msgrcv
402 common msgctl sys_msgctl
424 common pidfd_send_signal sys_pidfd_send_signal
425 common io_uring_setup sys_io_uring_setup
426 common io_uring_enter sys_io_uring_enter
427 common io_uring_register sys_io_uring_register
428 common open_tree sys_open_tree
429 common move_mount sys_move_mount
430 common fsopen sys_fsopen
431 common fsconfig sys_fsconfig
432 common fsmount sys_fsmount
433 common fspick sys_fspick
434 common pidfd_open sys_pidfd_open
435 common clone3 sys_clone3
436 common close_range sys_close_range
437 common openat2 sys_openat2
438 common pidfd_getfd sys_pidfd_getfd
439 common faccessat2 sys_faccessat2
440 common process_madvise sys_process_madvise
441 common epoll_pwait2 sys_epoll_pwait2
442 common mount_setattr sys_mount_setattr
443 common quotactl_fd sys_quotactl_fd
444 common landlock_create_ruleset sys_landlock_create_ruleset
445 common landlock_add_rule sys_landlock_add_rule
446 common landlock_restrict_self sys_landlock_restrict_self
447 common memfd_secret sys_memfd_secret
448 common process_mrelease sys_process_mrelease
449 common futex_waitv sys_futex_waitv
450 common set_mempolicy_home_node sys_set_mempolicy_home_node
451 common cachestat sys_cachestat
452 common fchmodat2 sys_fchmodat2
453 common map_shadow_stack sys_map_shadow_stack
454 common futex_wake sys_futex_wake
455 common futex_wait sys_futex_wait
456 common futex_requeue sys_futex_requeue
457 common statmount sys_statmount
458 common listmount sys_listmount
459 common lsm_get_self_attr sys_lsm_get_self_attr
460 common lsm_set_self_attr sys_lsm_set_self_attr
461 common lsm_list_modules sys_lsm_list_modules
462 common mseal sys_mseal
463 common setxattrat sys_setxattrat
464 common getxattrat sys_getxattrat
465 common listxattrat sys_listxattrat
466 common removexattrat sys_removexattrat
467 common open_tree_attr sys_open_tree_attr
468 common file_getattr sys_file_getattr
469 common file_setattr sys_file_setattr
470 common listns sys_listns
|