From owner-cvs-src Thu Feb 27 11:10: 1 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BB7937B401; Thu, 27 Feb 2003 11:10:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B37C743FA3; Thu, 27 Feb 2003 11:09:59 -0800 (PST) (envelope-from luoqi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1RJ9x0U003532; Thu, 27 Feb 2003 11:09:59 -0800 (PST) (envelope-from luoqi@repoman.freebsd.org) Received: (from luoqi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1RJ9xD4003531; Thu, 27 Feb 2003 11:09:59 -0800 (PST) Message-Id: <200302271909.h1RJ9xD4003531@repoman.freebsd.org> From: Luoqi Chen Date: Thu, 27 Feb 2003 11:09:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 trap.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luoqi 2003/02/27 11:09:59 PST Modified files: (Branch: RELENG_4) sys/i386/i386 trap.c Log: MFC rev 1.151 Handle write page faults (both write only or read-modify-write) as MI vm write-only faults. This would allow write-only mmapped regions to function correctly. Thanks to Ulrich Spoerlein for bringing up the issue and testing the patch. PR: 41747 Approved by: re@ Revision Changes Path 1.147.2.11 +3 -3 src/sys/i386/i386/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message