summaryrefslogtreecommitdiffstats
path: root/bin/mt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze2020-01-161-3/+3
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-18/+11
* Add file # and block # to the information "mt status" shows.krw2019-01-221-1/+3
* ensure tape name and tape commands are not too long. passing too longderaadt2018-07-092-6/+17
* /dev/rmt* is no longer relevant; from miodjmc2017-04-171-4/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* rename a few variables/functions to avoid shadowingtedu2015-12-301-8/+8
* Use __progname instead of manually handling argv[0].tobias2015-12-061-10/+6
* add unsigned char casts for specific calls to ctype.h macros.deraadt2013-11-211-3/+3
* add a variety of missing prototypesderaadt2013-11-121-1/+6
* replace sys/param.h with sys/types.h (and sometimes add limits.h if needed)deraadt2012-12-041-2/+2
* remove sunos backwards compatderaadt2012-12-041-7/+1
* Oops. Put back OPENDEV_PART so 'eject cd0' works again. Pointed outkrw2011-05-051-2/+3
* No point in attempting to open the 'c' partition on devices that havekrw2011-04-241-2/+2
* add EXIT STATUS (these two were hiding...);jmc2010-09-031-6/+6
* simplify the sub-ioctl functionderaadt2009-11-091-4/+5
* repair local operations after the -DRMT changes; from Matthew Clarkederaadt2009-11-071-2/+2
* Add a compile option (-DRMT) which decides if remote tape support (via rcmd)deraadt2009-10-282-16/+54
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-23/+2
* - standard EXAMPLESjmc2007-11-031-10/+7
* +.Xr chio 1 ,jmc2007-11-021-2/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Longkrw2006-06-141-3/+3
* We do not create st devices with different density modes. i.e. with devicekrw2006-06-011-8/+4
* The last time these were relevant I had a mullet.beck2006-05-271-18/+2
* Check for strdup() failure.ray2006-04-111-4/+3
* use strdup() instead; adobriyan@gmailderaadt2006-03-231-7/+3
* if in eject mode, do not include command name in error output; bug spotted by drahnderaadt2005-12-221-4/+8
* BINOWN and BINMODE is not needed herederaadt2005-11-251-3/+1
* tweaks;jmc2005-05-021-4/+2
* add eject -t option: permits tray to be closed (ie. insert a CD).deraadt2005-05-012-18/+35
* - do not list -f option for eject, as it is not necessaryjmc2005-04-262-11/+10
* ARGSUSED on signal handlerderaadt2004-09-161-2/+3
* typo;jmc2003-07-311-2/+2
* clarify use of eject on an empty cdrom drive. (eject /dev/rcd0c)tedu2003-07-301-10/+14
* ansification, art okderaadt2003-06-111-21/+12
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-025-31/+11
* document the -f flagjmc2003-03-142-11/+29
* clarify that eject works on other mediatedu2003-02-261-2/+4
* ansideraadt2002-07-041-12/+6
* strlcpyderaadt2002-05-271-3/+4
* kill more registers.mpech2002-03-141-8/+8
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-3/+1
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-163-21/+21
* fix the history refsmickey2002-01-241-2/+4
* missed some registers, kill'em!mpech2002-01-161-9/+9
* in a signal handler, change errx() to warnx() + _exit; millert okderaadt2001-11-141-4/+13
* Remove hard sentence breaks.aaron2000-03-171-5/+5
* consistencyaaron1999-08-171-2/+3