[Vollbild]  [Home]

Linux system calls - int 80h

Authorities: () = system defined type;     [ ] = is optional;     * = is a pointer;    ? = no information available;     / = or;

sortsort
1.2.3.4.5.6.7.
32-bit-registereaxebxecxedxesiediebp
64-bit-registerraxrbxrcxrdxrsirdirbp
exit1------
fork2------
read3fd*bufcount---
write4fd*bufcount---
open5*pathnameflags[mode(mode_t)]---
close6fd-----
waitpid7pid(pid_t)*statusoptions---
creat8*pathnamemode(mode_t)----
link9*oldpath*newpath----
unlink10*pathname-----
execve11*filename*argv*envp---
chdir12*path-----
time13*t(time_t)-----
mknod14*pathnamemode(mode_t)dev(dev_t)---
chmod15*pathnamemode(mode_t)----
lchown16*pathnameowner(uid_t)group(gid_t)---
break17??????
oldstat18use stat 106 instead !
lseek19fildesoffset(off_t)whence---
getpid20------
mount21*source*target*filesystemtypemountflags*data-
umount22*target-----
setuid23uid(uid_t)-----
getuid24------
stime25*t(time_t)-----
ptrace26request(enum_ptrace_request)pid(pid_t)*addr*data-
alarm27seconds-----
oldfstat28use fstat 108 instead !
pause29------
utime30*filename*buf(utimbuf)----
stty31??????
gtty32??????
access33*pathnamemode----
nice34inc-----
ftime35??????
sync36------
kill37pid(pid_t)sig----
rename38*oldpath*newpath----
mkdir39*pathnamemode(mode_t)----
rmdir40 *pathname-----
dup41oldfd-----
pipe42filedes[2]-----
times43*buf(struct tms)-----
prof44??????
brk45*end_data_segment-----
setgid46gid(gid_t)-----
getgid47------
signal48signumhandler(sighandler_t)----
geteuid49------
getegid50------
acct51*filename-----
umount252*source*target*filesystemtypemountflags*data-
lock53??????
ioctl54fdrequest*argp*arg**
fcntl55fdcmdarg/*lock(flock)---
mpx56??????
setpgid57pid(pid_t)pgid(pid_t)----
ulimit58??????
olduname59use uname 122 instead !
umask60mask(mode_t)-----
chroot61*path-----
ustat62dev(dev_t)*ubuf(ustat)----
dup263oldfdnewfd----
getppid64------
getpgrp65------
setsid66------
sigaction67signum*act(sigaction)*oldact(sigaction)---
sgetmask68??????
ssetmask69??????
setreuid70ruid(uid_t)euid(uid_t)----
setregid71rgid(gid_t)egid(gid_t)----
sigsuspend72*mask(sigset_t)-----
sigpending73*set(sigset_t)-----
sethostname74*namelen(size_t)----
setrlimit75resource*rlim(rlimit)----
getrlimit76resource*rlim(rlimit)----
getrusage77who*usage(rusage)----
gettimeofday78*tv(timeval)*tz(timezone)----
settimeofday79*tv(timeval)*tz(timezone)----
getgroups80sizelist[](gid_t)----
setgroups81size(size_t)*list(gid_t)----
select82n*readfds(fd_set)*writefds(fd_set)*exceptfds(fd_set)*timeout(timeval)-
symlink83*oldpath*newpath----
oldlstat84use lstat 107 instead !
readlink85*path*bufbufsiz(size_t)---
uselib86*library-----
swapon87*pathswapflags----
reboot88magicmagic2flag*arg--
readdir89fd*dirp(dirent)count---
mmap90*startlength(size_t)protflagsfdoffset(off_t)
munmap91*startlength(size_t)---
truncate92*pathlength(off_t)----
ftruncate93fdlength(off_t)----
fchmod94fildesmode(mode_t)----
fchown95fdowner(uid_t)group(gid_t)---
getpriority96whichwho----
setpriority97whichwhoprio---
profil98??????
statfs99*path*buf(statfs)----
fstatfs100fd*buf(statfs)----
ioperm101fromnumturn_on---
socketcall102call*args----
syslog103type*bufplen---
setitimer104which*value(itimerval)ovalue(itimerval)---
getitimer105which*value(itimerval)----
stat106*file_name*buf(stat)----
lstat107*file_name*buf(stat)----
fstat108which*value*ovalue(itimerval)---
olduname109use uname 122 instead !
iopl110level-----
vhangup111------
idle112------
vm86old113use vm86 166 instead !
wait4114pid*statusoptions*rusage(rusage)--
swapoff115*path-----
sysinfo116*info(sysinfo)-----
ipc117callfirstsecondthird*ptrfifth
fsync118fd-----
sigreturn119unused-----
clone120flags*stack-
setdomainname121*namelen(size_t)----
uname122*buf(utsname)-----
modify_ldt123func*ptrbytecount---
adjtimex124*buf(timex)-----
mprotect125*addrlen(size_t)prot---
sigprocmask126how*set(sigset_t)*oldset(sigset_t)---
create_module127*namesize(size_t)----
init_module128*name*image----
delete_module129*name-----
get_kernel_syms130*table(struct kernel_sym)-----
quotactl131cmd*specialid(qid_t)addr(caddr_t)--
getpgid132pid(pid_t)-----
fchdir133 fd-----
bdflush134func*address/data----
sysfs135option*fsname/fs_index*buf---
personality136------
afs_syscall137------
setfsuid138------
setfsgid139------
_llseek140------
getdents141------
_newselect142------
flock143------
msync144------
readv145------
writev146------
getsid147------
fdatasync148------
_sysctl149------
mlock150------
munlock151------
mlockall152------
munlockall153------
sched_setparam154------
sched_getparam155------
sched_setscheduler156pid(pid_t)policy*p(sched_param)---
sched_getscheduler157------
sched_yield158------
sched_get_priority_max159policy-----
sched_get_priority_min160------
sched_rr_get_interval161------
nanosleep162------
mremap163------
setresuid164------
getresuid165------
vm86166------
query_module167------
poll168------
nfsservctl169------
setresgid170------
getresgid171------
prctl172------
rt_sigreturn173------
rt_sigaction174------
rt_sigprocmask175------
rt_sigpending176------
rt_sigtimedwait177------
rt_sigqueueinfo178------
rt_sigsuspend179------
pread180------
pwrite181------
chown182------
getcwd183------
capget184------
capset185------
sigaltstack186------
sendfile187------
getpmsg188------
putpmsg189------
vfork190------
ugetrlimit191------
mmap2192------
truncate64193------
ftruncate64194------
stat64195------
lstat64196------
fstat64197------
lchown32198------
getuid32199------
getgid32200------
geteuid32201------
getegid32202------
setreuid32203------
setregid32204------
getgroups32205------
setgroups32206------
fchown32207------
setresuid32208------
getresuid32209------
setresgid32210------
getresgid32211------
chown32212------
setuid32213------
setgid32214------
setfsuid32215------
setfsgid32216------
pivot_root217------
mincore218------
madvise1219------
getdents64220------
fcntl64221------
security223------
gettid224------
readahead225------
setxattr226------
lsetxattr227------
fsetxattr228------
getxattr229------
lgetxattr230------
fgetxattr231------
listxattr232------
llistxattr233------
flistxattr234------
removexattr235------
lremovexattr236------
fremovexattr237------
tkill238------
sendfile64239------
futex240------
sched_setaffinity241pidcpumask----
sched_getaffinity242------
set_thread_area243------
get_thread_area244------
io_setup245------
io_destroy246------
io_getevents247------
io_submit248------
io_cancel249------
alloc_hugepages250------
free_hugepages251------
exit_group252------

I know something !  
 
Free Web Hosting