From owner-cvs-all Mon Jul 17 13:49:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A93737BBBE; Mon, 17 Jul 2000 13:49:39 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA55974; Mon, 17 Jul 2000 13:49:39 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172049.NAA55974@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 13:49:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.c common.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 13:49:39 PDT Modified files: lib/libfetch fetch.c common.c Log: Introduce the (undocumented) variable fetchRestartCalls, which controls whether or not interrupted system calls will be restarted. This fixes a bug where fetch(1) would hang (potentially forever) if a server stopped responding, because the signal handler would absorb the user's efforts to interrupt the transfer. Revision Changes Path 1.17 +2 -1 src/lib/libfetch/fetch.c 1.15 +3 -3 src/lib/libfetch/common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message