freebsd-dev/sys/fs/pseudofs
Dag-Erling Smørgrav 195a6b21e4 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
2004-07-09 11:43:37 +00:00
..
pseudofs_fileno.c Deprecate machine/limits.h in favor of new sys/limits.h. 2003-04-29 13:36:06 +00:00
pseudofs_internal.h
pseudofs_vncache.c When taking event callbacks (like process_exit) out from under Giant, those 2004-03-14 15:57:45 +00:00
pseudofs_vnops.c Accumulate directory entries in a fixed-length sbuf, and uiomove them in 2004-07-09 11:43:37 +00:00
pseudofs.c Constify, and add an API function to find a named node in a directory. 2003-12-07 17:41:19 +00:00
pseudofs.h Constify, and add an API function to find a named node in a directory. 2003-12-07 17:41:19 +00:00