mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
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>
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
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
|