From owner-cvs-src@FreeBSD.ORG Mon Mar 31 13:40:48 2003 Return-Path: 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 DD32D37B401; Mon, 31 Mar 2003 13:40:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7693C43F85; Mon, 31 Mar 2003 13:40:48 -0800 (PST) (envelope-from jeff@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 h2VLem0U022595; Mon, 31 Mar 2003 13:40:48 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2VLemx6022593; Mon, 31 Mar 2003 13:40:48 -0800 (PST) Message-Id: <200303312140.h2VLemx6022593@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 31 Mar 2003 13:40:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 31 Mar 2003 21:40:52 -0000 jeff 2003/03/31 13:40:48 PST FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: - Use sigexit() instead of twiddling the signal mask, catch, ignore, and action bits to allow SIGILL to work as expected. This brings this file in line with other architectures. Revision Changes Path 1.126 +1 -5 src/sys/ia64/ia64/machdep.c