Skip to content

Commit

Permalink
cptbox: update syscall lists
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoj-build committed Nov 1, 2024
1 parent f9e3356 commit f012116
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dmoj/cptbox/syscalls.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ sys_getresgid32: int
sys_getresuid: int
sys_getresuid32: int
sys_getrlimit: int
sys_getrlimitusage: int
sys_getrusage: int
sys_getsid: int
sys_getsockname: int
Expand Down Expand Up @@ -732,6 +733,7 @@ sys_unlink: int
sys_unlinkat: int
sys_unmount: int
sys_unshare: int
sys_uretprobe: int
sys_uselib: int
sys_userfaultfd: int
sys_ustat: int
Expand Down
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/freebsd.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -519,3 +519,4 @@
586 timerfd_gettime
587 timerfd_settime
588 kcmp
589 getrlimitusage
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-x32.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
332 statx
333 io_pgetevents
334 rseq
335 uretprobe
424 pidfd_send_signal
425 io_uring_setup
426 io_uring_enter
Expand Down
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-x64.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@
332 statx
333 io_pgetevents
334 rseq
335 uretprobe
424 pidfd_send_signal
425 io_uring_setup
426 io_uring_enter
Expand Down

0 comments on commit f012116

Please sign in to comment.