From owner-freebsd-commit Wed Feb 21 19:34:26 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23284 for freebsd-commit-outgoing; Wed, 21 Feb 1996 19:34:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23275 for cvs-all-outgoing; Wed, 21 Feb 1996 19:34:24 -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-commit@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