aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mt/mt.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix a ton of speelling errorsEitan Adler2015-10-211-2/+2
* Remove uneeded sbuf headerBaptiste Daroussin2015-04-091-1/+0
* Improve the mt(1) rblim display.Kenneth D. Merry2015-03-181-3/+10
* Fix a couple of problems in the sa(4) media type reports.Kenneth D. Merry2015-03-181-2/+2
* Fix several problems found by Coverity.Kenneth D. Merry2015-02-251-3/+24
* Significant upgrades to sa(4) and mt(1).Kenneth D. Merry2015-02-231-157/+1081
* In usr.bin/mt/mt.c, the c_code member of struct commands should reallyDimitry Andric2011-12-171-1/+1
* Add missing static keywords to mt(1)Ed Schouten2011-11-061-33/+33
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Const poision, deregister and use ANSI definitions.David Malone2005-11-131-23/+20
* Backout previous commit. It seems this comment applied to somethingMaxime Henrion2004-04-091-4/+0
* Reintroduce a comment that was wrongly removed in revision 1.34.Maxime Henrion2004-04-091-0/+4
* Catch up with the removal of the wt(4) driver.Ruslan Ermilov2004-03-141-16/+0
* Add information about the SDLT density codes.Joerg Wunsch2002-10-151-0/+2
* Add definitions for the industry-standard DLT density codes.Joerg Wunsch2002-07-091-0/+4
* Make `make WARNS=3' succeed, notably, use %d to printf daddr_t value.Philippe Charnier2002-04-121-31/+31
* remove __PWarner Losh2002-03-221-4/+6
* Unifdef __FreeBSD__Poul-Henning Kamp2002-03-201-76/+6
* Print out resid portion of MTIOCGET returned data.Matt Jacob2001-01-211-3/+4
* ConstifyKris Kennaway2000-11-271-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* add and document seteotmodel and geteotmodel commandsMatt Jacob1999-05-101-1/+29
* Fixes alignment of blocksize field to be prettier ifMatt Jacob1999-03-101-7/+7
* get rid of space padding for compressionMatt Jacob1999-03-101-2/+2
* Print actual density code as well as string for density- I dunno about others,Matt Jacob1999-03-021-5/+10
* Print relative (mt_fileno, mt_blkno) position, if known.Matt Jacob1999-02-051-1/+58
* Print out latched cdb's correlated to latched errors in MTIOCERRSTAT case.Matt Jacob1998-12-221-1/+13
* add in new errstat subcommand (MTIOCSERRSTAT)Matt Jacob1998-12-191-2/+33
* Made changes suggested by bruce, plus a couple of others which made -Wall work.Matt Jacob1998-12-181-11/+17
* 1) Clarify that a weof count of zero is allowed (flush buffers).Matt Jacob1998-12-181-1/+30
* Don't bother trying to support Wangtek tapes on the alpha.Doug Rabson1998-10-031-2/+4
* Augment compression and blocksize support. Update table of known densities.Justin T. Gibbs1998-09-151-37/+155
* mt should report the compression status.Poul-Henning Kamp1998-04-191-3/+3
* Implement "eod" as an alias for "eom". HP-UX uses this name, forJoerg Wunsch1997-08-211-1/+2
* Use err(3) instead of local redefinition.Philippe Charnier1997-07-291-39/+13
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-111-4/+6
* . cast the error and status registers properly to (unsigned short),Joerg Wunsch1996-02-221-5/+9
* Rename the `retens' command into `retension', to follow existing de-factoJoerg Wunsch1996-01-121-1/+1
* Add `retens', the user frontend for MTRETENS.Joerg Wunsch1996-01-081-0/+1
* Return early in printreg() when the pointer is NULL. For FreeBSD, theBruce Evans1995-10-211-0/+2
* Remove the dangerous "eof" command that used to be an alias for "weof"Joerg Wunsch1995-07-161-1/+23
* Make mt(1) orthogonal: now that we print the densities as stringsJoerg Wunsch1995-04-181-38/+66
* Round #1 of my st(1) -> mt(1) merge. All the commands should beJoerg Wunsch1995-04-171-2/+135
* Andreas Klemm's tape erase patches from 1.1.5.1.Jordan K. Hubbard1994-10-281-0/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+274