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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 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...
 chmod(2) -- change mode of file
    The function chmod() sets the file permission bits of the file specified by the pathname path to mode. fchmod() sets the permission bits of the specified file descriptor fd. chmod() verifies that the ...
 chown(2) -- change owner and group of a file or link
    The owner ID and group ID of the file (or link) named by path or referenced by fd is changed as specified by the arguments owner and group. The owner of a file may change the group to a group of which...
 chroot(2) -- change root directory
    dirname is the address of the pathname of a directory, terminated by an ASCII NUL. chroot() causes dirname to become the root directory, that is, the starting point for path searches of pathnames begi...
<<  [Prev]  18  19  20  21  22  23  24  25  26  27  28  29  30  31  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service