From owner-cvs-all Sun May 5 15:42:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4C3F37B405; Sun, 5 May 2002 15:42:40 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g45MgeB17576; Sun, 5 May 2002 15:42:40 -0700 (PDT) (envelope-from alc) Message-Id: <200205052242.g45MgeB17576@freefall.freebsd.org> From: Alan Cox Date: Sun, 5 May 2002 15:42:40 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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