From owner-freebsd-current Sat Mar 16 06:33:24 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA05685 for current-outgoing; Sat, 16 Mar 1996 06:33:24 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA05680 Sat, 16 Mar 1996 06:33:21 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.6.11/8.6.9) id JAA04941; Sat, 16 Mar 1996 09:28:49 GMT From: "John S. Dyson" Message-Id: <199603160928.JAA04941@dyson.iquest.net> Subject: Re: Try this vm_mmap.c -- please To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Sat, 16 Mar 1996 09:28:49 +0000 () Cc: davidg@Root.COM, dawes@rf900.physics.usyd.edu.au, sos@FreeBSD.org, dyson@FreeBSD.org, current@FreeBSD.org, mmead@Glock.COM In-Reply-To: <232.826985993@time.cdrom.com> from "Jordan K. Hubbard" at Mar 16, 96 06:19:53 am Reply-To: dyson@FreeBSD.org X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > That works too. I wasn't sure whether or not MAP_SHARED should be > turned on unilaterally (though John correctly states that specifying > neither is an error) so I explictly confined my change to only turning > off MAP_PRIVATE (e.g. you could easily come out of that code with > neither set). I've tested this change and it works just fine. Commit > that baby! :-) > > Jordan I'll get to it very early this afternoon. Again, thanks so much, this one has given me fits!!! (Being so close to the solution, but not being able to zero in on it.) John