syscalls.txt (1199B)
- 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
- chdir path
- chmod path oct
- chown path int int
- close int
- creat path oct
- dup int
- dup2 int int
- exit_group int
- faccessat int path oct oct
- fchmod int oct
- fdatasync int
- fork
- fsync int
- ftruncate int off
- getpid
- getppid
- kill int int
- lchown path int int
- link path path
- linkat int path path
- lstat path hex
- mkdir path oct
- munlockall
- open path oct oct
- openat int path oct oct
- pause
- read int buf size
- readlink path buf size
- readlinkat int path buf size
- rename path path
- rmdir path
- setsid
- stat path hex
- symlink path path
- symlinkat int path path
- sync
- truncate path off
- umask oct
- unlink path
- unlinkat int path
- vfork
- write int buf size