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