From owner-cvs-sys Mon Mar 11 18:27:38 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA15563 for cvs-sys-outgoing; Mon, 11 Mar 1996 18:27:38 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA15542 Mon, 11 Mar 1996 18:27:23 -0800 (PST) Date: Mon, 11 Mar 1996 18:27:23 -0800 (PST) From: John Dyson Message-Id: <199603120227.SAA15542@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_mmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/03/11 18:27:22 Modified: sys/vm vm_mmap.c Log: Allow mmap'ed devices to work correctly across forks. The sanest solution appeared to be to allow the child to maintain the same mapping as the parent. Revision Changes Path 1.39 +11 -3 src/sys/vm/vm_mmap.c