From owner-cvs-all Thu Feb 21 20:26:57 2002 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 2422737B404; Thu, 21 Feb 2002 20:26:54 -0800 (PST) Received: (from jb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1M4Qsa33764; Thu, 21 Feb 2002 20:26:54 -0800 (PST) (envelope-from jb) Message-Id: <200202220426.g1M4Qsa33764@freefall.freebsd.org> From: John Birrell Date: Thu, 21 Feb 2002 20:26:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_sendfile.c X-FreeBSD-CVS-Branch: HEAD 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 jb 2002/02/21 20:26:54 PST Modified files: lib/libc_r/uthread uthread_sendfile.c Log: Fix a bug where a short write to a non-blocking socket would leave the descriptor locked, causing other threads to hang if they happened to access the socket. MFC after: 5 days Revision Changes Path 1.9 +4 -1 src/lib/libc_r/uthread/uthread_sendfile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message