History log of /freebsd-10.0-release/usr.bin/tcopy/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


227186 06-Nov-2011 ed

Add missing static keywords to tcopy(1)


216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


209570 28-Jun-2010 gavin

Make WARNS=6 safe, mainly by casting to intmax_t and printing with %ju
where needed. Also, fix bad indentation on lines already affected by the
above changes.

Tested with: make universe


201612 05-Jan-2010 dwmalone

1) Mark usage as dead2.
2) Deregister.
3) New style function definitions.

Some WARNS still remain here - some printf format warning on some
arches and the compiler can't see that a variable should always be
initialised.


201386 02-Jan-2010 ed

Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.


165391 20-Dec-2006 ru

Document some details better, making it easier to translate.


141846 13-Feb-2005 ru

Expand *n't contractions.


131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


119774 05-Sep-2003 roam

Change /dev/rsa0 and /dev/rwt0 references to sa0 and wt0.

PR: 55925
Submitted by: Michael L. Squires <mikes@siralan.org>
MFC after: 1 month


116055 08-Jun-2003 charnier

The .Nm utility


108317 27-Dec-2002 schweikh

english(4) police.


108257 24-Dec-2002 ru

mdoc(7) police: Deal with self-xrefs.


95124 20-Apr-2002 charnier

Use `The .Nm utility'


93123 25-Mar-2002 mike

Include <stdint.h> for definition of intmax_t and/or uintmax_t.


92922 22-Mar-2002 imp

remove __P


90416 08-Feb-2002 markm

Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.


87763 12-Dec-2001 markm

Fix the time of an intmax_t calculation; it is unsigned. Also print
it with the correct formatting (%ju, not %lld). GCC's -Wformat does
not understand this, so turn on NO_WERROR.


87709 11-Dec-2001 markm

WARNS=2 fixes. use __FBSDID().


81607 13-Aug-2001 peter

Initialize msg in main()


79535 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


73986 08-Mar-2001 obrien

Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,
and remove leading `r'(aw) from it.


70197 19-Dec-2000 ru

Prepare for mdoc(7)NG.


68567 10-Nov-2000 ru

Fixed typo: .ar -> .Ar.


57670 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


48566 04-Jul-1999 billf

Clean up some ambiguous nested if/elses.


46203 30-Apr-1999 phk

Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written.
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


46136 28-Apr-1999 jkoshy

Correct reference to '/dev/rst0' to the more correct "/dev/rsa0".

PR: 11347
Submitted by: Christian Weisgerber


41194 16-Nov-1998 ken

Update tcopy for CAM. (/dev/rst0 -> /dev/rsa0)

PR: i386/8688
Submitted by: Bill Trost <trost@cloud.rain.com>


28198 14-Aug-1997 charnier

Use err(3). Correct usage string. Change default tape to /dev/rst0.


24360 29-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


13127 31-Dec-1995 phk

Make the counters unsigned longs so that tapes don't contain negative
number of bytes.


1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.