summaryrefslogtreecommitdiffstats
path: root/usr.bin/tcopy
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Clean up some ambiguous nested if/elses.billf1999-07-041-2/+3
|
* Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written.phk1999-04-302-15/+51
| | | | | | | | | | | | 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
* Correct reference to '/dev/rst0' to the more correct "/dev/rsa0".jkoshy1999-04-281-1/+1
| | | | | PR: 11347 Submitted by: Christian Weisgerber
* Update tcopy for CAM. (/dev/rst0 -> /dev/rsa0)ken1998-11-161-1/+1
| | | | | PR: i386/8688 Submitted by: Bill Trost <trost@cloud.rain.com>
* Use err(3). Correct usage string. Change default tape to /dev/rst0.charnier1997-08-143-41/+31
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Make the counters unsigned longs so that tapes don't contain negativephk1995-12-311-3/+3
| | | | number of bytes.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-274-0/+462
OpenPOWER on IntegriCloud