From owner-freebsd-current Thu Apr 25 23:56:30 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA15929 for current-outgoing; Thu, 25 Apr 1996 23:56:30 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id XAA15918 for ; Thu, 25 Apr 1996 23:56:27 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.7.5/8.6.9) id BAA00172; Fri, 26 Apr 1996 01:55:49 -0500 (EST) From: "John S. Dyson" Message-Id: <199604260655.BAA00172@dyson.iquest.net> Subject: Re: fixing FSETOWN/SIGIO To: bde@zeta.org.au (Bruce Evans) Date: Fri, 26 Apr 1996 01:55:49 -0500 (EST) Cc: current@freebsd.org In-Reply-To: <199604260610.QAA28569@godzilla.zeta.org.au> from "Bruce Evans" at Apr 26, 96 04:10:45 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I found some more while looking at something else (stat()) for pipes: > > 3. FSETOWN on pipes is a no-op. The SIGIO handling got lost when pipes > were reimplemented as non-sockets. I intended (all along) to fix this. So, I'll put that one in my basket of things to do. John