From owner-cvs-sys Tue Apr 2 21:23:54 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13276 for cvs-sys-outgoing; Tue, 2 Apr 1996 21:23:54 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13259 Tue, 2 Apr 1996 21:23:46 -0800 (PST) Date: Tue, 2 Apr 1996 21:23:46 -0800 (PST) From: John Dyson Message-Id: <199604030523.VAA13259@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include pmap.h src/sys/vm vm_glue.c vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/04/02 21:23:45 Modified: sys/vm vm_glue.c vm_map.c sys/i386/include pmap.h Log: Fixed a problem that the UPAGES of a process were being run down in a suboptimal manner. I had also noticed some panics that appeared to be at least superficially caused by this problem. Also, included are some minor mods to support more general handling of page table page faulting. More details in a future commit. Revision Changes Path 1.44 +41 -7 src/sys/vm/vm_glue.c 1.42 +3 -7 src/sys/vm/vm_map.c 1.35 +3 -3 src/sys/i386/include/pmap.h