File tree Expand file tree Collapse file tree 3 files changed +10
-41
lines changed Expand file tree Collapse file tree 3 files changed +10
-41
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,25 @@ SO_SECURITY_ENCRYPTION_NETWORK
85
85
SO_SECURITY_ENCRYPTION_TRANSPORT
86
86
SO_SELECT_ERR_QUEUE
87
87
SO_SNDTIMEO_NEW
88
+ SO_STYLE
88
89
SO_TIMESTAMPING_NEW
89
90
SO_TIMESTAMPNS
90
91
SO_TIMESTAMPNS_NEW
91
92
SO_TIMESTAMP_NEW
92
93
SO_TXTIME
93
94
SO_WIFI_STATUS
94
95
SO_ZEROCOPY
96
+ SYS__llseek
97
+ SYS__newselect
98
+ SYS_fadvise64
99
+ SYS_fstatat64
95
100
SYS_getrlimit
96
101
SYS_migrate_pages
97
102
SYS_mmap
103
+ SYS_pread64
104
+ SYS_pwrite64
105
+ fsblkcnt64_t
106
+ fsfilcnt64_t
107
+ getrandom
98
108
sysctl
99
109
termios2
Original file line number Diff line number Diff line change @@ -2,47 +2,15 @@ B2500000
2
2
B3000000
3
3
B3500000
4
4
B4000000
5
- BOTHER
6
5
CIBAUD
7
- NFT_MSG_DELOBJ
8
- NFT_MSG_GETOBJ
9
- NFT_MSG_GETOBJ_RESET
10
- NFT_MSG_NEWOBJ
11
- PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP
12
- PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP
13
- PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
14
6
PTRACE_GETFPREGS
15
7
PTRACE_GETFPXREGS
16
8
PTRACE_GETREGS
17
9
PTRACE_SETFPREGS
18
10
PTRACE_SETFPXREGS
19
11
PTRACE_SETREGS
20
- SCM_TIMESTAMPNS
21
- SCM_WIFI_STATUS
22
- SO_ATTACH_BPF
23
- SO_ATTACH_FILTER
24
- SO_BPF_EXTENSIONS
25
- SO_BSDCOMPAT
26
- SO_DETACH_BPF
27
- SO_DETACH_FILTER
28
- SO_GET_FILTER
29
- SO_INCOMING_CPU
30
- SO_LOCK_FILTER
31
- SO_MAX_PACING_RATE
32
- SO_NOFCS
33
- SO_NO_CHECK
34
- SO_PEERNAME
35
12
SO_PRIORITY
36
13
SO_PROTOCOL
37
- SO_SECURITY_AUTHENTICATION
38
- SO_SECURITY_ENCRYPTION_NETWORK
39
- SO_SECURITY_ENCRYPTION_TRANSPORT
40
- SO_SELECT_ERR_QUEUE
41
- SO_STYLE
42
- SO_TIMESTAMPNS
43
- SO_WIFI_STATUS
44
- SYS__llseek
45
- SYS__newselect
46
14
SYS__sysctl
47
15
SYS_accept
48
16
SYS_access
@@ -60,11 +28,9 @@ SYS_dup2
60
28
SYS_epoll_create
61
29
SYS_epoll_wait
62
30
SYS_eventfd
63
- SYS_fadvise64
64
31
SYS_fcntl64
65
32
SYS_fork
66
33
SYS_fstat64
67
- SYS_fstatat64
68
34
SYS_fstatfs64
69
35
SYS_ftime
70
36
SYS_ftruncate64
@@ -146,9 +112,5 @@ SYS_vserver
146
112
SYS_waitpid
147
113
TIOCCBRK
148
114
TIOCSBRK
149
- fsblkcnt64_t
150
- fsfilcnt64_t
151
115
ip_mreqn
152
116
max_align_t
153
- sysctl
154
- termios2
Original file line number Diff line number Diff line change @@ -2212,15 +2212,13 @@ SYS_pipe2
2212
2212
SYS_pivot_root
2213
2213
SYS_ppoll
2214
2214
SYS_prctl
2215
- SYS_pread64
2216
2215
SYS_preadv
2217
2216
SYS_preadv2
2218
2217
SYS_prlimit64
2219
2218
SYS_process_vm_readv
2220
2219
SYS_process_vm_writev
2221
2220
SYS_pselect6
2222
2221
SYS_ptrace
2223
- SYS_pwrite64
2224
2222
SYS_pwritev
2225
2223
SYS_pwritev2
2226
2224
SYS_quotactl
@@ -2722,7 +2720,6 @@ getmntent
2722
2720
getnameinfo
2723
2721
getpriority
2724
2722
getpwent
2725
- getrandom
2726
2723
getresgid
2727
2724
getresuid
2728
2725
getrlimit
You can’t perform that action at this time.
0 commit comments