Skip to content

Commit

Permalink
Update syscalls files
Browse files Browse the repository at this point in the history
Update syscalls .in files to the newest kernel development branch at
commit 075dbe9f6e3c.

Signed-off-by: Andrea Cervesato <[email protected]>
  • Loading branch information
acerv committed Sep 30, 2024
1 parent d0d636c commit c2c7539
Show file tree
Hide file tree
Showing 18 changed files with 989 additions and 545 deletions.
41 changes: 29 additions & 12 deletions include/lapi/syscalls/arc.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ epoll_ctl 21
epoll_pwait 22
dup 23
dup3 24
fcntl 25
fcntl64 25
inotify_init1 26
inotify_add_watch 27
inotify_rm_watch 28
Expand All @@ -41,10 +41,10 @@ umount2 39
mount 40
pivot_root 41
nfsservctl 42
statfs 43
fstatfs 44
truncate 45
ftruncate 46
statfs64 43
fstatfs64 44
truncate64 45
ftruncate64 46
fallocate 47
faccessat 48
chdir 49
Expand All @@ -60,7 +60,7 @@ vhangup 58
pipe2 59
quotactl 60
getdents64 61
lseek 62
llseek 62
read 63
write 64
readv 65
Expand All @@ -69,20 +69,19 @@ pread64 67
pwrite64 68
preadv 69
pwritev 70
sendfile 71
sendfile64 71
pselect6 72
ppoll 73
signalfd4 74
vmsplice 75
splice 76
tee 77
readlinkat 78
fstatat 79
fstat 80
fstatat64 79
fstat64 80
sync 81
fsync 82
fdatasync 83
sync_file_range2 84
sync_file_range 84
timerfd_create 85
timerfd_settime 86
Expand Down Expand Up @@ -221,8 +220,8 @@ request_key 218
keyctl 219
clone 220
execve 221
mmap 222
fadvise64 223
mmap2 222
fadvise64_64 223
swapon 224
swapoff 225
mprotect 226
Expand Down Expand Up @@ -261,6 +260,11 @@ sendmmsg 269
process_vm_readv 270
process_vm_writev 271
kcmp 272
finit_module 273
sched_setattr 274
sched_getattr 275
renameat2 276
seccomp 277
getrandom 278
memfd_create 279
bpf 280
Expand Down Expand Up @@ -314,12 +318,25 @@ close_range 436
openat2 437
pidfd_getfd 438
faccessat2 439
process_madvise 440
epoll_pwait2 441
mount_setattr 442
quotactl_fd 443
landlock_create_ruleset 444
landlock_add_rule 445
landlock_restrict_self 446
process_mrelease 448
futex_waitv 449
set_mempolicy_home_node 450
cachestat 451
fchmodat2 452
map_shadow_stack 453
futex_wake 454
futex_wait 455
futex_requeue 456
statmount 457
listmount 458
lsm_get_self_attr 459
lsm_set_self_attr 460
lsm_list_modules 461
mseal 462
Loading

0 comments on commit c2c7539

Please sign in to comment.