MAN 2
MAN 2
- Intro, intro - introduction to system calls and error numbers
- _lwp_cond_signal, _lwp_cond_broadcast - signal a condition variable
- _lwp_cond_wait, _lwp_cond_timedwait - wait on a condition variable
- _lwp_create - create a new light-weight process
- _lwp_exit - terminate the calling LWP
- _lwp_info - return the time-accounting information of a single LWP
- _lwp_kill - send a signal to a LWP
- _lwp_makecontext - initialize an LWP context
- _lwp_mutex_lock, _lwp_mutex_unlock, _lwp_mutex_trylock - mutual exclusion
- _lwp_self - get LWP identifier
- _lwp_sema_wait, _lwp_sema_trywait, _lwp_sema_init, _lwp_sema_post -
- _lwp_setprivate, _lwp_getprivate - set/get LWP specific storage
- _lwp_suspend, _lwp_continue - continue or suspend LWP execution
- _lwp_wait - wait for a LWP to terminate
- _signotifywait, _lwp_sigredirect - deliver process signals to specific LWPs
- acct - enable or disable process accounting
- acl, facl - get or set a file's Access Control List (ACL)
- adjtime - correct the time to allow synchronization of the system clock
- alarm - set a process alarm clock
- audit - write a record to the audit log
- auditon - manipulate auditing
- auditsvc - write audit log to specified file descriptor
- brk, sbrk - change the amount of space allocated for the calling process's data segment
- chdir, fchdir - change working directory
- chmod, fchmod - change access permission mode of file
- chown, lchown, fchown - change owner and group of a file
- chroot, fchroot - change root directory
- creat - create a new file or rewrite an existing one
- dup - duplicate an open file descriptor
- exec, execl, execv, execle, execve, execlp, execvp - execute a file
- fork, fork1 - create a new process
- fpathconf, pathconf - get configurable pathname variables
- getaudit, setaudit - get and set process audit information
- getauid, setauid - get and set user audit identity
- getcontext, setcontext - get and set current user context
- getdents - read directory entries and put in a file system independent format
- getgroups, setgroups - get or set supplementary group access list IDs
- getitimer, setitimer - get or set value of interval timer
- getmsg, getpmsg - get next message off a stream
- getpid, getpgrp, getppid, getpgid - get process, process group, and parent process IDs
- getrlimit, setrlimit - control maximum system resource consumption
- getsid - get process group ID of session leader
- getuid, geteuid, getgid, getegid - get real user, effective user, real group, and effective group IDs
- ioctl - control device
- kill - send a signal to a process or a group of processes
- link - link to a file
- llseek - move extended read/write file pointer
- lseek - move read/write file pointer
- memcntl - memory management control
- mincore - determine residency of memory pages
- mkdir - make a directory
- mknod - make a directory, or a special or ordinary file
- mmap - map pages of memory
- mount - mount a file system
- mprotect - set protection of memory mapping
- msgctl - message control operations
- msgget - get message queue
- munmap - unmap pages of memory
- nice - change priority of a process
- ntp_adjtime - adjust local clock parameters
- ntp_gettime - get local clock values
- p_online - change processor operational status
- pause - suspend process until signal
- pipe - create an interprocess channel
- poll - input/output multiplexing
- priocntl - process scheduler control
- priocntlset - generalized process scheduler control
- processor_bind - bind LWPs to a processor
- processor_info - determine type and status of a processor
- profil - execution time profile
- pset_bind - bind LWPs to a set of processors
- pset_create, pset_destroy, pset_assign - manage sets of processors
- pset_info - get information about a processor set
- ptrace - allows a parent process to control the execution of a child process
- putmsg, putpmsg - send a message on a stream
- readlink - read the contents of a symbolic link
- rename - change the name of a file
- resolvepath - resolve all symbolic links of a path name
- rmdir - remove a directory
- semctl - semaphore control operations
- semget - get set of semaphores
- semop - semaphore operations
- setpgid - set process group ID
- setpgrp - set process group ID
- setregid - set real and effective group IDs
- setreuid - set real and effective user IDs
- setuid, setegid, seteuid, setgid - set user and group IDs
- shmctl - shared memory control operations
- shmget - get shared memory segment identifier
- shmop, shmat, shmdt - shared memory operations
- sigaction - detailed signal management
- sigaltstack - set or get signal alternate stack context
- sigpending - examine signals that are blocked and pending
- sigprocmask - change and/or examine caller's signal mask
- sigsend, sigsendset - send a signal to a process or a group of processes
- sigsuspend - install a signal mask and suspend caller until signal
- sigwait - wait until a signal is posted
- stat, lstat, fstat - get file status
- statvfs, fstatvfs - get file system information
- stime - set system time and date
- swapctl - manage swap space
- symlink - make a symbolic link to a file
- sync - update super block
- sysfs - get file system type information
- sysinfo - get and set system information strings
- time - get time
- times - get process and child process times
- uadmin - administrative control
- umask - set and get file creation mask
- umount - unmount a file system
- uname - get name of current operating system
- unlink - remove directory entry
- ustat - get file system statistics
- utime - set file access and modification times
- utimes - set file access and modification times
- vfork - spawn new process in a virtual memory efficient way
- vhangup - virtually \*(lqhangup\*(rq the current controlling terminal
- wait - wait for child process to stop or terminate
- waitid - wait for child process to change state
- waitpid - wait for child process to change state
- write, pwrite, writev - write on a file
- yield - yield execution to another lightweight process
|
|
Created by unroff & hp-tools.
© by Hans-Peter Bischof. All Rights Reserved (1997).
Last modified 07/October/97