From owner-cvs-sys Tue Nov 4 01:06:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA26236 for cvs-sys-outgoing; Tue, 4 Nov 1997 01:06:54 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA25912; Tue, 4 Nov 1997 01:03:50 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA21027; Tue, 4 Nov 1997 01:02:40 -0800 (PST) Date: Tue, 4 Nov 1997 01:02:40 -0800 (PST) Message-Id: <199711040902.BAA21027@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/11/04 01:02:40 PST Modified files: (Branch: RELENG_2_2) sys/vm vm_map.c Log: Bring some fixes from -current into -stable. A couple of them are map optims from Alan Cox (alc@cs.rice.edu.) Also, there is an incorrectly handled panic and inefficient/improper map upgrade fixed. Revision Changes Path 1.57.2.5 +40 -5 src/sys/vm/vm_map.c