Re-deprecating sysctl()
Posted Aug 30, 2007 1:07 UTC (Thu) by
JoeBuck (subscriber, #2330)
Parent article:
Re-deprecating sysctl()
What if sysctl() were replaced by a library that performed the same functions by accessing the /proc/sys filesystem? Then the rotted code could be removed from the kernel but clients would continue to function. As long as the intent is to provide similar capabilities from /proc/sys, the code to do the translation from one to the other could live in userspace. After all, apps don't invoke the kernel directly, they go through glibc to do a sysctl().
(
Log in to post comments)