From owner-freebsd-hackers@FreeBSD.ORG Sat Nov 7 15:48:01 2009 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFF58106566B for ; Sat, 7 Nov 2009 15:48:01 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 810C98FC12 for ; Sat, 7 Nov 2009 15:48:01 +0000 (UTC) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id 582736D41B; Sat, 7 Nov 2009 15:48:00 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id 0E53084503; Sat, 7 Nov 2009 16:48:00 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Jilles Tjoelker References: <20091106221150.GA60707@stack.nl> Date: Sat, 07 Nov 2009 16:47:59 +0100 In-Reply-To: <20091106221150.GA60707@stack.nl> (Jilles Tjoelker's message of "Fri, 6 Nov 2009 23:11:50 +0100") Message-ID: <867hu2gwuo.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@FreeBSD.org, Alexander Best Subject: Re: SIGUNUSED X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2009 15:48:01 -0000 Jilles Tjoelker writes: > That code is wrong, SIGUNUSED is not meant to be used in that way. It > seems to originate from Linux, but it is not available on all > architectures there, and where it is available it is a valid signal. >From signal(7): SIGUNUSED -,31,- Term Unused signal (will be SIGSYS) and there is no higher-numbered signal, but the -s mean it is not available on at alpha, sparc64 or mips. There is no reference to it in any section 2 or 3 man page. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no