From owner-cvs-all Sat Dec 1 13:32:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E2A937B416; Sat, 1 Dec 2001 13:32:42 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1LWgi09428; Sat, 1 Dec 2001 13:32:42 -0800 (PST) (envelope-from dillon) Message-Id: <200112012132.fB1LWgi09428@freefall.freebsd.org> From: Matt Dillon Date: Sat, 1 Dec 2001 13:32:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/12/01 13:32:42 PST Modified files: (Branch: RELENG_4) sys/kern uipc_socket.c Log: Fix a bug in the MSG_WAITALL code that could cause long 5-second stalls during heavy data transfers (only effects a small number of programs, but samba is one of them). This is an MFC of 1.95 which for some reason was not MFC'd back in march. Revision Changes Path 1.68.2.17 +9 -1 src/sys/kern/uipc_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message