cvs commit: src/sys/sys sysctl.h
Mike Silbersack
silby at FreeBSD.org
Tue Oct 21 09:48:34 PDT 2003
silby 2003/10/21 09:48:33 PDT
FreeBSD src repository
Modified files:
sys/sys sysctl.h
Log:
Add another sysctl flag, CTLFLAG_TUN, which is a hint to the userland
sysctl that a given variable is tunable.
Also added is CTLFLAG_RDTUN, which is CTLFLAG_RD|CTLFLAG_TUN; TUN does
not always imply read-only, so RDTUN should be used where RD was used
before.
Revision Changes Path
1.121 +2 -0 src/sys/sys/sysctl.h
More information about the cvs-src
mailing list