intro(II) introduction to system calls
break, brk, sbrk(II) change core allocation
chdir(II) change working directory
chmod(II) change mode of file
chown(II) change owner and group of a file
close(II) close a file
creat(II) create a new file
csw(II) read console switches
dup(II) duplicate an open file descriptor
exec, execl, execv(II) execute a file
exit(II) terminate process
fork(II) spawn new process
fstat(II) get status of open file
getgid(II) get group identifications
getpid(II) get process identification
getuid(II) get user identifications
gprocs(II) get system process information
gtty(II) get typewriter status
indir(II) indirect system call
kill(II) send signal to a process
link(II) link to a file
mknod(II) make a directory or a special file
mount(II) mount file system
nice(II) set program priority
open(II) open for reading or writing
pipe(II) create an interprocess channel
profil(II) execution time profile
ptrace(II) process trace
read(II) read from file
rtclose(II) close RT-11 file
rtdelete(II) delete RT-11 file
rtmount(II) mount RT-11 file structured device
rtopen(II) open RT-11 file for reading, writing or updating
rtread(II) read from RT-11 file
rtumount(II) dismount RT-11 file structured device
rtwrite(II) write on RT-11 file
seek, lseek(II) move read/write pointer
setgid(II) set process group ID
setuid(II) set process user ID
signal(II) catch or ignore signals
sleep(II) stop execution for interval
stat(II) get file status
stime(II) set time
stty(II) set mode of typewriter
sync(II) update super-block
time(II) get date and time
times(II) get process times
tlimit(II) set process time limit
umount(II) dismount file system
unlink(II) remove directory entry
wait(II) wait for process to terminate
write(II) write on a file
