From owner-cvs-all Sun Jul 16 17:17:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCF7437B644; Sun, 16 Jul 2000 17:17:13 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA99039; Sun, 16 Jul 2000 17:17:13 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007170017.RAA99039@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 16 Jul 2000 17:17:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_dummy.c linux_file.c linux_proto.h linux_syscall.h linux_sysent.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/16 17:17:08 PDT Modified files: sys/i386/linux linux_dummy.c linux_file.c linux_proto.h linux_syscall.h linux_sysent.c Log: Implement pread and pwrite. PR: 17991 Submitted by: Geoffrey Speicher Revision Changes Path 1.23 +1 -3 src/sys/i386/linux/linux_dummy.c 1.40 +29 -1 src/sys/i386/linux/linux_file.c 1.34 +9 -3 src/sys/i386/linux/linux_proto.h 1.29 +1 -1 src/sys/i386/linux/linux_syscall.h 1.35 +3 -3 src/sys/i386/linux/linux_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message