K 10 svn:author V 8 truckman K 8 svn:date V 27 2002-08-06T11:28:09.000000Z K 7 svn:log V 334 Don't automagically call vslock() from SYSCTL_OUT(). Instead, complain about calls to SYSCTL_OUT() made with locks held if the buffer has not been pre-wired. SYSCTL_OUT() should not be called while holding locks, but if this is not possible, the buffer should be wired by calling sysctl_wire_old_buffer() before grabbing any locks. END