.xx "intro" "intro - introduction to system calls and error numbers"
.xx "accept" "accept - accept a connection on a socket"
.xx "access" "access - check access permissions of a file or pathname"
.xx "acct" "acct - enable or disable process accounting"
.xx "adjtime" "adjtime - correct the time to allow synchronization of the system clock"
.xx "bind" "bind - bind a name to a socket"
.xx "brk" "brk, sbrk - change data segment size"
.xx "chdir" "chdir, fchdir - change current working directory"
.xx "chflags" "chflags, fchflags - set file flags"
.xx "chmod" "chmod, fchmod - change mode of file"
.xx "chown" "chown, fchown - change owner and group of a file"
.xx "chroot" "chroot - change root directory"
.xx "close" "close - delete a descriptor"
.xx "connect" "connect - initiate a connection on a socket"
.xx "creat" "creat - create a new file"
.xx "dup" "dup, dup2 - duplicate an existing file descriptor"
.xx "execve" "execve - execute a file"
.xx "_exit" "_exit - terminate the calling process"
.xx "fcntl" "fcntl - file control"
.xx "flock" "flock - apply or remove an advisory lock on an open file"
.xx "fork" "fork - create a new process"
.xx "fsync" "fsync - synchronize a file's in-core state with that on disk"
.xx "getdirentries" "getdirentries - get directory entries in a filesystem independent format"
.xx "getdtablesize" "getdtablesize - get descriptor table size"
.xx "getfh" "getfh - get file handle"
.xx "getfsstat" "getfsstat - get list of all mounted filesystems"
.xx "getgid" "getgid, getegid - get group process identification"
.xx "getgroups" "getgroups - get group access list"
.xx "getitimer" "getitimer, setitimer - get/set value of interval timer"
.xx "getlogin" "getlogin, setlogin - get/set login name"
.xx "getpeername" "getpeername - get name of connected peer"
.xx "getpgrp" "getpgrp - get process group"
.xx "getpid" "getpid, getppid - get parent or calling process identification"
.xx "getpriority" "getpriority, setpriority - get/set program scheduling priority"
.xx "getrlimit" "getrlimit, setrlimit - control maximum system resource consumption"
.xx "getrusage" "getrusage - get information about resource utilization"
.xx "getsockname" "getsockname - get socket name"
.xx "getsockopt" "getsockopt, setsockopt - get and set options on sockets"
.xx "gettimeofday" "gettimeofday, settimeofday - get/set date and time"
.xx "getuid" "getuid, geteuid - get user identification"
.xx "ioctl" "ioctl - control device"
.xx "kill" "kill - send signal to a process"
.xx "killpg" "killpg - send signal to a process group"
.xx "ktrace" "ktrace - process tracing"
.xx "link" "link - make a hard file link"
.xx "listen" "listen - listen for connections on a socket"
.xx "lseek" "lseek - reposition read/write file offset"
.xx "madvise" "madvise - give advise about use of memory"
.xx "mincore" "mincore - get advise about use of memory"
.xx "mkdir" "mkdir - make a directory file"
.xx "mkfifo" "mkfifo - make a fifo file"
.xx "mknod" "mknod - make a special file node"
.xx "mlock" "mlock, munlock - lock (unlock) physical pages in memory"
.xx "mmap" "mmap - map files or devices into memory"
.xx "mount" "mount, unmount - mount or dismount a filesystem"
.xx "mprotect" "mprotect - control the protection of pages"
.xx "msync" "msync - synchronize a mapped region"
.xx "munmap" "munmap - remove a mapping"
.xx "nfssvc" "nfssvc - NFS services"
.xx "open" "open - open or create a file for reading or writing"
.xx "pathconf" "pathconf, fpathconf - get configurable pathname variables"
.xx "pipe" "pipe - create descriptor pair for interprocess communication"
.xx "profil" "profil - control process profiling"
.xx "ptrace" "process trace"
.xx "quotactl" "quotactl - manipulate filesystem quotas"
.xx "read" "read, readv - read input"
.xx "readlink" "readlink - read value of a symbolic link"
.xx "reboot" "reboot - reboot system or halt processor"
.xx "recv" "recv, recvfrom, recvmsg - receive a message from a socket"
.xx "rename" "rename - change the name of a file"
.xx "revoke" "revoke - revoke file access"
.xx "rmdir" "rmdir - remove a directory file"
.xx "select" "select - synchronous I/O multiplexing"
.xx "send" "send, sendto, sendmsg - send a message from a socket"
.xx "setgroups" "setgroups - set group access list"
.xx "setpgid" "setpgid, setpgrp - set process group"
.xx "setregid" "setregid - set real and effective group ID"
.xx "setreuid" "setreuid - set real and effective user ID's"
.xx "setsid" "setsid - create session and set process group ID"
.xx "setuid" "setuid, seteuid, setgid, setegid, - set user and group ID"
.xx "shutdown" "shutdown - shut down part of a full-duplex connection"
.xx "sigaction" "sigaction - software signal facilities"
.xx "sigaltstack" "sigaltstack - set and/or get signal stack context"
.xx "sigblock" "sigblock - block signals"
.xx "sigpause" "sigpause - atomically release blocked signals and wait for interrupt"
.xx "sigpending" "sigpending - get pending signals"
.xx "sigprocmask" "sigprocmask - manipulate current signal mask"
.xx "sigreturn" "sigreturn - return from signal"
.xx "sigsetmask" "sigsetmask - set current signal mask"
.xx "sigstack" "sigstack - set and/or get signal stack context"
.xx "sigsuspend" "sigsuspend - atomically release blocked signals and wait for interrupt"
.xx "sigvec" "sigvec - software signal facilities"
.xx "socket" "socket - create an endpoint for communication"
.xx "socketpair" "socketpair - create a pair of connected sockets"
.xx "stat" "stat, lstat, fstat - get file status"
.xx "statfs" "statfs - get file system statistics"
.xx "swapon" "swapon - add a swap device for interleaved paging/swapping"
.xx "symlink" "symlink - make symbolic link to a file"
.xx "sync" "sync - synchronize disk block in-core status with that on disk"
.xx "syscall" "syscall, __syscall - indirect system call"
.xx "truncate" "truncate, ftruncate - truncate a file to a specified length"
.xx "umask" "umask - set file creation mode mask"
.xx "unlink" "unlink - remove directory entry"
.xx "utimes" "utimes - set file access and modification times"
.xx "vfork" "vfork - spawn new process in a virtual memory efficient way"
.xx "wait" "wait, waitpid, wait4, wait3 - wait for process termination"
.xx "write" "write, writev - write output"
