From owner-cvs-all Sun Sep 8 20:41:34 2002 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 7FBD137B400; Sun, 8 Sep 2002 20:41:31 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id E177C43E4A; Sun, 8 Sep 2002 20:41:30 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id g893fTVo062137 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 8 Sep 2002 23:41:30 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id g893fTNH062134; Sun, 8 Sep 2002 23:41:29 -0400 (EDT) (envelope-from wollman) Date: Sun, 8 Sep 2002 23:41:29 -0400 (EDT) From: Garrett Wollman Message-Id: <200209090341.g893fTNH062134@khavrinen.lcs.mit.edu> To: Juli Mallett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/pc98/i386 machdep.c src/sys/sparc64/sparc64 machdep.c In-Reply-To: <20020907163423.A14528@FreeBSD.org> References: <200209071912.g87JCs0I062248@freefall.freebsd.org> <20020907163423.A14528@FreeBSD.org> 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 < said: > Note that until everything is refactored as I want, I can't make these > fields "honest", about who's sending the signal, just about who the signal > is being delivered to. Please don't do this without properly implementing POSIX Real-Time (queued) signals, which is what all this stuff was intended for in the first place. SA_SIGINFO doesn't do programs much good without it. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message