From owner-freebsd-arch@FreeBSD.ORG Thu Oct 13 22:29:50 2005 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from [127.0.0.1] (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 48CC916A41F; Thu, 13 Oct 2005 22:29:49 +0000 (GMT) (envelope-from davidxu@freebsd.org) Message-ID: <434EDFF0.8040008@freebsd.org> Date: Fri, 14 Oct 2005 06:30:08 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.10) Gecko/20050806 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <434DD327.7090200@126.com> <200510131031.53753.jhb@freebsd.org> In-Reply-To: <200510131031.53753.jhb@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: David Xu , freebsd-arch@freebsd.org Subject: Re: POSIX siginfo X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 22:29:50 -0000 John Baldwin wrote: >Hmm, looks like we do use these values in some cases on i386 at least for >SIGFPE and possibly SIGBUS. I think you should fix all the archs to use >these codes. I would even go ahead and commit that on its own before the >POSIX sigqueue stuff. > > > I will fix these codes for i386 and amd64 soon, I can not fully fix it for other arches. David Xu