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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 getppid(2) -- get parent or calling process identification
    getpid() returns the process ID of the calling process. The ID is guaranteed to be unique and is useful for constructing temporary file names. getppid() returns the process ID of the parent of the cal...
 getpriority(2) -- get/set program scheduling priority
    The scheduling priority of the process, process group, or user, as indicated by which and who is obtained with the getpriority() call and set with the setpriority() call. which is one of PRIO_PROCESS,...
 getrlimit(2) -- control maximum system resource consumption
    Limits on the consumption of system resources by the current process and each process it creates may be obtained with the getrlimit() call, and set with the setrlimit() call. Resources of an arbitrary...
 getrusage(2) -- get information about resource utilization
    getrusage() returns information describing the resources utilized by the current process, or all its terminated child processes. The who parameter is either RUSAGE_SELF or RUSAGE_CHILDREN. The buffer ...
 getsid(2) -- get session ID
    The getsid function returns the session ID of the process specified by pid. If pid is 0, the session ID of the calling process is returned. The session ID is defined as the process group ID of the pro...
 getsockname(2) -- get socket name
    The getsockname() system call returns the current name for the specified socket. The namelen parameter should be initialized to indicate the amount of space pointed to by name. On return it contains t...
 getsockopt(2) -- get and set options on sockets
    getsockopt() and setsockopt() manipulate the options associated with a socket. Options may exist at multiple protocol levels; they are always present at the uppermost ``socket'' level. When manipula...
 gettimeofday(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...
 getuid(2) -- get user identification
    The getuid() function returns the real user ID of the calling process. The geteuid() function returns the effective user ID of the calling process. The real user ID is that of the user who has invoked...
 i386_get_ioperm(2) -- manage i386 per-process I/O permission bitmap
    i386_get_ioperm() copies the current I/O permission bitmap into the memory referenced by iomap. i386_set_ioperm() sets the I/O permission bitmap from the data pointed to by iomap. This call is restric...
 i386_get_ldt(2) -- manage i386 per-process Local Descriptor Table entries
    i386_get_ldt() will return the list of i386 descriptors that the process has in its LDT. i386_set_ldt() will set a list of i386 descriptors for the current process in its LDT. Both routines accept a s...
 i386_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...
 i386_iopl(2) -- change the i386 I/O privilege level
    i386_iopl() sets the i386 I/O privilege level to the value specified by iopl. This call is restricted to the super-user.
 i386_pmc_info(2) -- interface to CPU performance counters
    These functions provide an interface to the CPU performance counters on the 586-class and 686-class processors. i386_pmc_info() will return information about the available CPU counters. The informatio...
 i386_pmc_read(2) -- interface to CPU performance counters
    These functions provide an interface to the CPU performance counters on the 586-class and 686-class processors. i386_pmc_info() will return information about the available CPU counters. The informatio...
<<  [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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service