summaryrefslogtreecommitdiffstats
path: root/usr.bin/mt
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | 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
* add and document seteotmodel and geteotmodel commandsmjacob1999-05-102-1/+45
|
* Add missing parenthesis. Change "hardware block" to "SCSI logical block".ghelmer1999-05-041-4/+4
| | | | | | While I'm here, fix dangling "to". PR: docs/9940
* Fixes alignment of blocksize field to be prettier ifmjacob1999-03-101-7/+7
| | | | | longest density code && density name is used. Obtained from: Ken Merry
* get rid of space padding for compressionmjacob1999-03-101-2/+2
|
* Print actual density code as well as string for density- I dunno about others,mjacob1999-03-021-5/+10
| | | | | but I sure remember 0x15 easier than 'ECMA 17'. Also handle density codes 0 (default) and 0x7f ('same') as special cases.
* Print relative (mt_fileno, mt_blkno) position, if known.mjacob1999-02-051-1/+58
| | | | Print driver state if not NIL.
* finally document new commandsmjacob1999-02-051-4/+42
|
* Print out latched cdb's correlated to latched errors in MTIOCERRSTAT case.mjacob1998-12-221-1/+13
| | | | | Complete the addition of the setmark support (from Martin.Birgmeier@aon.at).
* add in new errstat subcommand (MTIOCSERRSTAT)mjacob1998-12-191-2/+33
|
* Made changes suggested by bruce, plus a couple of others which made -Wall work.mjacob1998-12-181-11/+17
| | | | Obtained from:bde@freebsd.org
* 1) Clarify that a weof count of zero is allowed (flush buffers).mjacob1998-12-181-1/+30
| | | | | 2) Add in the set of {sethpos,setspos,rdhpos,rdspos) commands to implement the Hardware && SCSI Logical Block position ioctls.
* Don't bother trying to support Wangtek tapes on the alpha.dfr1998-10-031-2/+4
|
* Augment compression and blocksize support. Update table of known densities.gibbs1998-09-152-89/+252
|
* mt should report the compression status.phk1998-04-191-3/+3
| | | | | | PR: 5276 Reviewed by: phk Submitted by: Matt Dillon <dillon@best.net>
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-2/+2
|
* another -I/sys conversion, and add Id line now it's left the vendor branchjmg1997-08-221-1/+2
|
* Implement "eod" as an alias for "eom". HP-UX uses this name, forjoerg1997-08-212-11/+24
| | | | | | example. Also cleaned up the man page a little.
* Use err(3) instead of local redefinition.charnier1997-07-292-43/+17
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Merge from Lite2peter1997-03-111-4/+6
|
* Use the .Fx macro where appropriate.mpp1996-08-231-1/+2
|
* . cast the error and status registers properly to (unsigned short),joerg1996-02-221-5/+9
| | | | | | to avoid misinterpreting the 0x8000 bit as a negative sign, . use the <machine/wtio.h> register def's to print them.
* Forgot to update the man page for the `retension' command.joerg1996-01-131-1/+1
|
* Rename the `retens' command into `retension', to follow existing de-factojoerg1996-01-121-1/+1
| | | | standards.
* Add `retens', the user frontend for MTRETENS.joerg1996-01-082-0/+4
|
* Return early in printreg() when the pointer is NULL. For FreeBSD, thebde1995-10-211-0/+2
| | | | | | | strings describing the drive status and error bits are so deficient that the pointer is always NULL. Reported by: Philippe Charnier <charnier@lirmm.fr>
* Remove the dangerous "eof" command that used to be an alias for "weof"joerg1995-07-162-2/+24
| | | | | | | | but usually got confused with "eom". It didn't ring the warning bell saying: "You are probably going to mark your whole tape as deleted right now." A warning message pointing to "weof" and "eom" is issued instead.
* Make mt(1) orthogonal: now that we print the densities as stringsjoerg1995-04-182-40/+78
| | | | instead of hex, make it accept density names for input, too.
* Round #1 of my st(1) -> mt(1) merge. All the commands should bejoerg1995-04-172-6/+216
| | | | | | | | | | covered now, and i've attempted to give textual representations instead of magic numbers. The st(4) driver still misses some pieces; i'm going to implement the EOM functionality RSN. Any takers for the MTCOMP command? Seems to have never been implemented.
* Andreas Klemm's tape erase patches from 1.1.5.1.jkh1994-10-282-0/+6
| | | | Submitted by: andreas
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+410
OpenPOWER on IntegriCloud