K 10 svn:author V 5 silby K 8 svn:date V 27 2003-10-21T16:48:33.000000Z K 7 svn:log V 261 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. END