K 10 svn:author V 4 jeff K 8 svn:date V 27 2018-03-12T22:17:14.615466Z K 7 svn:log V 419 Provide convenience routines for manipulating domainsets in the kernel. domainset_create() will take a key, validate it, and return a valid domainset that can be placed on an object or other. sysctl_handle_domainset() allows manipulation of policy from sysctl. Use this to make a default vnode domainset. Clean-up some header creep. Define a generic bitset type. Rewrite some string functions to be more generic. END