| | | | |
| S |
| |
| | select -- synchronous I/O multiplexing ( ) |
| |
| | send -- send a message from a socket ( ) |
| |
| | sendmsg -- send a message from a socket ( ) |
| |
| | sendto -- send a message from a socket ( ) |
| |
| | setdomainname -- set domainname of the current host ( ) |
| |
| | setegid -- set group ID ( ) |
| |
| | seteuid -- set user ID ( ) |
| |
| | setgid -- set group ID ( ) |
| |
| | sethostname -- get or set the name of the machine ( ) |
| |
| | setpgid -- set process group ( ) |
| |
| | setpgrp -- set process group ( ) |
| |
| | setrlimit -- control maximum system resource consumption ( ) |
| |
| | setsid -- create session and set process group ID ( ) |
| |
| | setsockopt -- get and set options on sockets ( ) |
| |
| | settimeofday -- get/set date and time ( ) |
| |
| | setuid -- set user ID ( ) |
| |
| | shm_open -- open a shared memory object ( ) |
| |
| | shm_unlink -- unlink a shared memory object ( ) |
| |
| | shutdown -- shut down part of a full-duplex connection ( ) |
| |
| | sigaction -- software signal facilities ( ) |
| |
| | signal |
| | | queue one to a process -- sigqueue ( ) |
| | | wait for queued signals -- sigwaitinfo, sigtimedwait ( ) |
| |
| | sigpending -- get pending signals ( ) |
| |
| | sigprocmask -- manipulate current signal mask ( ) |
| |
| | sigqueue -- queue a signal to a process ( ) ( ) |
| |
| | sigsuspend -- atomically release blocked signals and wait for interrupt ( ) |
| |
| | sigtimedwait -- wait for queued signals ( ) ( ) |
| |
| | sigwait -- wait for queued signals ( ) |
| |
| | sigwaitinfo -- wait for queued signals ( ) ( ) |
| |
| | socket -- create an endpoint for communication ( ) |
| |
| | socketpair -- create a pair of connected sockets ( ) |
| |
| | stat -- get file status ( ) |
| |
| | statfs -- get file system statistics ( ) |
| |
| | swapon -- add a swap device for swapping ( ) |
| |
| | symlink -- make a symbolic link to a file ( ) |
| |
| | sync -- synchronize the disk block in-core status with that on disk ( ) |