-
Notifications
You must be signed in to change notification settings - Fork 1
/
supported_system_calls
60 lines (60 loc) · 1.17 KB
/
supported_system_calls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
brk done
chdir done
chmod done
clock_gettime done
clone skip
close done
dup done
dup2 done
execve skip
faccessat done
fchmod done
fchown done
fcntl done
fstat done
futex done
getcwd done
getdents64 done
getegid
geteuid
getgid done
getgroups
getpgrp
getpid done
getppid done
getuid
ioctl done
kill -
lseek done
lstat done
mkdir done
mmap done // current->cred is const
munmap done
mprotect done
mremap
munmap done
nanosleep skip glibc
pipe
poll skip current->restart_block is not a pointer
prlimit64
read done
readlink done
rt_sigaction skip current->pending is not a pointer
rt_sigprocmask
rt_sigreturn
sendto done
setpgid done
set_robust_list skip cannot modify *robust_list pointer for the caller
set_tid_address skip same reason as above
socket done
stat done
sysinfo done
umask done
uname done
unlink done
utime done
vfork skip no way to copy the caller process
wait4 done rmmod causes error
write done
access done
open done