From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:21:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5555116A4CF; Tue, 18 Nov 2003 06:21:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B991543FCB; Tue, 18 Nov 2003 06:21:41 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIELfXJ047647; Tue, 18 Nov 2003 06:21:41 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIELf3t047644; Tue, 18 Nov 2003 06:21:41 -0800 (PST) (envelope-from jake) Message-Id: <200311181421.hAIELf3t047644@repoman.freebsd.org> From: Jake Burkholder Date: Tue, 18 Nov 2003 06:21:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sparc64/sys __sparc_utrap_setup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:21:42 -0000 jake 2003/11/18 06:21:41 PST FreeBSD src repository Modified files: lib/libc/sparc64/sys __sparc_utrap_setup.c Log: Install the user trap handlers that libc provides from a constructor, so that they will be installed before application constructors are invoked. Its possible to link applications such that this fails, application code is invoked before they are installed, but, well, Don't Do That. Approved by: re (jhb) Revision Changes Path 1.5 +2 -0 src/lib/libc/sparc64/sys/__sparc_utrap_setup.c