K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-04T14:01:12.332973Z K 7 svn:log V 313 Merge r261590, r261592 from head: Remove identical vnet sysctl handlers, and handle CTLFLAG_VNET in the sysctl_root(). Note: SYSCTL_VNET_* macros can be removed as well. All is needed to virtualize a sysctl oid is set CTLFLAG_VNET on it. But for now keep macros in place to avoid large code churn. END