From owner-cvs-all Mon Apr 29 11:15: 9 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 90EFE37B66A; Mon, 29 Apr 2002 11:14:44 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3TIEi049564; Mon, 29 Apr 2002 11:14:44 -0700 (PDT) (envelope-from jake) Message-Id: <200204291814.g3TIEi049564@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 29 Apr 2002 11:14:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sparc64/sys Makefile.inc __sparc_sigtramp_setup.c assym.s sigcode.S 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 jake 2002/04/29 11:14:44 PDT Modified files: lib/libc/sparc64/sys Makefile.inc assym.s Added files: lib/libc/sparc64/sys __sparc_sigtramp_setup.c sigcode.S Log: Add an alternate signal trampoline to libc; add a wrapper for the sigtramp install sysarch, to be called from _start. This will allow the stack to be mapped non-executable, as required by the sparc v9 abi. Revision Changes Path 1.5 +8 -2 src/lib/libc/sparc64/sys/Makefile.inc 1.1 +46 -0 src/lib/libc/sparc64/sys/__sparc_sigtramp_setup.c (new) 1.3 +2 -0 src/lib/libc/sparc64/sys/assym.s 1.1 +40 -0 src/lib/libc/sparc64/sys/sigcode.S (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message