Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-03 | - standard EXAMPLES | Jason McIntyre | |
- tidy up SEE ALSO | |||
2007-11-02 | +.Xr chio 1 , | Jason McIntyre | |
ok beck | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-06-14 | Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long | Kenneth R Westerback | |
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 | Kenneth R Westerback | |
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. | Bob Beck | |
no binary change, ok dlg@ | |||
2006-04-11 | Check for strdup() failure. | Ray Lai | |
OK jaredy@ | |||
2006-03-23 | use strdup() instead; adobriyan@gmail | Theo de Raadt | |
2005-12-22 | if in eject mode, do not include command name in error output; bug spotted ↵ | Theo de Raadt | |
by drahn | |||
2005-11-25 | BINOWN and BINMODE is not needed here | Theo de Raadt | |
2005-05-02 | tweaks; | Jason McIntyre | |
2005-05-01 | add eject -t option: permits tray to be closed (ie. insert a CD). | Theo de Raadt | |
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 | Jason McIntyre | |
- 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 | Theo de Raadt | |
2003-07-31 | typo; | Jason McIntyre | |
2003-07-30 | clarify use of eject on an empty cdrom drive. (eject /dev/rcd0c) | Ted Unangst | |
ok jmc@ | |||
2003-06-11 | ansification, art ok | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-14 | document the -f flag | Jason McIntyre | |
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 | Ted Unangst | |
ok millert@ | |||
2002-07-04 | ansi | Theo de Raadt | |
2002-05-27 | strlcpy | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-24 | fix the history refs | Michael Shalayeff | |
2002-01-16 | missed some registers, kill'em! | Mike Pechkin | |
millert@ ok | |||
2001-11-14 | in a signal handler, change errx() to warnx() + _exit; millert ok | Theo de Raadt | |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
1999-08-17 | consistency | Aaron Campbell | |
1999-05-28 | more .El madness | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-09-23 | alphabetize SEE ALSO entries and numerically order according to section | Aaron Campbell | |
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1998-07-16 | support scsi better; fix another weird bug; mjacob | Theo de Raadt | |
1998-07-03 | Xr mtio | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-12 | Don't put newline's in warnx() | Todd C. Miller | |
1997-06-18 | (foo *)0 -> NULL | kstailey | |
1997-04-16 | Use _PATH_DEFTAPE not DEFTAPE in mt(1) | Todd C. Miller | |
Remove DEFTAPE from <sys/mtio.h> and guard against multiple inclusion. | |||
1997-03-29 | Allow setting blocksize to 0 (variable size); from Juergen Hannken-Illjes | Thorsten Lockert | |
<hannken@eis.cs.tu-bs.de> in NetBSD PR 3256 | |||
1996-09-15 | Don't complain if setsockopt() fails. It will fail if we used rcmdsh() | Todd C. Miller | |
instead of rcmd() and there's no easy way to detect which we used now. | |||
1996-09-14 | WHen we fail to open tape device, only print an error message if errno | Todd C. Miller | |
is non-zero. If errno is 0 then the remote mt already did the message... | |||
1996-09-02 | not setuid, silence TCP_MAXSEG for non-root | Theo de Raadt | |
1996-09-01 | No longer need to be setuid (rcmd uses rcmdsh if uid != 0). | Todd C. Miller | |
1996-09-01 | check rcmd() return val and exit nicely. | Todd C. Miller | |
1996-08-10 | from bde@freebsd.org; if printregs() sees no bit names, avoid using them | Theo de Raadt | |
1996-08-10 | %d for formats | Theo de Raadt | |