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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 sigsuspend(2) -- atomically release blocked signals and wait for interrupt
    The sigsuspend() system call 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 rest...
 sigvec(2) -- software signal facilities
    This interface is made obsolete by sigaction(2). 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...
 socket(2) -- create an endpoint for communication
    The socket() system call creates an endpoint for communication and returns a descriptor. The domain argument specifies a communications domain within which communication will take place; this selects ...
 socketpair(2) -- create a pair of connected sockets
    The socketpair() system call creates an unnamed pair of connected sockets in the specified domain d, of the specified type, and using the optionally specified protocol. The descriptors used in referen...
 stat(2) -- get file status
    The stat() system call obtains information about the file pointed to by path. Read, write or execute permission of the named file is not required, but all directories listed in the path name leading t...
 statfs(2) -- get file system statistics
    The statfs() system call returns information about a mounted file system. The path argument is the path name of any file within the mounted file system. The buf argument is a pointer to a statfs struc...
 swapoff(2) -- control devices for interleaved paging/swapping
    The swapon() system call makes the block device special available to the system for allocation for paging and swapping. The names of potentially available devices are known to the system and defined a...
 swapon(2) -- control devices for interleaved paging/swapping
    The swapon() system call makes the block device special available to the system for allocation for paging and swapping. The names of potentially available devices are known to the system and defined a...
 symlink(2) -- make symbolic link to a file
    A symbolic link name2 is created to name1 (name2 is the name of the file created, name1 is the string used in creating the symbolic link). Either name may be an arbitrary path name; the files need not...
 sync(2) -- schedule file system updates
    The sync() system call forces a write of dirty (modified) buffers in the block buffer cache out to disk. The kernel keeps this information in core to reduce the number of disk I/O transfers required b...
 sysarch(2) -- architecture-dependent system call
    The sysarch() system call performs the architecture-dependent function specified by number with the arguments specified by the args pointer. The args argument is a pointer to a structure defining the ...
 syscall(2) -- indirect system call
    The syscall() function performs the system call whose assembly language interface has the specified number with the specified arguments. Symbolic constants for system calls can be found in the header ...
 truncate(2) -- truncate or extend a file to a specified length
    The truncate() system call causes the file named by path or referenced by fd to be truncated or extended to length bytes in size. If the file was larger than this size, the extra data is lost. If the ...
 umask(2) -- set file creation mode mask
    The umask() routine sets the process's file mode creation mask to numask and returns the previous value of the mask. The 9 low-order access permission bits of numask are used by system calls, includi...
 undelete(2) -- attempt to recover a deleted file
    The undelete() system call attempts to recover the deleted file named by path. Currently, this works only when the named object is a whiteout in a union file system. The system call removes the whiteo...
<<  [Prev]  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  
53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service