Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include <stdint.h> for definition of intmax_t and/or uintmax_t. | mike | 2002-03-25 | 1 | -0/+1 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -5/+5 |
| | |||||
* | Fix the time of an intmax_t calculation; it is unsigned. Also print | markm | 2001-12-12 | 1 | -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(). | markm | 2001-12-11 | 1 | -9/+10 |
| | |||||
* | Initialize msg in main() | peter | 2001-08-13 | 1 | -1/+2 |
| | |||||
* | Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons, | obrien | 2001-03-08 | 1 | -2/+1 |
| | | | | and remove leading `r'(aw) from it. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Clean up some ambiguous nested if/elses. | billf | 1999-07-04 | 1 | -2/+3 |
| | |||||
* | Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written. | phk | 1999-04-30 | 1 | -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. | charnier | 1997-08-14 | 1 | -38/+28 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Make the counters unsigned longs so that tapes don't contain negative | phk | 1995-12-31 | 1 | -3/+3 |
| | | | | number of bytes. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+332 |