summaryrefslogtreecommitdiffstats
path: root/usr.bin/mt
Commit message (Collapse)AuthorAgeFilesLines
...
* 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