Skip to content

Commit

Permalink
cptbox: update Linux syscall list
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Feb 25, 2021
1 parent ec1970b commit ad3eb78
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ sys_mmap: int
sys_mmap2: int
sys_modify_ldt: int
sys_mount: int
sys_mount_setattr: int
sys_move_mount: int
sys_move_pages: int
sys_mprotect: int
Expand Down
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-arm.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -432,3 +432,4 @@
439 faccessat2
440 process_madvise
441 epoll_pwait2
442 mount_setattr
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-generic.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,4 @@
439 faccessat2
440 process_madvise
441 epoll_pwait2
442 mount_setattr
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-generic32.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,4 @@
439 faccessat2
440 process_madvise
441 epoll_pwait2
442 mount_setattr
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-x32.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
439 faccessat2
440 process_madvise
441 epoll_pwait2
442 mount_setattr
512 rt_sigaction
513 rt_sigreturn
514 ioctl
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 @@ -351,3 +351,4 @@
439 faccessat2
440 process_madvise
441 epoll_pwait2
442 mount_setattr
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-x86.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -429,3 +429,4 @@
439 faccessat2
440 process_madvise
441 epoll_pwait2
442 mount_setattr

0 comments on commit ad3eb78

Please sign in to comment.