summaryrefslogtreecommitdiff
path: root/bin/mt
AgeCommit message (Expand)Author
2007-05-31convert to new .Dd format;Jason McIntyre
2006-06-14Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. LongKenneth R Westerback
2006-06-01We do not create st devices with different density modes. i.e. with deviceKenneth R Westerback
2006-05-27The last time these were relevant I had a mullet.Bob Beck
2006-04-11Check for strdup() failure.Ray Lai
2006-03-23use strdup() instead; adobriyan@gmailTheo de Raadt
2005-12-22if in eject mode, do not include command name in error output; bug spotted by...Theo de Raadt
2005-11-25BINOWN and BINMODE is not needed hereTheo de Raadt
2005-05-02tweaks;Jason McIntyre
2005-05-01add eject -t option: permits tray to be closed (ie. insert a CD).Theo de Raadt
2005-04-26- do not list -f option for eject, as it is not necessaryJason McIntyre
2004-09-16ARGSUSED on signal handlerTheo de Raadt
2003-07-31typo;Jason McIntyre
2003-07-30clarify use of eject on an empty cdrom drive. (eject /dev/rcd0c)Ted Unangst
2003-06-11ansification, art okTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-14document the -f flagJason McIntyre
2003-02-26clarify that eject works on other mediaTed Unangst
2002-07-04ansiTheo de Raadt
2002-05-27strlcpyTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24fix the history refsMichael Shalayeff
2002-01-16missed some registers, kill'em!Mike Pechkin
2001-11-14in a signal handler, change errx() to warnx() + _exit; millert okTheo de Raadt
2000-03-17Remove hard sentence breaks.Aaron Campbell
1999-08-17consistencyAaron Campbell
1999-05-28more .El madnessAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
1998-09-23alphabetize SEE ALSO entries and numerically order according to sectionAaron Campbell
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
1998-07-16support scsi better; fix another weird bug; mjacobTheo de Raadt
1998-07-03Xr mtioTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-12Don't put newline's in warnx()Todd C. Miller
1997-06-18(foo *)0 -> NULLkstailey
1997-04-16Use _PATH_DEFTAPE not DEFTAPE in mt(1)Todd C. Miller
1997-03-29Allow setting blocksize to 0 (variable size); from Juergen Hannken-IlljesThorsten Lockert
1996-09-15Don't complain if setsockopt() fails. It will fail if we used rcmdsh()Todd C. Miller
1996-09-14WHen we fail to open tape device, only print an error message if errnoTodd C. Miller
1996-09-02not setuid, silence TCP_MAXSEG for non-rootTheo de Raadt
1996-09-01No longer need to be setuid (rcmd uses rcmdsh if uid != 0).Todd C. Miller
1996-09-01check rcmd() return val and exit nicely.Todd C. Miller
1996-08-10from bde@freebsd.org; if printregs() sees no bit names, avoid using themTheo de Raadt
1996-08-10%d for formatsTheo de Raadt
1996-08-09sprintf -> snprintfTodd C. Miller
1996-08-02zap getopt() case of -?, come on, it is the default!Theo de Raadt