| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. | 1 | -3/+3 | ||
| Change several instances, most of them to the usual -width Ds. | |||||
| 2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | 1 | -3/+3 | ||
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | 2 | -18/+11 | ||
| value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | |||||
| 2019-01-22 | Add file # and block # to the information "mt status" shows. | 1 | -1/+3 | ||
| diff from Oscar Endre Edvardsen via misc@ a long time ago. ok sthen@ dlg@ | |||||
| 2018-07-09 | ensure tape name and tape commands are not too long. passing too long | 2 | -6/+17 | ||
| commands to the other side could cause problems. ok guenther tb | |||||
| 2017-04-17 | /dev/rmt* is no longer relevant; from miod | 1 | -4/+2 | ||
| 2016-03-30 | for some time now mandoc has not required MLINKS to function | 1 | -2/+1 | ||
| correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | |||||
| 2015-12-30 | rename a few variables/functions to avoid shadowing | 1 | -8/+8 | ||
| 2015-12-06 | Use __progname instead of manually handling argv[0]. | 1 | -10/+6 | ||
| ok deraadt, mmcc, tedu | |||||
| 2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. | 1 | -3/+3 | ||
| ok guenther step | |||||
| 2013-11-12 | add a variety of missing prototypes | 1 | -1/+6 | ||
| 2012-12-04 | replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) | 1 | -2/+2 | ||
| ok guenther | |||||
| 2012-12-04 | remove sunos backwards compat | 1 | -7/+1 | ||
| 2011-05-05 | Oops. Put back OPENDEV_PART so 'eject cd0' works again. Pointed out | 1 | -2/+3 | ||
| by miod@. | |||||
| 2011-04-24 | No point in attempting to open the 'c' partition on devices that have | 1 | -2/+2 | ||
| no 'c' partition. So don't call opendev(3) with OPENDEV_PART. ok deraadt@ | |||||
| 2010-09-03 | add EXIT STATUS (these two were hiding...); | 1 | -6/+6 | ||
| 2009-11-09 | simplify the sub-ioctl function | 1 | -4/+5 | ||
| 2009-11-07 | repair local operations after the -DRMT changes; from Matthew Clarke | 1 | -2/+2 | ||
| 2009-10-28 | Add a compile option (-DRMT) which decides if remote tape support (via rcmd) | 2 | -16/+54 | ||
| is supported. If not, disable it. ok guenther | |||||
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2 | -23/+2 | ||
| unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||||
| 2007-11-03 | - standard EXAMPLES | 1 | -10/+7 | ||
| - tidy up SEE ALSO | |||||
| 2007-11-02 | +.Xr chio 1 , | 1 | -2/+3 | ||
| ok beck | |||||
| 2007-05-31 | convert to new .Dd format; | 1 | -2/+2 | ||
| 2006-06-14 | Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long | 1 | -3/+3 | ||
| marked obsolete since the opendev() behaviour it turned on is now the default. 'it can go' deraadt@ 'no API of mine has ever made it into a standard' downsj@ | |||||
| 2006-06-01 | We do not create st devices with different density modes. i.e. with device | 1 | -8/+4 | ||
| minor numbers having bits 2 or 3 set. Eliminate the quirks, etc. used to store info on these non-existant modes. Also eliminate a couple of 'unimplemented' fields in the ioctl request structure. ok beck@ deraadt@ | |||||
| 2006-05-27 | The last time these were relevant I had a mullet. | 1 | -18/+2 | ||
| no binary change, ok dlg@ | |||||
| 2006-04-11 | Check for strdup() failure. | 1 | -4/+3 | ||
| OK jaredy@ | |||||
| 2006-03-23 | use strdup() instead; adobriyan@gmail | 1 | -7/+3 | ||
| 2005-12-22 | if in eject mode, do not include command name in error output; bug spotted by drahn | 1 | -4/+8 | ||
| 2005-11-25 | BINOWN and BINMODE is not needed here | 1 | -3/+1 | ||
| 2005-05-02 | tweaks; | 1 | -4/+2 | ||
| 2005-05-01 | add eject -t option: permits tray to be closed (ie. insert a CD). | 2 | -18/+35 | ||
| this uses the MTRETEN option split out getopt options for mt & eject, fix usage as well. ok krw (who is about to commit the back end changes for scsi..) | |||||
| 2005-04-26 | - do not list -f option for eject, as it is not necessary | 2 | -11/+10 | ||
| - tidy up the options list somewhat to avoid confusion - sync usage() started by a diff from tom@ and ok'd by him; | |||||
| 2004-09-16 | ARGSUSED on signal handler | 1 | -2/+3 | ||
| 2003-07-31 | typo; | 1 | -2/+2 | ||
| 2003-07-30 | clarify use of eject on an empty cdrom drive. (eject /dev/rcd0c) | 1 | -10/+14 | ||
| ok jmc@ | |||||
| 2003-06-11 | ansification, art ok | 1 | -21/+12 | ||
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | 5 | -31/+11 | ||
| rescinded 22 July 1999. Proofed by myself and Theo. | |||||
| 2003-03-14 | document the -f flag | 2 | -11/+29 | ||
| remove the -t flag (it was an alias to -f) document that eject ignores $TAPE doc suggestion from Ross Richardson -t removal suggested by millert@ fixes PR 3143 ok millert@ | |||||
| 2003-02-26 | clarify that eject works on other media | 1 | -2/+4 | ||
| ok millert@ | |||||
| 2002-07-04 | ansi | 1 | -12/+6 | ||
| 2002-05-27 | strlcpy | 1 | -3/+4 | ||
| 2002-03-14 | kill more registers. | 1 | -8/+8 | ||
| millert@ ok | |||||
| 2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 1 | -3/+1 | ||
| 2002-02-16 | 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. | 3 | -21/+21 | ||
| 2002-01-24 | fix the history refs | 1 | -2/+4 | ||
| 2002-01-16 | missed some registers, kill'em! | 1 | -9/+9 | ||
| millert@ ok | |||||
| 2001-11-14 | in a signal handler, change errx() to warnx() + _exit; millert ok | 1 | -4/+13 | ||
| 2000-03-17 | Remove hard sentence breaks. | 1 | -5/+5 | ||
| 1999-08-17 | consistency | 1 | -2/+3 | ||
