From owner-cvs-src@FreeBSD.ORG Thu Dec 6 14:20:25 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80B2F16A419; Thu, 6 Dec 2007 14:20:25 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 59E5413C45D; Thu, 6 Dec 2007 14:20:25 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lB6EKPoj062378; Thu, 6 Dec 2007 14:20:25 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB6EKPPA062377; Thu, 6 Dec 2007 14:20:25 GMT (envelope-from kib) Message-Id: <200712061420.lB6EKPPA062377@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 6 Dec 2007 14:20:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2007 14:20:25 -0000 kib 2007-12-06 14:20:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/i386/i386 trap.c sys/amd64/amd64 trap.c Log: MFC rev 1.323 of src/sys/amd64/amd64/trap.c rev 1.310 of src/sys/i386/i386/trap.c Fix the ABI change of the signal delivered on the access to the page with insufficient protection mode. Approved by: re (kensmith) Revision Changes Path 1.319.2.2 +29 -2 src/sys/amd64/amd64/trap.c 1.307.2.1 +29 -2 src/sys/i386/i386/trap.c