summaryrefslogtreecommitdiffstats
path: root/usr.bin/tcopy/tcopy.c
Commit message (Expand)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
* 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
* $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
* 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
* Make the counters unsigned longs so that tapes don't contain negativephk1995-12-311-3/+3
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+332
OpenPOWER on IntegriCloud