From owner-cvs-all Fri Feb 16 6:31:53 2001 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 8231237B491; Fri, 16 Feb 2001 06:31:50 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GEVoa21701; Fri, 16 Feb 2001 06:31:50 -0800 (PST) (envelope-from jlemon) Message-Id: <200102161431.f1GEVoa21701@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 16 Feb 2001 06:31:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h uio.h src/sys/kern kern_subr.c vfs_syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/02/16 06:31:50 PST Modified files: sys/sys mount.h uio.h sys/kern kern_subr.c vfs_syscalls.c Log: Introduce copyinfrom and copyinstrfrom, which can copy data from either user or kernel space. This will allow layering of os-compat (e.g.: linux) system calls. Apply the changes to mount. Revision Changes Path 1.100 +3 -1 src/sys/sys/mount.h 1.12 +4 -1 src/sys/sys/uio.h 1.42 +37 -1 src/sys/kern/kern_subr.c 1.177 +14 -5 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message