Skip to content

Commit

Permalink
cptbox: update syscall lists: add futex_requeue, futex_wait, `fut…
Browse files Browse the repository at this point in the history
…ex_wake`, `map_shadow_stack`
  • Loading branch information
dmoj-build authored Dec 25, 2023
1 parent c06f902 commit 02f384d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dmoj/cptbox/syscalls.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,11 @@ sys_ftruncate: int
sys_ftruncate64: int
sys_funlinkat: int
sys_futex: int
sys_futex_requeue: int
sys_futex_time64: int
sys_futex_wait: int
sys_futex_waitv: int
sys_futex_wake: int
sys_futimens: int
sys_futimes: int
sys_futimesat: int
Expand Down
4 changes: 4 additions & 0 deletions dmoj/cptbox/syscalls/linux-arm.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -442,3 +442,7 @@
450 set_mempolicy_home_node
451 cachestat
452 fchmodat2
453 map_shadow_stack
454 futex_wake
455 futex_wait
456 futex_requeue
4 changes: 4 additions & 0 deletions dmoj/cptbox/syscalls/linux-generic.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,7 @@
450 set_mempolicy_home_node
451 cachestat
452 fchmodat2
453 map_shadow_stack
454 futex_wake
455 futex_wait
456 futex_requeue
4 changes: 4 additions & 0 deletions dmoj/cptbox/syscalls/linux-generic32.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,7 @@
450 set_mempolicy_home_node
451 cachestat
452 fchmodat2
453 map_shadow_stack
454 futex_wake
455 futex_wait
456 futex_requeue
3 changes: 3 additions & 0 deletions dmoj/cptbox/syscalls/linux-x32.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@
450 set_mempolicy_home_node
451 cachestat
452 fchmodat2
454 futex_wake
455 futex_wait
456 futex_requeue
512 rt_sigaction
513 rt_sigreturn
514 ioctl
Expand Down
3 changes: 3 additions & 0 deletions dmoj/cptbox/syscalls/linux-x64.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,6 @@
451 cachestat
452 fchmodat2
453 map_shadow_stack
454 futex_wake
455 futex_wait
456 futex_requeue
4 changes: 4 additions & 0 deletions dmoj/cptbox/syscalls/linux-x86.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -440,3 +440,7 @@
450 set_mempolicy_home_node
451 cachestat
452 fchmodat2
453 map_shadow_stack
454 futex_wake
455 futex_wait
456 futex_requeue

0 comments on commit 02f384d

Please sign in to comment.