From owner-cvs-sys Fri Dec 19 11:02:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA08487 for cvs-sys-outgoing; Fri, 19 Dec 1997 11:02:12 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA08427; Fri, 19 Dec 1997 11:01:19 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA02590; Fri, 19 Dec 1997 10:58:15 -0800 (PST) Date: Fri, 19 Dec 1997 10:58:15 -0800 (PST) Message-Id: <199712191858.KAA02590@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/fifofs fifo_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/12/19 10:58:15 PST Modified files: sys/miscfs/fifofs fifo_vnops.c Log: Set the sender's low watermark to match the maximum size for atomic writes that we advertise (PIPE_BUF = 512). Revision Changes Path 1.41 +2 -1 src/sys/miscfs/fifofs/fifo_vnops.c