From owner-cvs-sys Wed Sep 11 21:55:04 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA05509 for cvs-sys-outgoing; Wed, 11 Sep 1996 21:55:04 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA05489; Wed, 11 Sep 1996 21:54:58 -0700 (PDT) Date: Wed, 11 Sep 1996 21:54:58 -0700 (PDT) From: John Dyson Message-Id: <199609120454.VAA05489@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/09/11 21:54:58 Modified: sys/i386/i386 pmap.c Log: Primarily a fix so that pages are properly tracked for being modified. Pages that are removed by the pageout daemon were the worst affected. Additionally, numerous minor cleanups, including better handling of busy page table pages. This commit fixes the worst of the pmap problems recently introduced. Revision Changes Path 1.118 +62 -35 src/sys/i386/i386/pmap.c