From owner-cvs-sys Wed Aug 30 18:26:30 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id SAA12050 for cvs-sys-outgoing; Wed, 30 Aug 1995 18:26:30 -0700 Received: (from dyson@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id SAA12013 ; Wed, 30 Aug 1995 18:26:23 -0700 Date: Wed, 30 Aug 1995 18:26:23 -0700 From: John Dyson Message-Id: <199508310126.SAA12013@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern uipc_usrreq.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/08/30 18:26:23 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern uipc_usrreq.c Log: Increase the buffer size for pipes from 4k to 8k. Allow "PIPSIZ" to be a tunable now. In the future, it might be good to increase the default to 16k.