From owner-cvs-all Mon Sep 30 21:46:32 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 8D70D37B401; Mon, 30 Sep 2002 21:46: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 02EB343E3B; Mon, 30 Sep 2002 21:46:31 -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 g914kTVo048158 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 1 Oct 2002 00:46: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 g914kTQJ048155; Tue, 1 Oct 2002 00:46:29 -0400 (EDT) (envelope-from wollman) Date: Tue, 1 Oct 2002 00:46:29 -0400 (EDT) From: Garrett Wollman Message-Id: <200210010446.g914kTQJ048155@khavrinen.lcs.mit.edu> To: Juli Mallett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/osf1 osf1_signal.c In-Reply-To: <20020930162948.A50424@FreeBSD.org> References: <20020930135948.A41526@FreeBSD.org> <20020930162948.A50424@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: > Because you want the most immediate thing, think about recieving SIGSTOP > while you have other signals queued. Except that for POSIX Real-Time Signals (those numbered between SIGRTMIN and SIGRTMAX) you *must* have the lowest-numbered one, regardless of when it was queued. I personally see no reason to abandon the old signal bitmaps, even with an implementation of Real-Time Signals. Please look carefully at what POSIX requires an implementation to do for RTS. (One of the Stevens books also contains a good summary.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message