Skip to content

Commit a68ceaa

Browse files
committed
Append common Linux syscalls into dictionary
The list was taken from Linux kernel source. See https://github.com/paolostivanin/syscalls-table-64bit
1 parent 3a94942 commit a68ceaa

File tree

1 file changed

+127
-0
lines changed

1 file changed

+127
-0
lines changed

scripts/aspell-pws

+127
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,136 @@ randombyte
156156
randombit
157157
ioctl
158158
syscall
159+
syscalls
159160
getrandom
160161
dev
161162
urandom
163+
arch
162164
aarch
163165
risc
164166
riscv
167+
lseek
168+
mmap
169+
mprotect
170+
munmap
171+
brk
172+
pread
173+
pwrite
174+
readv
175+
writev
176+
sched
177+
msync
178+
mincore
179+
madvise
180+
shmget
181+
shmat
182+
shmctl
183+
dup
184+
nanosleep
185+
getitimer
186+
setitimer
187+
getpid
188+
sendfile
189+
sendto
190+
recvfrom
191+
sendmsg
192+
recvmsg
193+
socketpair
194+
setsockopt
195+
getsockopt
196+
fcntl
197+
flock
198+
fsync
199+
fdatasync
200+
ftruncate
201+
getdents
202+
getcwd
203+
chdir
204+
fchdir
205+
mkdir
206+
rmdir
207+
creat
208+
unlink
209+
symlink
210+
readlink
211+
chmod
212+
fchmod
213+
chown
214+
fchown
215+
lchown
216+
umask
217+
gettimeofday
218+
getrlimit
219+
getrusage
220+
sysinfo
221+
ptrace
222+
getuid
223+
syslog
224+
getgid
225+
setuid
226+
setgid
227+
capget
228+
capset
229+
sigaltstack
230+
utime
231+
mknod
232+
ustat
233+
statfs
234+
fstatfs
235+
sysfs
236+
getpriority
237+
setpriority
238+
setparam
239+
getparam
240+
setscheduler
241+
getscheduler
242+
mlock
243+
munlock
244+
mlockall
245+
munlockall
246+
sysctl
247+
prctl
248+
adjtimex
249+
setrlimit
250+
chroot
251+
sync
252+
acct
253+
settimeofday
254+
umount
255+
swapon
256+
swapoff
257+
sethostname
258+
setdomainname
259+
ioperm
260+
readahead
261+
futex
262+
setaffinity
263+
getaffinity
264+
epoll
265+
fadvise
266+
settime
267+
gettime
268+
tgkill
269+
mq
270+
kexec
271+
ioprio
272+
inotify
273+
openat
274+
splice
275+
signalfd
276+
timerfd
277+
eventfd
278+
preadv
279+
pwritev
280+
recvmmsg
281+
seccomp
282+
userfaultfd
283+
compat
284+
rt
285+
rr
286+
sigaction
287+
sigprocmask
288+
alloc
289+
adjtime
290+
perf
291+
uring

0 commit comments

Comments
 (0)