From owner-cvs-sys Wed Feb 21 19:34:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23256 for cvs-sys-outgoing; Wed, 21 Feb 1996 19:34:16 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23232 Wed, 21 Feb 1996 19:33:57 -0800 (PST) Date: Wed, 21 Feb 1996 19:33:57 -0800 (PST) From: John Dyson Message-Id: <199602220333.TAA23232@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/02/21 19:33:55 Modified: sys/kern sys_pipe.c Log: Fix a problem that select did not work with direct writes. Make wakeup channels more consistant also. Revision Changes Path 1.13 +15 -8 src/sys/kern/sys_pipe.c