From owner-cvs-sys Thu Jan 30 20:10:46 1997 Return-Path: <owner-cvs-sys> Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA29033 for cvs-sys-outgoing; Thu, 30 Jan 1997 20:10:46 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA29026; Thu, 30 Jan 1997 20:10:44 -0800 (PST) Date: Thu, 30 Jan 1997 20:10:44 -0800 (PST) From: John Dyson <dyson> Message-Id: <199701310410.UAA29026@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/01/30 20:10:43 Modified: sys/vm vm_map.c Log: Another fix to inheriting shared segments. Do the copy on write thing if needed. Submitted by: Alan Cox <alc@cs.rice.edu> Revision Changes Path 1.70 +9 -1 src/sys/vm/vm_map.c