From owner-cvs-all Tue Jul 6 10:48:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1397C14D33; Tue, 6 Jul 1999 10:48:18 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA24510; Tue, 6 Jul 1999 10:48:17 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199907061748.KAA24510@freefall.freebsd.org> From: Peter Wemm Date: Tue, 6 Jul 1999 10:48:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha locore.s machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/07/06 10:48:17 PDT Modified files: sys/alpha/alpha locore.s machdep.c Log: Implement SA_SIGINFO support for the Alpha. This is obviously a little bit preliminary. It still returns an old-style code arg if SA_SIGINFO is not set, but I'm not sure of the value of this since the traditional bsd-style fourth argument (address) is missing. Also, tidy up a bit of lint. Revision Changes Path 1.8 +2 -2 src/sys/alpha/alpha/locore.s 1.47 +41 -54 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message