From owner-cvs-sys Tue Mar 12 17:18:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA12700 for cvs-sys-outgoing; Tue, 12 Mar 1996 17:18:24 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA12680 Tue, 12 Mar 1996 17:18:16 -0800 (PST) Date: Tue, 12 Mar 1996 17:18:16 -0800 (PST) From: John Dyson Message-Id: <199603130118.RAA12680@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 96/03/12 17:18:16 Modified: sys/vm vm_map.c Log: This commit is as a result of a comment by Alan Cox (alc@cs.rice.edu) regarding the "real" problem with maps that we have been having over the last few weeks. He noted that the first_free pointer was left dangling in certain circumstances -- and he was right!!! This should fix the map problems that we were having, and also give us the advantage of being able to simplify maps more aggressively. Revision Changes Path 1.39 +53 -36 src/sys/vm/vm_map.c