Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -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 commands | mjacob | 1999-05-10 | 2 | -1/+45 |
| | |||||
* | Add missing parenthesis. Change "hardware block" to "SCSI logical block". | ghelmer | 1999-05-04 | 1 | -4/+4 |
| | | | | | | While I'm here, fix dangling "to". PR: docs/9940 | ||||
* | Fixes alignment of blocksize field to be prettier if | mjacob | 1999-03-10 | 1 | -7/+7 |
| | | | | | longest density code && density name is used. Obtained from: Ken Merry | ||||
* | get rid of space padding for compression | mjacob | 1999-03-10 | 1 | -2/+2 |
| | |||||
* | Print actual density code as well as string for density- I dunno about others, | mjacob | 1999-03-02 | 1 | -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. | mjacob | 1999-02-05 | 1 | -1/+58 |
| | | | | Print driver state if not NIL. | ||||
* | finally document new commands | mjacob | 1999-02-05 | 1 | -4/+42 |
| | |||||
* | Print out latched cdb's correlated to latched errors in MTIOCERRSTAT case. | mjacob | 1998-12-22 | 1 | -1/+13 |
| | | | | | Complete the addition of the setmark support (from Martin.Birgmeier@aon.at). | ||||
* | add in new errstat subcommand (MTIOCSERRSTAT) | mjacob | 1998-12-19 | 1 | -2/+33 |
| | |||||
* | Made changes suggested by bruce, plus a couple of others which made -Wall work. | mjacob | 1998-12-18 | 1 | -11/+17 |
| | | | | Obtained from:bde@freebsd.org | ||||
* | 1) Clarify that a weof count of zero is allowed (flush buffers). | mjacob | 1998-12-18 | 1 | -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. | dfr | 1998-10-03 | 1 | -2/+4 |
| | |||||
* | Augment compression and blocksize support. Update table of known densities. | gibbs | 1998-09-15 | 2 | -89/+252 |
| | |||||
* | mt should report the compression status. | phk | 1998-04-19 | 1 | -3/+3 |
| | | | | | | PR: 5276 Reviewed by: phk Submitted by: Matt Dillon <dillon@best.net> | ||||
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 1 | -2/+2 |
| | |||||
* | another -I/sys conversion, and add Id line now it's left the vendor branch | jmg | 1997-08-22 | 1 | -1/+2 |
| | |||||
* | Implement "eod" as an alias for "eom". HP-UX uses this name, for | joerg | 1997-08-21 | 2 | -11/+24 |
| | | | | | | example. Also cleaned up the man page a little. | ||||
* | Use err(3) instead of local redefinition. | charnier | 1997-07-29 | 2 | -43/+17 |
| | |||||
* | 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. | ||||
* | Merge from Lite2 | peter | 1997-03-11 | 1 | -4/+6 |
| | |||||
* | Use the .Fx macro where appropriate. | mpp | 1996-08-23 | 1 | -1/+2 |
| | |||||
* | . cast the error and status registers properly to (unsigned short), | joerg | 1996-02-22 | 1 | -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. | joerg | 1996-01-13 | 1 | -1/+1 |
| | |||||
* | Rename the `retens' command into `retension', to follow existing de-facto | joerg | 1996-01-12 | 1 | -1/+1 |
| | | | | standards. | ||||
* | Add `retens', the user frontend for MTRETENS. | joerg | 1996-01-08 | 2 | -0/+4 |
| | |||||
* | Return early in printreg() when the pointer is NULL. For FreeBSD, the | bde | 1995-10-21 | 1 | -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" | joerg | 1995-07-16 | 2 | -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 strings | joerg | 1995-04-18 | 2 | -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 be | joerg | 1995-04-17 | 2 | -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. | jkh | 1994-10-28 | 2 | -0/+6 |
| | | | | Submitted by: andreas | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+410 |