From owner-cvs-all Wed Jan 9 18:36:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8C0E37B404; Wed, 9 Jan 2002 18:36:30 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0A2aUH70691; Wed, 9 Jan 2002 18:36:30 -0800 (PST) (envelope-from deischen) Message-Id: <200201100236.g0A2aUH70691@freefall.freebsd.org> From: Daniel Eischen Date: Wed, 9 Jan 2002 18:36:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/include ucontext.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/01/09 18:36:30 PST Modified files: sys/alpha/alpha machdep.c sys/alpha/include ucontext.h Log: Use a spare slot in the machine context to identify the context format and to inherently verify its validity. Alpha signal frames and trap frames are different; this field identifies which format the context is Set the machine context format (signal frame) before copying it out when sending a signal. Approved by: -arch Revision Changes Path 1.157 +1 -0 src/sys/alpha/alpha/machdep.c 1.4 +5 -2 src/sys/alpha/include/ucontext.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message