K 10 svn:author V 3 mdf K 8 svn:date V 27 2011-01-27T00:34:12.736867Z K 7 svn:log V 291 Explicitly wire the user buffer rather than doing it implicitly in sbuf_new_for_sysctl(9). This allows using an sbuf with a SYSCTL_OUT drain for extremely large amounts of data where the caller knows that appropriate references are held, and sleeping is not an issue. Inspired by: rwatson END