c0e1ecaeef
Kernel module to implement the sysctlinfo interface, it explores the sysctl tree to pass the info of the nodes to the userland; a header file with constants and helper macros is provided, too. WWW: https://gitlab.com/alfix/sysctlinfo PR: 240390 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com>
17 lines
222 B
Plaintext
17 lines
222 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To use this interface, make sure that you have loaded the sysctlinfo kernel
|
|
module, by doing
|
|
|
|
# kldload sysctlinfo
|
|
|
|
or adding
|
|
|
|
sysctlinfo_load="YES"
|
|
|
|
to your /boot/loader.conf.
|
|
EOM
|
|
}
|
|
]
|