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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 accept(2) -- accept a connection on a socket
    The argument s is a socket that has been created with socket(2), bound to an address with bind(2), and is listening for connections after a listen(2). The accept() argument extracts the first connecti...
 access(2) -- check access permissions of a file or pathname
    The access() function checks the accessibility of the file named by path for the access permissions indicated by mode. The value of mode is the bitwise inclusive OR of the access permissions to be che...
 acct(2) -- enable or disable process accounting
    The acct() call enables or disables the collection of system accounting records. If file is NULL, accounting is disabled. If file is an existing, null-terminated pathname, record collection is enabled...
 adjtime(2) -- correct the time to allow synchronization of the system clock
    adjtime() makes small adjustments to the system time, as returned by gettimeofday(2), advancing or retarding it by the time specified by the timeval delta. If delta is negative, the clock is slowed do...
 amd64/amd64_get_ioperm(2) -- manage amd64 per-process I/O permission bitmap
    amd64_get_ioperm() copies the current I/O permission bitmap into the memory referenced by iomap. amd64_set_ioperm() sets the I/O permission bitmap from the data pointed to by iomap. This call is restr...
 amd64/amd64_get_ldt(2) -- manage amd64 per-process Local Descriptor Table entries
    amd64_get_ldt() will return the list of amd64 descriptors that the process has in its LDT. amd64_set_ldt() will set a list of amd64 descriptors for the current process in its LDT. Both routines accept...
 amd64/amd64_get_mtrr(2) -- access Memory Type Range Registers
    These functions provide an interface to the MTRR registers found on 686-class processors for controlling processor access to memory ranges. This is most useful for accessing devices such as video acce...
 amd64/amd64_iopl(2) -- change the amd64 I/O privilege level
    amd64_iopl() sets the amd64 I/O privilege level to the value specified by iopl. This call is restricted to the superuser. Note: Code using the amd64_iopl() function must be compiled using -lamd64.
 amd64/amd64_set_ioperm(2) -- manage amd64 per-process I/O permission bitmap
    amd64_get_ioperm() copies the current I/O permission bitmap into the memory referenced by iomap. amd64_set_ioperm() sets the I/O permission bitmap from the data pointed to by iomap. This call is restr...
 amd64/amd64_set_ldt(2) -- manage amd64 per-process Local Descriptor Table entries
    amd64_get_ldt() will return the list of amd64 descriptors that the process has in its LDT. amd64_set_ldt() will set a list of amd64 descriptors for the current process in its LDT. Both routines accept...
 amd64/amd64_set_mtrr(2) -- access Memory Type Range Registers
    These functions provide an interface to the MTRR registers found on 686-class processors for controlling processor access to memory ranges. This is most useful for accessing devices such as video acce...
 bind(2) -- bind a name to a socket
    bind() assigns a name to an unnamed socket. When a socket is created with socket(2) it exists in a name space (address family) but has no name assigned. bind() requests that name be assigned to the so...
 brk(2) -- change data segment size
    The brk() and sbrk() functions are historical curiosities left over from earlier days before the advent of virtual memory management. The brk() function sets the break or lowest address of a process'...
 chdir(2) -- change current working directory
    The path argument points to the pathname of a directory. The chdir() function causes the named directory to become the current working directory, that is, the starting point for path searches of pathn...
 chflags(2) -- set file flags
    The file whose name is given by path or referenced by the descriptor fd has its flags changed to flags. The flags specified are formed by OR'ing the following values UF_NODUMP Do not dump the file. U...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service