aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mt
Commit message (Collapse)AuthorAgeFilesLines
* Catch up with the removal of the wt(4) driver.Ruslan Ermilov2004-03-141-16/+0
| | | | Notes: svn path=/head/; revision=126972
* Change /dev/rsa0 and /dev/rwt0 references to sa0 and wt0.Peter Pentchev2003-09-051-3/+3
| | | | | | | | | PR: 55925 Submitted by: Michael L. Squires <mikes@siralan.org> MFC after: 1 month Notes: svn path=/head/; revision=119774
* Markup bits.Ruslan Ermilov2003-05-211-1/+3
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=115217
* Fix references to non-existing or obsoleted man pages.Jens Schweikhardt2003-04-301-3/+1
| | | | | | | | PR: docs/51480 (only a small part) Submitted by: Diomidis D. Spinellis <dds@aueb.gr> Notes: svn path=/head/; revision=114318
* Add information about the SDLT density codes.Joerg Wunsch2002-10-152-0/+7
| | | | | | | | Submitted by: "Stewart MacLund" <sundie@lunaticfringe.org> MFC after: 1 week Notes: svn path=/head/; revision=105155
* Add definitions for the industry-standard DLT density codes.Joerg Wunsch2002-07-092-0/+10
| | | | | | | | Obtained from: Quantum DLT8000 manual MFC after: 1 week Notes: svn path=/head/; revision=99653
* mdoc(7) police: removed unnecessary .Ns.Ruslan Ermilov2002-05-301-1/+1
| | | | Notes: svn path=/head/; revision=97539
* Use `The .Nm utility'Philippe Charnier2002-04-201-6/+9
| | | | Notes: svn path=/head/; revision=95124
* Make `make WARNS=3' succeed, notably, use %d to printf daddr_t value.Philippe Charnier2002-04-122-33/+33
| | | | | | | | Use `.Nm Ns .' instead of `.Nm .' Add FBSDID. Do not put spaces inside [] in usage string. Notes: svn path=/head/; revision=94505
* remove __PWarner Losh2002-03-221-4/+6
| | | | Notes: svn path=/head/; revision=92921
* Unifdef __FreeBSD__Poul-Henning Kamp2002-03-201-76/+6
| | | | | | | MD5 checksum of binary unchanged. Notes: svn path=/head/; revision=92764
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+3
| | | | Notes: svn path=/head/; revision=81622
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
| | | | Notes: svn path=/head/; revision=79366
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+0
| | | | Notes: svn path=/head/; revision=76812
* Print out resid portion of MTIOCGET returned data.Matt Jacob2001-01-211-3/+4
| | | | Notes: svn path=/head/; revision=71311
* Oops, I'm such an idiot. For reasons I don't really agree with,Matt Jacob2000-12-311-1/+1
| | | | | | | | | | | | all devices are by default known by their 'cooked' name, so my change was wrong. I thought it was a hangover from old 'block tape device' support which hasn't worked (if it ever did) since v6/PWB. So, the default tape name is now the same as Linux. Far out, man.... Notes: svn path=/head/; revision=70545
* The default is /dev/nrsa0 (now), not /dev/nsa0.Matt Jacob2000-12-311-1/+1
| | | | Notes: svn path=/head/; revision=70534
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-9/+7
| | | | Notes: svn path=/head/; revision=70197
* ConstifyKris Kennaway2000-11-271-1/+1
| | | | Notes: svn path=/head/; revision=69248
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68963
* Add cross reference to the ast device.Warner Losh2000-08-161-1/+1
| | | | | | | Remove reference to the now defunct wt device. Notes: svn path=/head/; revision=64716
* Default device not longer uses the "r" raw prefix.David E. O'Brien2000-04-261-1/+1
| | | | Notes: svn path=/head/; revision=59649
* Add missing dotsPhilippe Charnier2000-03-261-5/+5
| | | | Notes: svn path=/head/; revision=58615
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-4/+8
| | | | Notes: svn path=/head/; revision=57695
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-15/+29
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48792
* add and document seteotmodel and geteotmodel commandsMatt Jacob1999-05-102-1/+45
| | | | Notes: svn path=/head/; revision=46928
* Add missing parenthesis. Change "hardware block" to "SCSI logical block".Guy Helmer1999-05-041-4/+4
| | | | | | | | | While I'm here, fix dangling "to". PR: docs/9940 Notes: svn path=/head/; revision=46433
* Fixes alignment of blocksize field to be prettier ifMatt Jacob1999-03-101-7/+7
| | | | | | | | longest density code && density name is used. Obtained from: Ken Merry Notes: svn path=/head/; revision=44644
* get rid of space padding for compressionMatt Jacob1999-03-101-2/+2
| | | | Notes: svn path=/head/; revision=44618
* Print actual density code as well as string for density- I dunno about others,Matt Jacob1999-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. Notes: svn path=/head/; revision=44397
* Print relative (mt_fileno, mt_blkno) position, if known.Matt Jacob1999-02-051-1/+58
| | | | | | | Print driver state if not NIL. Notes: svn path=/head/; revision=43629
* finally document new commandsMatt Jacob1999-02-051-4/+42
| | | | Notes: svn path=/head/; revision=43628
* Print out latched cdb's correlated to latched errors in MTIOCERRSTAT case.Matt Jacob1998-12-221-1/+13
| | | | | | | | Complete the addition of the setmark support (from Martin.Birgmeier@aon.at). Notes: svn path=/head/; revision=42010
* add in new errstat subcommand (MTIOCSERRSTAT)Matt Jacob1998-12-191-2/+33
| | | | Notes: svn path=/head/; revision=41945
* Made changes suggested by bruce, plus a couple of others which made -Wall work.Matt Jacob1998-12-181-11/+17
| | | | | | | Obtained from:bde@freebsd.org Notes: svn path=/head/; revision=41925
* 1) Clarify that a weof count of zero is allowed (flush buffers).Matt Jacob1998-12-181-1/+30
| | | | | | | | 2) Add in the set of {sethpos,setspos,rdhpos,rdspos) commands to implement the Hardware && SCSI Logical Block position ioctls. Notes: svn path=/head/; revision=41913
* Don't bother trying to support Wangtek tapes on the alpha.Doug Rabson1998-10-031-2/+4
| | | | Notes: svn path=/head/; revision=39913
* Augment compression and blocksize support. Update table of known densities.Justin T. Gibbs1998-09-152-89/+252
| | | | Notes: svn path=/head/; revision=39260
* mt should report the compression status.Poul-Henning Kamp1998-04-191-3/+3
| | | | | | | | | PR: 5276 Reviewed by: phk Submitted by: Matt Dillon <dillon@best.net> Notes: svn path=/head/; revision=35305
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-2/+2
| | | | Notes: svn path=/head/; revision=29988
* another -I/sys conversion, and add Id line now it's left the vendor branchJohn-Mark Gurney1997-08-221-1/+2
| | | | Notes: svn path=/head/; revision=28590
* Implement "eod" as an alias for "eom". HP-UX uses this name, forJoerg Wunsch1997-08-212-11/+24
| | | | | | | | | example. Also cleaned up the man page a little. Notes: svn path=/head/; revision=28492
* Use err(3) instead of local redefinition.Philippe Charnier1997-07-292-43/+17
| | | | Notes: svn path=/head/; revision=27752
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Merge from Lite2Peter Wemm1997-03-111-4/+6
| | | | Notes: svn path=/head/; revision=23693
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-1/+2
| | | | Notes: svn path=/head/; revision=17786