K 10 svn:author V 3 ian K 8 svn:date V 27 2015-03-16T19:29:19.632508Z K 7 svn:log V 354 Trivial change / forced-commit to document prior change that slipped in without a commit message... Use sbuf_new() + SYSCTL_OUT() instead of wiring the userland buffer and using sbuf_new_for_sysctl(). The preallocated 256 byte buffer is always going to be big enough to hold these results, and this should be more efficient than wiring the old buffer. END