From owner-freebsd-emulation Mon Jul 17 13:43:19 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id C768C37BC5A for ; Mon, 17 Jul 2000 13:43:08 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id PAA16791; Mon, 17 Jul 2000 15:42:51 -0500 (CDT) (envelope-from dan) Date: Mon, 17 Jul 2000 15:42:51 -0500 From: Dan Nelson To: Steve Quirk Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: pwrite syscall Message-ID: <20000717154251.A17612@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: ; from "Steve Quirk" on Mon Jul 17 16:04:47 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the last episode (Jul 17), Steve Quirk said: > I'm running Oracle 8.1.6 (installed via nfs from a Linux host). It's > running ok (though I can't qualify that beyond "I can do simple > operations"). > > I'm getting a lot of > "linux: syscall pwrite is obsoleted or not implemented (pid=4217) > last message repeated XX times" > in messages. > > Process 4217 is "ora_ckpt". > > Is there a reason why the Linux pwrite isn't mapped to the FreeBSD pwrite > syscall? The man pages for pwrite(2) look compatible between the two > systems. Already done :) You'll have to wait a while for it to appear in -STABLE. 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 -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message