about summary refs log tree commit diff
path: root/sysdeps/unix/syscalls.list
blob: 39c40ed7f6e2d3517c48b6aa18dc550081789be9 (plain) (blame)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# File name	Caller	Syscall name	Args	Strong name	Weak names

access		-	access		i:si	__access	access
acct		-	acct		i:S	acct
adjtime		-	adjtime		i:pp	__adjtime	adjtime
chdir		-	chdir		i:s	__chdir		chdir
chmod		-	chmod		i:si	__chmod		chmod
chown		-	chown		i:sii	__chown		__chown_internal chown
chroot		-	chroot		i:s	chroot
close		-	close		Ci:i	__libc_close	__close close
dup		-	dup		i:i	__dup		dup
dup2		-	dup2		i:ii	__dup2		dup2
dup3		-	dup3		i:iii	__dup3		dup3
fchdir		-	fchdir		i:i	__fchdir	fchdir
fchmod		-	fchmod		i:ii	__fchmod	fchmod
fchown		-	fchown		i:iii	__fchown	fchown
fcntl		-	fcntl		Ci:iiF	__libc_fcntl	__fcntl __fcntl_internal fcntl
fstatfs		-	fstatfs		i:ip	__fstatfs	fstatfs
fsync		-	fsync		Ci:i	__libc_fsync	fsync
ftruncate	-	ftruncate	i:ii	__ftruncate	ftruncate
getdomain	-	getdomainname	i:si	getdomainname
getgid		-	getgid		Ei:	__getgid	getgid
getgroups	-	getgroups	i:ip	__getgroups	getgroups
getitimer	-	getitimer	i:ip	__getitimer	getitimer
getpid		-	getpid		Ei:	__getpid	getpid
getpriority	-	getpriority	i:ii	getpriority
getrlimit	-	getrlimit	i:ip	__getrlimit	getrlimit
getrusage	-	getrusage	i:ip	__getrusage	getrusage
gettimeofday	-	gettimeofday	i:PP	__gettimeofday	gettimeofday __gettimeofday_internal
getuid		-	getuid		Ei:	__getuid	getuid
ioctl		-	ioctl		i:iiI	__ioctl		ioctl
kill		-	kill		i:ii	__kill		kill
link		-	link		i:ss	__link		link
lseek		-	lseek		i:iii	__libc_lseek	__lseek lseek
madvise		-	madvise		i:pii	madvise
mkdir		-	mkdir		i:si	__mkdir		mkdir
mmap		-	mmap		b:aniiii __mmap		mmap
mprotect	-	mprotect	i:aii	__mprotect	mprotect
msync		-	msync		Ci:aii	__libc_msync	msync
munmap		-	munmap		i:ai	__munmap	munmap
open		-	open		Ci:siv	__libc_open __open open
profil		-	profil		i:piii	__profil	profil
ptrace		-	ptrace		i:iiii	ptrace
read		-	read		Ci:ibn	__libc_read	__read read
readlink	-	readlink	i:spi	__readlink	readlink
readv		-	readv		Ci:ipi	__readv		readv
reboot		-	reboot		i:i	reboot
rename		-	rename		i:ss	rename
rmdir		-	rmdir		i:s	__rmdir		rmdir
select		-	select		Ci:iPPPP	__select	__libc_select select
setdomain	-	setdomainname	i:si	setdomainname
setegid		-	setegid		i:i	__setegid	setegid
seteuid		-	seteuid		i:i	__seteuid	seteuid
setgid		-	setgid		i:i	__setgid	setgid
setgroups	-	setgroups	i:ip	setgroups
setitimer	-	setitimer	i:ipp	__setitimer	setitimer
setpgid		-	setpgrp		i:ii	__setpgid	setpgid
setpriority	-	setpriority	i:iii	setpriority
setregid	-	setregid	i:ii	__setregid	setregid
setreuid	-	setreuid	i:ii	__setreuid	setreuid
setrlimit	-	setrlimit	i:ip	__setrlimit setrlimit
setsid		-	setsid		i:	__setsid	setsid
settimeofday	-	settimeofday	i:PP	__settimeofday	settimeofday
setuid		-	setuid		i:i	__setuid	setuid
sigaction	-	sigaction	i:ipp	__sigaction	sigaction
sigsuspend	-	sigsuspend	Ci:p	sigsuspend
sstk		-	sstk		b:i	sstk
statfs		-	statfs		i:sp	__statfs	statfs
swapoff		-	swapoff		i:s	swapoff
swapon		-	swapon		i:s	swapon
symlink		-	symlink		i:ss	__symlink	symlink
sync		-	sync		i:	sync
syncfs		-	syncfs		i:i	syncfs
truncate	-	truncate	i:si	__truncate	truncate
umask		-	umask		Ei:i	__umask		umask
uname		-	uname		i:p	__uname		uname
unlink		-	unlink		i:s	__unlink	unlink
utimes		-	utimes		i:sp	__utimes	utimes
vhangup		-	vhangup		i:i	vhangup
write		-	write		Ci:ibn	__libc_write	__write write
writev		-	writev		Ci:ipi	__writev	writev