summaryrefslogtreecommitdiffstats
path: root/sbin/dump/tape.c
Commit message (Collapse)AuthorAgeFilesLines
* Zap a number of #ifdef sunos blocks, and all of the `register'iedowse2001-11-171-17/+7
| | | | keywords.
* Use \a instead of \007 for making noise.phk2001-01-281-1/+1
| | | | Submitted by: "Jason Smethers" <jsmethers@pdq.net>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* temporary workaround for bin/11464mjacob1999-05-031-1/+5
|
* Add support for dealing with ENOSPC as the error code returned by a tapegibbs1998-09-151-5/+9
| | | | device hitting EOM on a write.
* Correct use of .Nm. Add rcsid. Remove unused #includes.charnier1998-06-151-1/+4
|
* read() and write() return ssize_t not int, so the first arg to atomic()jb1998-01-251-2/+3
| | | | should be ssize_t too.
* Do not account the tape change time for ETA estimations.joerg1997-10-121-0/+6
| | | | | PR: bin/4369 Submitted by: blank@fox.uni-trier.de (Sascha Blank)
* Fix a long-standing bug with dump not treating errors correctly. Theyjoerg1997-05-061-2/+4
| | | | | | | were mishandled as an EOF, which became fatal if your first tape was accidentally write-protected. PR: bin/850 dump treats write-protect as an EOT...
* Merge Lite2 changes (rather bigish, the dump/restore folks should check)peter1997-03-111-4/+4
|
* Add the `a' option (``auto-size'') to bypass all tape lengthjoerg1997-02-011-2/+2
| | | | considerations, and dump right to the end of medium.
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-1/+1
| | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
* Remove trailing whitespace.rgrimes1995-05-301-23/+23
|
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+859
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud