logo

mstrace

Small Linux strace(1) implementationgit clone https://anongit.hacktivis.me/git/mstrace.git/
commit: d707cec7daf1f8ce513cd751e9ea7936bd6f9347
parent 52f4560cc44c91ea8253fb72a9d33f12c490d204
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  8 Apr 2025 00:02:35 +0200

definitions for io_uring and xattrs syscalls

Diffstat:

Msyscalls.txt22+++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/syscalls.txt b/syscalls.txt @@ -1,3 +1,24 @@ +io_setup uint hex +io_destroy hex +io_submit hex int hex +io_cancel hex hex hex +io_getevents hex int int hex hex +io_pgetevents hex int int hex hex hex +io_uring_setup int hex +io_uring_enter uint uint uint uint +io_uring_register uint uint hex int +setxattr path str hex size int +lsetxattr path str hex size int +getxattr path str hex size +lgetxattr path str hex size +fgetxattr int str hex size +listxattr str str size +llistxattr str str size +flistxattr int str size +removexattr path str +lremovexattr path str +fremovexattr int str +getcwd path size access path oct alarm uint brk hex @@ -16,7 +37,6 @@ fdatasync int fork fsync int ftruncate int off -getcwd path size getpid getppid kill int int