aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tcopy/tcopy.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize msg in main()Peter Wemm2001-08-131-1/+2
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,David E. O'Brien2001-03-081-2/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
* Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written.Poul-Henning Kamp1999-04-301-15/+35
* Use err(3). Correct usage string. Change default tape to /dev/rst0.Philippe Charnier1997-08-141-38/+28
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Make the counters unsigned longs so that tapes don't contain negativePoul-Henning Kamp1995-12-311-3/+3
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+332