summaryrefslogtreecommitdiffstats
path: root/usr.bin/tcopy/tcopy.c
Commit message (Collapse)AuthorAgeFilesLines
* Include <stdint.h> for definition of intmax_t and/or uintmax_t.mike2002-03-251-0/+1
|
* remove __Pimp2002-03-221-5/+5
|
* Fix the time of an intmax_t calculation; it is unsigned. Also printmarkm2001-12-121-1/+1
| | | | | it with the correct formatting (%ju, not %lld). GCC's -Wformat does not understand this, so turn on NO_WERROR.
* WARNS=2 fixes. use __FBSDID().markm2001-12-111-9/+10
|
* Initialize msg in main()peter2001-08-131-1/+2
|
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,obrien2001-03-081-2/+1
| | | | and remove leading `r'(aw) from it.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* 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-301-15/+35
| | | | | | | | | | | | 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
* Use err(3). Correct usage string. Change default tape to /dev/rst0.charnier1997-08-141-38/+28
|
* 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-271-0/+332
OpenPOWER on IntegriCloud