From owner-cvs-all Thu Dec 13 3:56:30 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id D645B37B41C; Thu, 13 Dec 2001 03:56:22 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA20959; Thu, 13 Dec 2001 22:56:20 +1100 Date: Thu, 13 Dec 2001 22:57:16 +1100 (EST) From: Bruce Evans X-X-Sender: To: Alfred Perlstein Cc: , Subject: Re: cvs commit: src/sys/fs/fifofs fifo_vnops.c In-Reply-To: <20011212125324.R92148@elvis.mu.org> Message-ID: <20011213224148.M469-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 12 Dec 2001, Alfred Perlstein wrote: > * Bruce Evans [011212 06:13] wrote: > > On Wed, 12 Dec 2001, Alfred Perlstein wrote: > > > > > alfred 2001/12/12 01:35:33 PST > > > > > > Modified files: > > > sys/fs/fifofs fifo_vnops.c > > > Log: > > > Fix select on named pipes without a reader. ^^^^^^ ITYM "writer" > > > > > > PR: kern/19871 > > > MFC after: 1 month > > > > No, it will be backed out. I believe other systems implement this by > > making the semantics of select() incompatible with read(). They don't > > just break read(). > > Could you be more clear on how this breaks read(2)?