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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 gettimeofday(2) -- get/set date and time
    Note: timezone is no longer used; this information is kept outside the kernel. The system's notion of the current Greenwich time and the current time zone is obtained with the gettimeofday() system c...
 getuid(2) -- get user identification
    The getuid() system call returns the real user ID of the calling process. The geteuid() system call returns the effective user ID of the calling process. The real user ID is that of the user who has i...
 i386_get_ioperm(2) -- manage per-process access to the i386 I/O port space
    The i386_get_ioperm() system call will return the permission for the process' I/O port space in the *enable argument. The port range starts at start and the number of contiguous entries will be retur...
 i386_get_ldt(2) -- manage i386 per-process Local Descriptor Table entries
    The i386_get_ldt() system call will return the list of i386 descriptors that the process has in its LDT. The i386_set_ldt() system call will set a list of i386 descriptors for the current process in i...
 i386_set_ioperm(2) -- manage per-process access to the i386 I/O port space
    The i386_get_ioperm() system call will return the permission for the process' I/O port space in the *enable argument. The port range starts at start and the number of contiguous entries will be retur...
 i386_set_ldt(2) -- manage i386 per-process Local Descriptor Table entries
    The i386_get_ldt() system call will return the list of i386 descriptors that the process has in its LDT. The i386_set_ldt() system call will set a list of i386 descriptors for the current process in i...
 i386_vm86(2) -- control vm86-related functions
    The i386_vm86() system call is used to call various vm86 related functions. The function argument can be one of the following values: VM86_INIT This will initialize the kernel's vm86 parameter area f...
 intro(2) -- introduction to system calls and error numbers
    This section provides an overview of the system calls, their error returns, and other common definitions and concepts.
 ioctl(2) -- control device
    The ioctl() system call manipulates the underlying device parameters of special files. In particular, many operating characteristics of character special files (e.g. terminals) may be controlled with ...
 issetugid(2) -- is current process tainted by uid or gid changes
    The issetugid() system call returns 1 if the process environment or memory address space is considered ``tainted'', and returns 0 otherwise. A process is tainted if it was created as a result of an ...
 jail(2) -- imprison current process and future decendants
    The jail() system call sets up a jail and locks the current process in it. The argument is a pointer to a structure describing the prison: struct jail { u_int32_t version; char *path; char *hostname; ...
 jail_attach(2) -- imprison current process and future decendants
    The jail() system call sets up a jail and locks the current process in it. The argument is a pointer to a structure describing the prison: struct jail { u_int32_t version; char *path; char *hostname; ...
 kenv(2) -- kernel environment
    The kenv() system call manipulates kernel environment variables. It supports the well known userland actions of getting, setting and unsetting environment variables, as well as the ability to dump all...
 kevent(2) -- kernel event notification mechanism
    The kqueue() system call provides a generic method of notifying the user when an event happens or a condition holds, based on the results of small pieces of kernel code termed filters. A kevent is ide...
 kill(2) -- send signal to a process
    The kill() system call sends the signal given by sig to pid, a process or a group of processes. The sig argument may be one of the signals specified in sigaction(2) or it may be 0, in which case error...
<<  [Prev]  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  59  60  61  62  63  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service