Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 14 Feb 2003 05:46:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 14 Feb 2003 05:46:04 -0500 Received: from denise.shiny.it ([194.20.232.1]:9941 "EHLO denise.shiny.it") by vger.kernel.org with ESMTP id ; Fri, 14 Feb 2003 05:46:03 -0500 Message-ID: X-Mailer: XFMail 1.4.7 on Linux X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 14 Feb 2003 11:55:07 +0100 (CET) From: Giuliano Pochini To: Linus Torvalds Subject: RE: Synchronous signal delivery.. Cc: Kernel Mailing List Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 702 Lines: 21 > It's a generic "synchronous signal delivery" method, and it uses a > perfectly regular file descriptor to deliver an arbitrary set of signals > that are pending. > > It adds one new system call: > > fd = sigfd(sigset_t * mask, unsigned long flags); IMHO it's not simply a signal delivery system, it's a message queue. It's possible to deliver any kind of data to the process, and the fd can be used to send data to other processes as well. Bye. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/