home *** CD-ROM | disk | FTP | other *** search
-
- Intro.2.html:
- Title = Intro(2)
- Version = 1.0
- Name = Intro - introduction to system calls, error numbers, privileges, large file support, threads, and lightweight processes
- IndexEntry = intro - introduction to system calls, error numbers, privileges, large file support, threads, and lightweight processes
- SubName = intro - introduction to system calls, error numbers, privileges, large file support, threads, and lightweight processes
- SubName = errno - variable set by system calls on error
- SubName = errno.h - system error numbers and names
-
- access.2.html:
- Title = access(2)
- Version = 1.0
- Name = access - determine accessibility of a file
-
- acct.2.html:
- Title = acct(2)
- Version = 1.0
- Name = acct - enable or disable process accounting
-
- acl.2.html:
- Title = acl(2)
- Version = 1.0
- Name = acl - set a file's Access Control List (ACL)
-
- aclipc.2.html:
- Title = aclipc(2)
- Version = 1.0
- Name = aclipc - get or set an IPC object's ACL, return the number of ACL entries
-
- adjtime.2.html:
- Title = adjtime(2)
- Version = 1.0
- Name = adjtime - correct the time to allow synchronization of the system clock
-
- alarm.2.html:
- Title = alarm(2)
- Version = 1.0
- Name = alarm - set process alarm clock
-
- auditbuf.2.html:
- Title = auditbuf(2)
- Version = 1.0
- Name = auditbuf - get or set the audit buffer attributes
-
- auditctl.2.html:
- Title = auditctl(2)
- Version = 1.0
- Name = auditctl - get or set the status of auditing
-
- auditdmp.2.html:
- Title = auditdmp(2)
- Version = 1.0
- Name = auditdmp - write audit record to audit buffer
-
- auditevt.2.html:
- Title = auditevt(2)
- Version = 1.0
- Name = auditevt - get or set auditable events
-
- auditlog.2.html:
- Title = auditlog(2)
- Version = 1.0
- Name = auditlog - get or set audit log file attributes
-
- brk.2.html:
- Title = brk(2)
- Version = 1.0
- Name = brk, sbrk - change data segment space allocation
-
- cg_bind.2.html:
- Title = cg_bind(2)
- Version = 1.0
- Name = cg_bind - set a target CPU-Group for a process or its children
-
- cg_current.2.html:
- Title = cg_current(2)
- Version = 1.0
- Name = cg_current - obtain identifier for the current CPU-Group
-
- cg_ids.2.html:
- Title = cg_ids(2)
- Version = 1.0
- Name = cg_ids - return the CPU-Groups in the system
-
- cg_info.2.html:
- Title = cg_info(2)
- Version = 1.0
- Name = cg_info - get information about a CPU-Group
-
- cg_memloc.2.html:
- Title = cg_memloc(2)
- Version = 1.0
- Name = cg_memloc - determine physical location of memory pages
-
- cg_processors.2.html:
- Title = cg_processors(2)
- Version = 1.0
- Name = cg_processors - return the processors within a CPU-Group
-
- chdir.2.html:
- Title = chdir(2)
- Version = 1.0
- Name = chdir, fchdir - change working directory
-
- chmod.2.html:
- Title = chmod(2)
- Version = 1.0
- Name = chmod, fchmod - change mode of file
-
- chown.2.html:
- Title = chown(2)
- Version = 1.0
- Name = chown, lchown, fchown - change owner and group of a file
-
- chroot.2.html:
- Title = chroot(2)
- Version = 1.0
- Name = chroot - change root directory
-
- close.2.html:
- Title = close(2)
- Version = 1.0
- Name = close - close a file descriptor
-
- creat.2.html:
- Title = creat(2)
- Version = 1.0
- Name = creat, creat64 - create a new file or rewrite an existing one
- SubName = creat64 - create a new ordinary file or rewrite an existing one (supports large files)
-
- dup.2.html:
- Title = dup(2)
- Version = 1.0
- Name = dup - duplicate an open file descriptor
-
- exec.2.html:
- Title = exec(2)
- Version = 1.0
- Name = exec: execl, execv, execle, execve, execlp, execvp - execute a file
-
- exit.2.html:
- Title = exit(2)
- Version = 1.0
- Name = exit, _exit - terminate process
-
- fcntl.2.html:
- Title = fcntl(2)
- Version = 1.0
- Name = fcntl - file control
-
- filepriv.2.html:
- Title = filepriv(2)
- Version = 1.0
- Name = filepriv - set, retrieve, or count the privileges associated with a file
-
- fork.2.html:
- Title = fork(2)
- Version = 1.0
- Name = fork, forkall, fork1 - create a new process
-
- fpathconf.2.html:
- Title = fpathconf(2)
- Version = 1.0
- Name = fpathconf, pathconf - get configurable pathname variables
- SubName = fpathconf - get configurable pathname variables
- SubName = pathconf - get configurable pathname variables
-
- fsync.2.html:
- Title = fsync(2)
- Version = 1.0
- Name = fsync - synchronize a file's in-memory state with that on the physical medium
-
- getcontext.2.html:
- Title = getcontext(2)
- Version = 1.0
- Name = getcontext, setcontext - get and set current user context
-
- getdents.2.html:
- Title = getdents(2)
- Version = 1.0
- Name = getdents - read directory entries and put in a file system independent format
-
- getgroups.2.html:
- Title = getgroups(2)
- Version = 1.0
- Name = getgroups, setgroups - get or set supplementary group access list IDs
-
- getksym.2.html:
- Title = getksym(2)
- Version = 1.0
- Name = getksym - get information for a global kernel symbol
-
- getmsg.2.html:
- Title = getmsg(2)
- Version = 1.0
- Name = getmsg, getpmsg - get next message off a stream
- SubName = getmsg - get next message off a stream
- SubName = getpmsg - get next message off a stream
-
- getpid.2.html:
- Title = getpid(2)
- Version = 1.0
- Name = getpid, getpgrp, getppid, getpgid - get process, process group, and parent process IDs
-
- getrlimit.2.html:
- Title = getrlimit(2)
- Version = 1.0
- Name = getrlimit, getrlimit64, setrlimit, setrlimit64 - control maximum system resource consumption
- SubName = getrlimit - get maximum system resource consumption
- SubName = setrlimit - set maximum system resource consumption
- SubName = getrlimit64 - get maximum system resource consumption (supports large files)
- SubName = setrlimit64 - set maximum system resource consumption (supports large files)
- SubName = getrlimit - get maximum system resource consumption
- SubName = getrlimit64 - get maximum system resource consumption (supports large files)
- SubName = setrlimit - set maximum system resource consumption
- SubName = setrlimit64 - set maximum system resource consumption (supports large files)
-
- getsid.2.html:
- Title = getsid(2)
- Version = 1.0
- Name = getsid - get session ID
-
- gettimeofday.2.html:
- Title = gettimeofday(2)
- Version = 1.0
- Name = gettimeofday, settimeofday - date and time functions
- SubName = gettimeofday - get date and time
- SubName = settimeofday - set date and time
-
- getuid.2.html:
- Title = getuid(2)
- Version = 1.0
- Name = getuid, geteuid, getgid, getegid - get real user, effective user, real group, and effective group IDs
-
- ioctl.2.html:
- Title = ioctl(2)
- Version = 1.0
- Name = ioctl - control device
-
- keyctl.2.html:
- Title = keyctl(2)
- Version = 1.0
- Name = keyctl - sets and retrieves user and processor limits
-
- kill.2.html:
- Title = kill(2)
- Version = 1.0
- Name = kill - send a signal to a process or a group of processes
-
- link.2.html:
- Title = link(2)
- Version = 1.0
- Name = link - link to a file
-
- lseek.2.html:
- Title = lseek(2)
- Version = 1.0
- Name = lseek, lseek64 - move read/write file pointer
- SubName = lseek64 - move read/write file pointer (supports large files)
-
- _lwp_cond_broadcast.2.html:
- Title = _lwp_cond_broadcast(2)
- Version = 1.0
- Name = _lwp_cond_broadcast - broadcast a wake up to all LWPs waiting on a condition variable
-
- _lwp_cond_signal.2.html:
- Title = _lwp_cond_signal(2)
- Version = 1.0
- Name = _lwp_cond_signal - wake up a single LWP waiting on a condition variable
-
- _lwp_cond_timedwait.2.html:
- Title = _lwp_cond_timedwait(2)
- Version = 1.0
- Name = _lwp_cond_timedwait - wait on a condition variable for a limited time
-
- _lwp_cond_wait.2.html:
- Title = _lwp_cond_wait(2)
- Version = 1.0
- Name = _lwp_cond_wait - wait on a condition variable
-
- _lwp_continue.2.html:
- Title = _lwp_continue(2)
- Version = 1.0
- Name = _lwp_continue - continue LWP execution
-
- _lwp_create.2.html:
- Title = _lwp_create(2)
- Version = 1.0
- Name = _lwp_create - create a new LWP associated with the current process
-
- _lwp_exit.2.html:
- Title = _lwp_exit(2)
- Version = 1.0
- Name = _lwp_exit - terminate the calling LWP
-
- _lwp_getprivate.2.html:
- Title = _lwp_getprivate(2)
- Version = 1.0
- Name = _lwp_getprivate - get LWP-specific reference
-
- _lwp_info.2.html:
- Title = _lwp_info(2)
- Version = 1.0
- Name = _lwp_info - get time-accounting information of a single LWP
-
- _lwp_kill.2.html:
- Title = _lwp_kill(2)
- Version = 1.0
- Name = _lwp_kill - send a signal to a sibling lightweight process
-
- _lwp_makecontext.2.html:
- Title = _lwp_makecontext(2)
- Version = 1.0
- Name = _lwp_makecontext - make an LWP context
-
- _lwp_mutex_lock.2.html:
- Title = _lwp_mutex_lock(2)
- Version = 1.0
- Name = _lwp_mutex_lock - lock a mutex
-
- _lwp_mutex_trylock.2.html:
- Title = _lwp_mutex_trylock(2)
- Version = 1.0
- Name = _lwp_mutex_trylock - conditionally lock a mutex
-
- _lwp_mutex_unlock.2.html:
- Title = _lwp_mutex_unlock(2)
- Version = 1.0
- Name = _lwp_mutex_unlock - unlock a mutex
-
- _lwp_self.2.html:
- Title = _lwp_self(2)
- Version = 1.0
- Name = _lwp_self - get current LWP's identifier
-
- _lwp_sema_init.2.html:
- Title = _lwp_sema_init(2)
- Version = 1.0
- Name = _lwp_sema_init - initialize a semaphore
-
- _lwp_sema_post.2.html:
- Title = _lwp_sema_post(2)
- Version = 1.0
- Name = _lwp_sema_post - release a semaphore
-
- _lwp_sema_trywait.2.html:
- Title = _lwp_sema_trywait(2)
- Version = 1.0
- Name = _lwp_sema_trywait - conditionally acquire the semaphore
-
- _lwp_sema_wait.2.html:
- Title = _lwp_sema_wait(2)
- Version = 1.0
- Name = _lwp_sema_wait - acquire a semaphore
-
- _lwp_setprivate.2.html:
- Title = _lwp_setprivate(2)
- Version = 1.0
- Name = _lwp_setprivate - set LWP-specific reference
-
- _lwp_suspend.2.html:
- Title = _lwp_suspend(2)
- Version = 1.0
- Name = _lwp_suspend - suspend LWP execution
-
- _lwp_wait.2.html:
- Title = _lwp_wait(2)
- Version = 1.0
- Name = _lwp_wait - wait for termination of a sibling LWP
-
- memcntl.2.html:
- Title = memcntl(2)
- Version = 1.0
- Name = memcntl - memory management control
-
- mincore.2.html:
- Title = mincore(2)
- Version = 1.0
- Name = mincore - determine residency of memory pages
-
- mkdir.2.html:
- Title = mkdir(2)
- Version = 1.0
- Name = mkdir - make a directory
-
- mknod.2.html:
- Title = mknod(2)
- Version = 1.0
- Name = mknod - make a directory, or a special or ordinary file
-
- mmap.2.html:
- Title = mmap(2)
- Version = 1.0
- Name = mmap, mmap64 - map pages of memory
- SubName = mmap - map pages of memory
- SubName = mmap64 - map pages of memory (supports large files)
-
- modload.2.html:
- Title = modload(2)
- Version = 1.0
- Name = modload - load a loadable kernel module on demand
-
- modpath.2.html:
- Title = modpath(2)
- Version = 1.0
- Name = modpath - change loadable kernel modules search path
-
- modstat.2.html:
- Title = modstat(2)
- Version = 1.0
- Name = modstat - get information for loadable kernel modules
-
- moduload.2.html:
- Title = moduload(2)
- Version = 1.0
- Name = moduload - unload a loadable kernel module on demand
-
- mount.2.html:
- Title = mount(2)
- Version = 1.0
- Name = mount - mount a file system
-
- mprotect.2.html:
- Title = mprotect(2)
- Version = 1.0
- Name = mprotect - set protection of memory mapping
-
- msgctl.2.html:
- Title = msgctl(2)
- Version = 1.0
- Name = msgctl - message control operations
-
- msgget.2.html:
- Title = msgget(2)
- Version = 1.0
- Name = msgget - get message queue
-
- msgop.2.html:
- Title = msgop(2)
- Version = 1.0
- Name = msgop: msgsnd, msgrcv - message operations
-
- munmap.2.html:
- Title = munmap(2)
- Version = 1.0
- Name = munmap - unmap pages of memory
-
- nice.2.html:
- Title = nice(2)
- Version = 1.0
- Name = nice - change priority of a time-sharing process
-
- open.2.html:
- Title = open(2)
- Version = 1.0
- Name = open, open64 - open for reading or writing
- SubName = open64 - open for reading or writing (supports large files)
-
- pause.2.html:
- Title = pause(2)
- Version = 1.0
- Name = pause - suspend process until signal
-
- pipe.2.html:
- Title = pipe(2)
- Version = 1.0
- Name = pipe - create an interprocess channel
-
- plock.2.html:
- Title = plock(2)
- Version = 1.0
- Name = plock - lock into memory or unlock process, text, or data
-
- poll.2.html:
- Title = poll(2)
- Version = 1.0
- Name = poll - input/output multiplexing
-
- p_online.2.html:
- Title = p_online(2)
- Version = 1.0
- Name = p_online - take a processor online or offline
-
- pread.2.html:
- Title = pread(2)
- Version = 1.0
- Name = pread, pread64 - atomic position and read
- SubName = pread - atomic position and read
- SubName = pread64 - atomic position and read (supports large files)
-
- priocntl.2.html:
- Title = priocntl(2)
- Version = 1.0
- Name = priocntl - process scheduler control
-
- priocntllist.2.html:
- Title = priocntllist(2)
- Version = 1.0
- Name = priocntllist - generalized process scheduler control for a set of LWPs
-
- priocntlset.2.html:
- Title = priocntlset(2)
- Version = 1.0
- Name = priocntlset - generalized process scheduler control
-
- processor_bind.2.html:
- Title = processor_bind(2)
- Version = 1.0
- Name = processor_bind - bind or unbind to a processor
-
- processor_exbind.2.html:
- Title = processor_exbind(2)
- Version = 1.0
- Name = processor_exbind - exclusively bind or unbind a processor
-
- processor_info.2.html:
- Title = processor_info(2)
- Version = 1.0
- Name = processor_info - get information about a processor
-
- procpriv.2.html:
- Title = procpriv(2)
- Version = 1.0
- Name = procpriv - add, retrieve, remove, count, or put privileges associated with the calling process
-
- profil.2.html:
- Title = profil(2)
- Version = 1.0
- Name = profil - execution time profile
-
- ptrace.2.html:
- Title = ptrace(2)
- Version = 1.0
- Name = ptrace - process trace
-
- putmsg.2.html:
- Title = putmsg(2)
- Version = 1.0
- Name = putmsg, putpmsg - send a message on a stream
- SubName = putmsg - send a message on a stream
- SubName = putpmsg - send a message on a stream
-
- pwrite.2.html:
- Title = pwrite(2)
- Version = 1.0
- Name = pwrite, pwrite64 - atomic position and write
- SubName = pwrite - atomic position and write
- SubName = pwrite64 - atomic position and write (supports large files)
-
- read.2.html:
- Title = read(2)
- Version = 1.0
- Name = read, readv - read from file
- SubName = read - read from file
- SubName = readv - read from file
-
- readlink.2.html:
- Title = readlink(2)
- Version = 1.0
- Name = readlink - read the value of a symbolic link
-
- rename.2.html:
- Title = rename(2)
- Version = 1.0
- Name = rename - change the name of a file
-
- rmdir.2.html:
- Title = rmdir(2)
- Version = 1.0
- Name = rmdir - remove a directory
-
- secadvise.2.html:
- Title = secadvise(2)
- Version = 1.0
- Name = secadvise - get kernel advisory access information
-
- semctl.2.html:
- Title = semctl(2)
- Version = 1.0
- Name = semctl - semaphore control operations
-
- semget.2.html:
- Title = semget(2)
- Version = 1.0
- Name = semget - get set of semaphores
-
- semop.2.html:
- Title = semop(2)
- Version = 1.0
- Name = semop - semaphore operations
-
- setpgid.2.html:
- Title = setpgid(2)
- Version = 1.0
- Name = setpgid - set process group ID
-
- setpgrp.2.html:
- Title = setpgrp(2)
- Version = 1.0
- Name = setpgrp - set process group ID
-
- setsid.2.html:
- Title = setsid(2)
- Version = 1.0
- Name = setsid - set session ID
-
- setuid.2.html:
- Title = setuid(2)
- Version = 1.0
- Name = setuid, setgid - set user and group IDs
-
- shmctl.2.html:
- Title = shmctl(2)
- Version = 1.0
- Name = shmctl - shared memory control operations
-
- shmget.2.html:
- Title = shmget(2)
- Version = 1.0
- Name = shmget - get shared memory segment identifier
-
- shmop.2.html:
- Title = shmop(2)
- Version = 1.0
- Name = shmop: shmat, shmdt - shared memory operations
- SubName = shmat - attach shared memory segment
- SubName = shmdt - detach shared memory segment
-
- sigaction.2.html:
- Title = sigaction(2)
- Version = 1.0
- Name = sigaction - detailed signal management
-
- sigaltstack.2.html:
- Title = sigaltstack(2)
- Version = 1.0
- Name = sigaltstack - set or get signal alternate stack context
-
- signal.2.html:
- Title = signal(2)
- Version = 1.0
- Name = signal, sigset, sighold, sigrelse, sigignore, sigpause - simplified signal management
- SubName = sigset - modify signal dispositions
- SubName = sighold - add signal to signal mass
- SubName = sigrelse - remove signal from signal mass
- SubName = sigignore - set signal disposition to SIG_IGN
- SubName = sigpause - suspend process until signal is received
-
- sigpending.2.html:
- Title = sigpending(2)
- Version = 1.0
- Name = sigpending - examine signals that are blocked and pending
-
- sigprocmask.2.html:
- Title = sigprocmask(2)
- Version = 1.0
- Name = sigprocmask - change or examine signal mask
-
- sigsend.2.html:
- Title = sigsend(2)
- Version = 1.0
- Name = sigsend, sigsendset - send a signal to a process or a group of processes
-
- sigsuspend.2.html:
- Title = sigsuspend(2)
- Version = 1.0
- Name = sigsuspend - install a signal mask and suspend process until signal
-
- sigwait.2.html:
- Title = sigwait(2)
- Version = 1.0
- Name = sigwait - wait for a signal to be posted
-
- stat.2.html:
- Title = stat(2)
- Version = 1.0
- Name = stat, stat64, lstat, lstat64 fstat, fstat64 - get file status
- SubName = stat - get file status
- SubName = stat64 - get file status (supports large files)
- SubName = lstat - get file or symbolic link status
- SubName = lstat64 - get file or symbolic link status (supports large files)
- SubName = fstat - get status of an open file
- SubName = fstat64 - get status of an open file (supports large files)
-
- statvfs.2.html:
- Title = statvfs(2)
- Version = 1.0
- Name = statvfs, statvfs64, fstatvfs, fstatvfs64 - get file system information
- SubName = statvfs - get information about mounted filesystems
- SubName = statvfs64 - get information about mounted filesystems (supports large files)
- SubName = fstatvfs - get file system information
- SubName = fstatvfs64 - get file system information (supports large files)
-
- stime.2.html:
- Title = stime(2)
- Version = 1.0
- Name = stime - set time
-
- swapctl.2.html:
- Title = swapctl(2)
- Version = 1.0
- Name = swapctl - manage swap space
-
- symlink.2.html:
- Title = symlink(2)
- Version = 1.0
- Name = symlink - make a symbolic link to a file
-
- sync.2.html:
- Title = sync(2)
- Version = 1.0
- Name = sync - update super block
-
- sysfs.2.html:
- Title = sysfs(2)
- Version = 1.0
- Name = sysfs - get file system type information
-
- sysi86.2.html:
- Title = sysi86(2)
- Version = 1.0
- Name = sysi86 - machine-specific functions
-
- sysinfo.2.html:
- Title = sysinfo(2)
- Version = 1.0
- Name = sysinfo - get and set system information strings
-
- time.2.html:
- Title = time(2)
- Version = 1.0
- Name = time - get time
-
- times.2.html:
- Title = times(2)
- Version = 1.0
- Name = times - get process and child process times
-
- truncate.2.html:
- Title = truncate(2)
- Version = 1.0
- Name = truncate, truncate64, ftruncate, ftruncate64 - set a file to a specified length
- SubName = truncate - set a file to a specified length
- SubName = truncate64 - set a file to a specified length (supports large files)
- SubName = ftruncate - set an open file to a specified length
- SubName = ftruncate64 - set an open file to a specified length (supports large files)
-
- uadmin.2.html:
- Title = uadmin(2)
- Version = 1.0
- Name = uadmin - administrative control
-
- ulimit.2.html:
- Title = ulimit(2)
- Version = 1.0
- Name = ulimit - get and set user limits
-
- umask.2.html:
- Title = umask(2)
- Version = 1.0
- Name = umask - set and get file creation mask
-
- umount.2.html:
- Title = umount(2)
- Version = 1.0
- Name = umount - unmount a file system
-
- uname.2.html:
- Title = uname(2)
- Version = 1.0
- Name = uname - get name of current UNIX system
-
- unlink.2.html:
- Title = unlink(2)
- Version = 1.0
- Name = unlink - remove directory entry
-
- ustat.2.html:
- Title = ustat(2)
- Version = 1.0
- Name = ustat - get file system statistics
-
- utime.2.html:
- Title = utime(2)
- Version = 1.0
- Name = utime - set file access and modification times
-
- vfork.2.html:
- Title = vfork(2)
- Version = 1.0
- Name = vfork - spawn new process in a virtual memory efficient way
-
- wait.2.html:
- Title = wait(2)
- Version = 1.0
- Name = wait - wait for child process to stop or terminate
-
- waitid.2.html:
- Title = waitid(2)
- Version = 1.0
- Name = waitid - wait for child process to change state
-
- waitpid.2.html:
- Title = waitpid(2)
- Version = 1.0
- Name = waitpid - wait for child process to change state
-
- write.2.html:
- Title = write(2)
- Version = 1.0
- Name = write, writev - write on a file
- SubName = write - write on a file
- SubName = writev - set of writes on a file
-