aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tcopy/tcopy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-8/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
* tcopy: Pick up max blocksize from sysctl kern.maxphysPoul-Henning Kamp2023-08-101-0/+6
* Free inb on error return.Warner Losh2017-12-281-0/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add missing static keywords to tcopy(1)Ed Schouten2011-11-061-13/+13
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Make WARNS=6 safe, mainly by casting to intmax_t and printing with %juGavin Atkinson2010-06-281-14/+17
* 1) Mark usage as dead2.David Malone2010-01-051-17/+10
* Include <stdint.h> for definition of intmax_t and/or uintmax_t.Mike Barcroft2002-03-251-0/+1
* remove __PWarner Losh2002-03-221-5/+5
* Fix the time of an intmax_t calculation; it is unsigned. Also printMark Murray2001-12-121-1/+1
* WARNS=2 fixes. use __FBSDID().Mark Murray2001-12-111-9/+10
* 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