The full pathname of the file from which the kernel was loaded.
KERN_BOOTTIME
A struct timeval structure is returned. This structure contains the time that the system was booted.
KERN_CLOCKRATE
A struct clockinfo structure is returned. This structure contains the clock, statistics clock and profiling clock frequencies, the number of micro-seconds per hz tick and the skew rate.
KERN_FILE
Return the entire file table. The returned data consists of a single struct filehead followed by an array of struct file, whose size depends on the current number of such objects in the system.
KERN_HOSTID
Get or set the host id.
KERN_HOSTNAME
Get or set the hostname.
KERN_JOB_CONTROL
Return 1 if job control is available on this system, otherwise 0.
KERN_MAXFILES
The maximum number of files that may be open in the system.
KERN_MAXFILESPERPROC
The maximum number of files that may be open for a single process. This limit only applies to processes with an effective uid of nonzero at the time of the open request. Files that have already been opened are not affected if the limit or the effective uid is changed.
KERN_MAXPROC
The maximum number of concurrent processes the system will allow.
KERN_MAXPROCPERUID
The maximum number of concurrent processes the system will allow for a single effective uid. This limit only applies to processes with an effective uid of nonzero at the time of a fork request. Processes that have already been started are not affected if the limit is changed.
KERN_MAXVNODES
The maximum number of vnodes available on the system.
KERN_NGROUPS
The maximum number of supplemental groups.
KERN_NISDOMAINNAME
The name of the current YP/NIS domain.
KERN_OSRELDATE
The kernel release version in the format M mm R xx, where M is the major version, mm is the two digit minor version, R is 0 if release branch, otherwise 1, and xx is updated when the available APIs change.
The userland release version is available from .In osreldate.h ; parse this file if you need to get the release version of the currently installed userland.
KERN_OSRELEASE
The system release string.
KERN_OSREV
The system revision string.
KERN_OSTYPE
The system type string.
KERN_POSIX1
The version of -p1003.1 with which the system attempts to comply.
KERN_PROC
Return selected information about specific running processes.
For the following names, an array of pairs of struct proc followed by corresponding struct eproc structures is returned, whose size depends on the current number of such objects in the system.
"Third level name Fourth level is:" "KERN_PROC_ALL None" "KERN_PROC_PID A process ID" "KERN_PROC_PGRP A process group" "KERN_PROC_TTY A tty device" "KERN_PROC_UID A user ID" "KERN_PROC_RUID A real user ID"
If the third level name is KERN_PROC_ARGS then the command line argument array is returned in a flattened form, i.e., zero-terminated arguments follow each other. The total size of array is returned. It is also possible for a process to set its own process title this way. If the third level name is KERN_PROC_PATHNAME, the path of the process text file is stored. For KERN_PROC_PATHNAME, a process ID of -1 implies the current process.
"Third level name Fourth level is:" KERN_PROC_ARGS "A process ID" KERN_PROC_PATHNAME "A process ID"
KERN_PROF
Return profiling information about the kernel. If the kernel is not compiled for profiling, attempts to retrieve any of the KERN_PROF values will fail with ENOENT. The third level names for the string and integer profiling information is detailed below. The changeable column shows whether a process with appropriate privilege may change the value.
Returns GMON_PROF_ON or GMON_PROF_OFF to show that profiling is running or stopped.
GPROF_COUNT
Array of statistical program counter counts.
GPROF_FROMS
Array indexed by program counter of call-from points.
GPROF_TOS
Array of struct tostruct describing destination of calls and their counts.
GPROF_GMONPARAM
Structure giving the sizes of the above arrays.
KERN_QUANTUM
The maximum period of time, in microseconds, for which a process is allowed to run without being preempted if other processes are in the run queue.
KERN_SAVED_IDS
Returns 1 if saved set-group and saved set-user ID is available.
KERN_SECURELVL
The system security level. This level may be raised by processes with appropriate privilege. It may not be lowered.
KERN_VERSION
The system version string.
KERN_VNODE
Return the entire vnode table. Note, the vnode table is not necessarily a consistent snapshot of the system. The returned data consists of an array whose size depends on the current number of such objects in the system. Each element of the array contains the kernel address of a vnode struct vnode * followed by the vnode itself struct vnode.
Return the entire routing table or a subset of it. The data is returned as a sequence of routing messages (see route(4) for the header file, format and meaning). The length of each message is contained in the message header.
The third level name is a protocol number, which is currently always 0. The fourth level name is an address family, which may be set to 0 to select all address families. The fifth and sixth level names are as follows:
"Fifth level name Sixth level is:" "NET_RT_FLAGS rtflags" "NET_RT_DUMP None" "NET_RT_IFLIST 0 or if_index" "NET_RT_IFMALIST 0 or if_index"
The NET_RT_IFMALIST name returns information about multicast group memberships on all interfaces if 0 is specified, or for the interface specified by if_index.
PF_INET
Get or set various global information about the IPv4 (Internet Protocol version 4). The third level name is the protocol. The fourth level name is the variable name. The currently defined protocols and names are:
Returns 1 if an ICMP echo request to a broadcast or multicast address is to be answered.
icmp.maskrepl
Returns 1 if ICMP network mask requests are to be answered.
ip.forwarding
Returns 1 when IP forwarding is enabled for the host, meaning that the host is acting as a router.
ip.redirect
Returns 1 when ICMP redirects may be sent by the host. This option is ignored unless the host is routing IP packets, and should normally be enabled on all systems.
ip.ttl
The maximum time-to-live (hop count) value for an IP packet sourced by the system. This value applies to normal transport protocols, not to ICMP.
udp.checksum
Returns 1 when UDP checksums are being computed and checked. Disabling UDP checksums is strongly discouraged.
For variables net.inet.*.ipsec, please refer to ipsec(4).
PF_INET6
Get or set various global information about the IPv6 (Internet Protocol version 6). The third level name is the protocol. The fourth level name is the variable name.
For variables net.inet6.* please refer to inet6(4). For variables net.inet6.*.ipsec6, please refer to ipsec(4).
Return the load average history. The returned data consists of a struct loadavg.
VM_METER
Return the system wide virtual memory statistics. The returned data consists of a struct vmtotal.
VM_PAGEOUT_ALGORITHM
0 if the statistics-based page management algorithm is in use or 1 if the near-LRU algorithm is in use.
VM_SWAPPING_ENABLED
1 if process swapping is enabled or 0 if disabled. This variable is permanently set to 0 if the kernel was built with swapping disabled.
VM_V_CACHE_MAX
Maximum desired size of the cache queue.
VM_V_CACHE_MIN
Minimum desired size of the cache queue. If the cache queue size falls very far below this value, the pageout daemon is awakened.
VM_V_FREE_MIN
Minimum amount of memory (cache memory plus free memory) required to be available before a process waiting on memory will be awakened.
VM_V_FREE_RESERVED
Processes will awaken the pageout daemon and wait for memory if the number of free and cached pages drops below this value.
VM_V_FREE_TARGET
The total amount of free memory (including cache memory) that the pageout daemon tries to maintain.
VM_V_INACTIVE_TARGET
The desired number of inactive pages that the pageout daemon should achieve when it runs. Inactive pages can be quickly inserted into process address space when needed.
VM_V_PAGEOUT_FREE_MIN
If the amount of free and cache memory falls below this value, the pageout daemon will enter "memory conserving mode" to avoid deadlock.
The buffer name, oldp, newp, or length pointer oldlenp contains an invalid address.
[EINVAL]
The name array is less than two or greater than CTL_MAXNAME.
[EINVAL]
A non-null newp is given and its specified length in newlen is too large or too small.
[ENOMEM]
The length pointed to by oldlenp is too short to hold the requested value.
[ENOMEM]
The smaller of either the length pointed to by oldlenp or the estimated size of the returned data exceeds the system limit on locked memory.
[ENOMEM]
Locking the buffer oldp, or a portion of the buffer if the estimated size of the data to be returned is smaller, would cause the process to exceed its per-process locked memory limit.
[ENOTDIR]
The name array specifies an intermediate rather than terminal name.
[EISDIR]
The name array specifies a terminal name, but the actual name is not terminal.
[ENOENT]
The name array specifies a value that is unknown.
[EPERM]
An attempt is made to set a read-only value.
[EPERM]
A process without appropriate privilege attempts to set a value.