From owner-freebsd-commit Thu Feb 8 20:36:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA27780 for freebsd-commit-outgoing; Thu, 8 Feb 1996 20:36:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA27771 for cvs-all-outgoing; Thu, 8 Feb 1996 20:36:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA27761 for cvs-sys-outgoing; Thu, 8 Feb 1996 20:36:39 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA27753 Thu, 8 Feb 1996 20:36:38 -0800 (PST) Date: Thu, 8 Feb 1996 20:36:38 -0800 (PST) From: John Dyson Message-Id: <199602090436.UAA27753@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/02/08 20:36:37 Modified: sys/kern sys_pipe.c Log: Add some missing requests for the read-side to wakeup the write-side. Also add some missing wakeups by the write side to the read side. Revision Changes Path 1.10 +11 -2 src/sys/kern/sys_pipe.c