Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | make -avV only be suboptions of the status command, as documented, by using | Theo de Raadt | |
nested getopt() calls. ok beck | |||
2006-06-03 | do chio.conf install from right place | Theo de Raadt | |
2006-06-02 | Add sample chio.conf to /etc | Bob Beck | |
ok deraadt@ | |||
2006-06-01 | fix stupid typo. mea culpa | Bob Beck | |
2006-06-01 | Move mtio drive prep to a function, and makes the changer | Bob Beck | |
check it's notion of access, avoiding problems on more tightly coupled changers if the tape is already ejected - currently these stupid devices return "Initialization Command Required" sense codes but there is (as yet) no way to tell userland that. checking the ACCESS changer flag appears safe in both cases. Adds support for "voltag" type for the source for a move, so you can do "chio move voltag 0003B72 drive 0" to move a tape with the corresponding bar code. Documents the above, as well as status -vVa in the man page. partly from freebsd, man page tweaks by jmc@ ok krw@ | |||
2006-05-31 | prettier | Theo de Raadt | |
2006-05-31 | This adds support for retrieving volume tags in chio(8) with the | Bob Beck | |
status command and options -v to request the primary volume tag, -V for the alternate volume tag. Man page will follow shortly, along with move support by volume tag. | |||
2006-05-29 | tweaks; | Jason McIntyre | |
2006-05-29 | document the st(4) device to chio drive mapping, and the existence of | Bob Beck | |
the /etc/chio.conf file. "You commit, then jmc cleans" deraadt@ | |||
2006-05-29 | oups, left one strdup unchecked, and some more error handling smallies | Henning Brauer | |
2006-05-29 | spacing | Theo de Raadt | |
2006-05-29 | KNF | Henning Brauer | |
2006-05-29 | de-beckify (KNF) | Henning Brauer | |
2006-05-29 | Make chio have a connection between st(4) devices and "drives" in a | Bob Beck | |
changer - chio will then attempt to open the /dev/rstX device when doing a move from a source of drive X, and will attempt to unload the tape. this avoids issues where pickers madly attempt to grab a busy tape on completely decoupled libraries, or fail to grab an unloaded tape on tightly coupled libraries, the extra unload being harmless if the media has already been ejected. The mapping between st(4) devices and ch drives is by default a simple mapping between picker drive X being mapped to /dev/rstX, however for non-obvious or complicated configurations, we support a /etc/chio.conf file in which the drives for a changer may have their corresponding st(4) devices defined individually. chio will use the default mapping if the /etc/chio.conf file is not present, or does not define a st(4) device for a changer drive. (example chio.conf and man page changes to come) yacc parser for chio.conf written by henning@, ok henning@, krw@ | |||
2006-04-25 | various small lint cleanups; ok otto | Theo de Raadt | |
2005-11-25 | BINOWN and BINMODE is not needed here | Theo de Raadt | |
2005-02-08 | - rearrange EXAMPLES | Jared Yanovich | |
- move env var stuff to ENVIRONMENT - clarify "status" description - sort & simplify commands ok jmc | |||
2003-05-29 | - section reorder | Jason McIntyre | |
- .An/.Aq for AUTHORS | |||
2003-04-28 | typos; | Jason McIntyre | |
suggestions, corrections and ok millert@ | |||
2003-03-12 | more .Li | Theo de Raadt | |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-07-04 | ansi | Theo de Raadt | |
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-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2001-08-26 | remove excess Xr | Theo de Raadt | |
2001-03-21 | -Wall | Artur Grabowski | |
2000-11-09 | - Some section shuffling: conform to the standard order documented in mdoc(7) | Aaron Campbell | |
- .Sh AUTHOR -> .Sh AUTHORS | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
1999-08-17 | consistency | Aaron Campbell | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-05-30 | repairs | Aaron Campbell | |
1999-03-03 | using a .Aq Ar combination is much nicer | Aaron Campbell | |
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-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-06-23 | snprintf returns bytes it wanted to print, not the number it actually did | Todd C. Miller | |
1997-11-08 | spelling | Todd T. Fries | |
1997-10-01 | typos; khym@bga.com | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt | |
1997-06-03 | .Xr ch 4, someone create it please? | Theo de Raadt | |
1996-12-14 | -Wall'ing. | Michael Shalayeff | |
1996-11-02 | useful useage, abbreviateable commands | Theo de Raadt | |
1996-10-08 | Attempt at cleanup. | michaels | |
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-08-21 | Don't override BINOWN and BINGRP | Thorsten Lockert | |
1996-08-11 | bad setuid, bad, bad, bad | Theo de Raadt | |
1996-08-11 | Install with 4554 permissions. | dm | |