summaryrefslogtreecommitdiffstats
path: root/usr.bin/mt
Commit message (Collapse)AuthorAgeFilesLines
* In usr.bin/mt/mt.c, the c_code member of struct commands should reallydim2011-12-171-1/+1
| | | | | | | be an unsigned long, since it will contain values of ioctl request codes. On 64-bit arches, these will not fit into an int. MFC after: 1 week
* Add missing static keywords to mt(1)ed2011-11-061-33/+33
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Note what options are only for DDS drives.trhodes2008-01-211-4/+4
| | | | PR: 35608
* -mdoc sweep.ru2005-11-181-13/+14
|
* Const poision, deregister and use ANSI definitions.dwmalone2005-11-131-23/+20
|
* A minor overhaul: added comments, split cmds in 2, changed synopsis.garys2005-09-301-105/+133
| | | | | | | | | | | | Split commands into two groups: one with optional count and one with required argument. Changed synopsis line accordingly. Added some hopefully-helpful comments based on experiments, knowing that not all hardware works the same. PR: docs/84101 Approved by: keramida MFC after: 3 days
* Don't refer to devices that don't exist.imp2005-04-031-4/+0
|
* Expand contractions.ru2005-02-131-1/+1
|
* Deal with double whitespace.ru2004-07-031-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-9/+18
|
* Backout previous commit. It seems this comment applied to somethingmux2004-04-091-4/+0
| | | | | | else than I thought, and thus really needs to go away. Noticed by: ru
* Reintroduce a comment that was wrongly removed in revision 1.34.mux2004-04-091-0/+4
|
* Catch up with the removal of the wt(4) driver.ru2004-03-141-16/+0
|
* Change /dev/rsa0 and /dev/rwt0 references to sa0 and wt0.roam2003-09-051-3/+3
| | | | | | PR: 55925 Submitted by: Michael L. Squires <mikes@siralan.org> MFC after: 1 month
* Markup bits.ru2003-05-211-1/+3
| | | | Approved by: re (blanket)
* Fix references to non-existing or obsoleted man pages.schweikh2003-04-301-3/+1
| | | | | PR: docs/51480 (only a small part) Submitted by: Diomidis D. Spinellis <dds@aueb.gr>
* Add information about the SDLT density codes.joerg2002-10-152-0/+7
| | | | | Submitted by: "Stewart MacLund" <sundie@lunaticfringe.org> MFC after: 1 week
* Add definitions for the industry-standard DLT density codes.joerg2002-07-092-0/+10
| | | | | Obtained from: Quantum DLT8000 manual MFC after: 1 week
* mdoc(7) police: removed unnecessary .Ns.ru2002-05-301-1/+1
|
* Use `The .Nm utility'charnier2002-04-201-6/+9
|
* Make `make WARNS=3' succeed, notably, use %d to printf daddr_t value.charnier2002-04-122-33/+33
| | | | | Use `.Nm Ns .' instead of `.Nm .' Add FBSDID. Do not put spaces inside [] in usage string.
* remove __Pimp2002-03-221-4/+6
|
* Unifdef __FreeBSD__phk2002-03-201-76/+6
| | | | MD5 checksum of binary unchanged.
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+3
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-1/+0
|
* Print out resid portion of MTIOCGET returned data.mjacob2001-01-211-3/+4
|
* Oops, I'm such an idiot. For reasons I don't really agree with,mjacob2000-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....
* The default is /dev/nrsa0 (now), not /dev/nsa0.mjacob2000-12-311-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-191-9/+7
|
* Constifykris2000-11-271-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Add cross reference to the ast device.imp2000-08-161-1/+1
| | | | Remove reference to the now defunct wt device.
* Default device not longer uses the "r" raw prefix.obrien2000-04-261-1/+1
|
* Add missing dotscharnier2000-03-261-5/+5
|
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-4/+8
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-15/+29
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $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).
OpenPOWER on IntegriCloud