From owner-cvs-sys Sun Jan 28 15:38:29 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10703 for cvs-sys-outgoing; Sun, 28 Jan 1996 15:38:29 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10696 Sun, 28 Jan 1996 15:38:27 -0800 (PST) Date: Sun, 28 Jan 1996 15:38:27 -0800 (PST) From: John Dyson Message-Id: <199601282338.PAA10696@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/01/28 15:38:26 Added: sys/sys pipe.h sys/kern sys_pipe.c Log: Added new files to support the new fast pipes. After the follow-on commits, pipe performance should increase significantly. The pipe(2) system call is currently supported, while fifofs will be added later.