Date: Sun, 5 May 2002 15:42:40 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_subr.c src/sys/sys uio.h src/sys/vm vm_map.c vm_map.h Message-ID: <200205052242.g45MgeB17576@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/05/05 15:42:40 PDT Modified files: sys/kern kern_subr.c sys/sys uio.h sys/vm vm_map.c vm_map.h Log: o Condition the compilation of uiomoveco() and vm_uiomove() on ENABLE_VFS_IOOPT. o Add a comment to the effect that this code is experimental support for zero-copy I/O. Revision Changes Path 1.52 +7 -3 src/sys/kern/kern_subr.c 1.18 +2 -0 src/sys/sys/uio.h 1.231 +4 -0 src/sys/vm/vm_map.c 1.79 +3 -1 src/sys/vm/vm_map.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205052242.g45MgeB17576>