*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 settimeofday(2) -- get/set date and time
    Note: time zone information is no longer provided by this interface. See localtime(3) for information on how to retrieve it. The system's notion of the current UTC time is obtained with the gettimeof...
 setuid(2) -- set user and group ID
    The setuid() function sets the real and effective user IDs and the saved set-user-ID of the current process to the specified value. The setuid() function is permitted if the specified ID is equal to t...
 shmat(2) -- map/unmap shared memory
    shmat() maps the shared memory segment associated with the shared memory identifier shmid into the address space of the calling process. The address at which the segment is mapped is determined by the...
 shmctl(2) -- shared memory control operations
    The shmctl() system call performs control operations on the shared memory segment specified by shmid. Each shared memory segment has a shmid_ds structure associated with it which contains the followin...
 shmdt(2) -- map/unmap shared memory
    shmat() maps the shared memory segment associated with the shared memory identifier shmid into the address space of the calling process. The address at which the segment is mapped is determined by the...
 shmget(2) -- get shared memory segment
    shmget() returns the shared memory identifier associated with the key key. The shmflg should be a combination of the following flags: IPC_CREAT create if segment does not exist IPC_EXCL fail if segmen...
 shutdown(2) -- shut down part of a full-duplex connection
    The shutdown() call causes all or part of a full-duplex connection on the socket associated with s to be shut down. The how argument specifies which part of the connection will be shut down. Permissib...
 sigaction(2) -- software signal facilities
    The system defines a set of signals that may be delivered to a process. Signal delivery resembles the occurrence of a hardware interrupt: the signal is blocked from further occurrence, the current pro...
 sigaltstack(2) -- set and/or get signal stack context
    sigaltstack() allows users to define an alternative stack on which signals are to be processed. If ss is non-zero, it specifies a pointer to and the size of a signal stack on which to deliver signals,...
 sigpending(2) -- get pending signals
    The sigpending function returns a mask of the signals pending for delivery to the calling process in the location indicated by set. Signals may be pending because they are currently masked, or they ar...
 sigprocmask(2) -- manipulate current signal mask
    The sigprocmask() function examines and/or changes the current signal mask (those signals that are blocked from delivery). Signals are blocked if they are members of the current signal mask set. If se...
 sigreturn(2) -- return from signal
    sigreturn() allows users to atomically unmask, switch stacks, and return from a signal context. The processes signal mask and stack status are restored from the context. The system call does not retur...
 sigstack(2) -- set and/or get signal stack context
    The sigstack() function has been deprecated in favor of the interface described in sigaltstack(2).
 sigsuspend(2) -- atomically release blocked signals and wait for interrupt
    sigsuspend() temporarily changes the blocked signal mask to the set to which sigmask points, and then waits for a signal to arrive; on return the previous set of masked signals is restored. The signal...
 socket(2) -- create an endpoint for communication
    socket() creates an endpoint for communication and returns a descriptor. The domain parameter specifies a communications domain within which communication will take place; this selects the protocol fa...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service