From owner-cvs-all Fri Apr 30 6:13:35 1999 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 1215B15869; Fri, 30 Apr 1999 06:13:33 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98078; Fri, 30 Apr 1999 06:13:33 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199904301313.GAA98078@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 30 Apr 1999 06:13:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tcopy tcopy.1 tcopy.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/04/30 06:13:32 PDT Modified files: usr.bin/tcopy tcopy.1 tcopy.c Log: Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written. That doesn't work well for tapes over 4G. I use tcopy a lot to write images of a tape to tape as tape to tape copying is terribly slow. Slower than it should be. Quickly found out tcopy can not rewind a file when doing copy/verify. PR: 11386 Submitted by: David Kelly dkelly@hiwaay.net Reviewed by: phk Revision Changes Path 1.4 +16 -0 src/usr.bin/tcopy/tcopy.1 1.5 +35 -15 src/usr.bin/tcopy/tcopy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message