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>
5 lines
235 B
Text
5 lines
235 B
Text
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
|