From owner-cvs-sys Sun Dec 29 19:56:14 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA29487 for cvs-sys-outgoing; Sun, 29 Dec 1996 19:56:14 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA29479; Sun, 29 Dec 1996 19:56:12 -0800 (PST) Date: Sun, 29 Dec 1996 19:56:12 -0800 (PST) From: John Dyson Message-Id: <199612300356.TAA29479@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/12/29 19:56:12 Modified: sys/vm vm_glue.c Log: EEEK!!! useracc and kernacc didn't lock their respective maps. Additionally, eliminate the map->hint distortion associated with useracc. That may/may-not be the "right" thing to do -- but time will tell. Submitted by: Partially by Alan Cox Revision Changes Path 1.57 +16 -2 src/sys/vm/vm_glue.c