K 10 svn:author V 3 des K 8 svn:date V 27 2004-07-09T11:43:37.000000Z K 7 svn:log V 296 Accumulate directory entries in a fixed-length sbuf, and uiomove them in one go before returning. This avoids calling uiomove() while holding allproc_lock. Don't adjust uio->uio_offset manually, uiomove() does that for us. Don't drop allproc_lock before calling panic(). Suggested by: alfred END