Home | History | Annotate | only in /src/bin/chio
History log of /src/bin/chio
RevisionDateAuthorComments
 1.6 18-Jul-2003  lukem branches: 1.6.98;
doc2html works here now, so remove NOHTML
 1.5 26-Sep-2000  phil Don't generate html yet. doc2html needs a fix.
 1.4 20-Jul-1997  christos Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc
now that all /bin has been cleaned.
 1.3 20-Jul-1997  thorpej Build with WARNS.
 1.2 06-Aug-1996  mrg this program does not need to be setuid root.
 1.1 03-Apr-1996  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 03-Apr-1996  thorpej branches: 1.1.1.1.4;
Utility to control media changers from the command line; corresponds
to new SCSI changer driver.
 1.1.1.1.4.1 16-Aug-1996  jtc Pulled up from rev 1.2 by request from mrg
 1.6.98.2 21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.6.98.1 21-Apr-2020  martin Sync with HEAD
 1.20 03-Jul-2017  wiz branches: 1.20.6;
Remove workaround for ancient HTML generation code.
 1.19 25-Aug-2016  sevan Move the description of CHANGER variable to ENVIRONMENT section
Bump date.
From OpenBSD src/bin/chio/chio.1 r1.23
 1.18 10-Aug-2016  sevan Document the first version chio appeared in.
Bump date.
 1.17 10-Aug-2016  sevan Mark Jason's name with An macro in AUTHORS section, warned about missing macro
by mandoc lint.
 1.16 17-Mar-2012  wiz Use Lk.
 1.15 30-Apr-2008  martin branches: 1.15.4;
Convert TNF licenses to new 2 clause variant
 1.14 25-Sep-2002  wiz branches: 1.14.32;
New policy: New sentences start on a new line.
Patches by Robert Elz <kre at munnari oz au>, with minimal changes by me.
 1.13 08-Feb-2002  ross Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
 1.12 21-Jan-2002  wiz Use mdoc macros instead of man ones.
 1.11 20-Dec-2001  wiz Sort sections, drop unnecessary .Pps, use standard headers.
 1.10 20-Dec-2001  wiz Whitespace nits.
 1.9 09-Sep-1999  thorpej Update for changes to the changer driver.
 1.8 05-Aug-1999  hubertf Some code cleanup to collect all the usage strings in one place.
Asked for and reviewd by Jason thorpe.
 1.7 22-Mar-1999  garbled More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Many more to
come.
 1.6 13-Jul-1998  hpeyerl userland interface to ATA CD changer devices by Jason Thorpe.
 1.5 22-May-1998  msaitoh sort entries and delete extra periods in SEE also section.
 1.4 02-Oct-1997  hubertf Fixed some typos pointed out by Dave Huang <khym@bga.com>
Closes PR bin/4201.
 1.3 29-Sep-1997  mjacob Add 'initialize element status' command; note (for future fixing in ch.c)
that a number of jukeboxes can't cope with DBD (disable block descriptors)-
we'll have to fix that some day.
 1.2 15-Sep-1997  lukem cleanup .Nm usage
 1.1 03-Apr-1996  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 03-Apr-1996  thorpej Utility to control media changers from the command line; corresponds
to new SCSI changer driver.
 1.14.32.1 18-May-2008  yamt sync with head.
 1.15.4.1 17-Apr-2012  yamt sync with head
 1.20.6.2 21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.20.6.1 21-Apr-2020  martin Sync with HEAD
 1.33 16-Oct-2017  jnemeth branches: 1.33.4;
typo: unvalid -> invalid
 1.32 23-Aug-2016  sevan Remove redundant main() prototype which survived a K&R to ANSI transition.
 1.31 29-Aug-2011  joerg Use __dead
 1.30 20-Jul-2008  lukem Remove the \n and tabs from the __COPYRIGHT() strings.
 1.29 28-Apr-2008  martin branches: 1.29.2;
Remove clause 3 and 4 from TNF licenses
 1.28 29-Apr-2007  msaitoh branches: 1.28.10;
fix typos
 1.27 01-Jun-2005  lukem appease gcc -Wuninitialized
 1.26 29-Oct-2004  dsl Add (unsigned char) cast to ctype function
 1.25 25-Jun-2004  wiz Sync usage with man page. Closes PR 25861 by Kouichirou Hiratsuka.
 1.24 05-Jan-2004  jmmv Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.
 1.23 04-Jan-2004  jschauma Remove unused code left over from temporary printescaped functionality.
Noted by Jeff Ito in PR bin/23967.
 1.22 14-Sep-2003  jschauma Following private discussion with kleink@ and hubertf@ and public discussion
on tech-userlevel@, back out printescaped() functionality.
kleink: ``We sell rope.''
 1.21 21-Aug-2003  jschauma Fix two more memory leaks found by Hubert Feyrer.
 1.20 04-Aug-2003  jschauma As discusses a little while back on tech-userlevel:

If stdout is a tty, use vis(3) to print any filenames to prevent garbage
from being printed if the filename contains control- or other non-printable
characters.

While here, sprinkle some EXIT_FAILURE and NOTREACHED where appropriate.
 1.19 11-Jun-2002  itojun no need for \n on errx
 1.18 02-May-2002  enami - Don't put space before function call operator.
- Remove trailing whitespace.
- Put an empty line if function doesn't have local variables.
- Use tab instead of spaces.
 1.17 16-Sep-2001  wiz Add setprogname call. Patch from Petri Koistinen.
 1.16 13-Sep-2001  wiz ANSIfication and KNF fixes by Petri Koistinen via bin/13690.
 1.15 19-Feb-2001  cgd convert to use getprogname()
 1.14 09-Sep-1999  thorpej Report vendor-specific data length, if any.
 1.13 09-Sep-1999  thorpej Update for changes to the changer driver.
 1.12 08-Sep-1999  thorpej formatting nits.
 1.11 05-Aug-1999  hubertf Some code cleanup to collect all the usage strings in one place.
Asked for and reviewd by Jason thorpe.
 1.10 28-Jul-1998  mycroft Delint.
 1.9 28-Jul-1998  mycroft Delint.
 1.8 27-Jul-1998  mycroft const propagation.
 1.7 13-Jul-1998  hpeyerl userland interface to ATA CD changer devices by Jason Thorpe.
 1.6 04-Jan-1998  thorpej Make lint(1) happy.
 1.5 29-Sep-1997  mjacob Add 'initialize element status' command; note (for future fixing in ch.c)
that a number of jukeboxes can't cope with DBD (disable block descriptors)-
we'll have to fix that some day.
 1.4 15-Sep-1997  lukem use memset instead of bzero
 1.3 20-Jul-1997  thorpej Make sure printf field widths are "int"s.
 1.2 20-Jul-1997  thorpej - Use __COPYRIGHT() and __RCSID().
- Fix compiler warnings.
 1.1 03-Apr-1996  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 03-Apr-1996  thorpej Utility to control media changers from the command line; corresponds
to new SCSI changer driver.
 1.28.10.1 18-May-2008  yamt sync with head.
 1.29.2.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.33.4.2 21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.33.4.1 21-Apr-2020  martin Sync with HEAD
 1.6 28-Apr-2008  martin branches: 1.6.64;
Remove clause 3 and 4 from TNF licenses
 1.5 09-Mar-2002  wiz branches: 1.5.34;
Remove a __P().
 1.4 13-Sep-2001  wiz ANSIfication and KNF fixes by Petri Koistinen via bin/13690.
 1.3 09-Sep-1999  thorpej Update for changes to the changer driver.
 1.2 05-Aug-1999  hubertf Some code cleanup to collect all the usage strings in one place.
Asked for and reviewd by Jason thorpe.
 1.1 03-Apr-1996  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 03-Apr-1996  thorpej Utility to control media changers from the command line; corresponds
to new SCSI changer driver.
 1.5.34.1 18-May-2008  yamt sync with head.
 1.6.64.2 21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.6.64.1 21-Apr-2020  martin Sync with HEAD
 1.4 28-Apr-2008  martin branches: 1.4.64;
Remove clause 3 and 4 from TNF licenses
 1.3 13-Sep-2001  wiz branches: 1.3.34;
ANSIfication and KNF fixes by Petri Koistinen via bin/13690.
 1.2 09-Sep-1999  thorpej Update for changes to the changer driver.
 1.1 03-Apr-1996  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 03-Apr-1996  thorpej Utility to control media changers from the command line; corresponds
to new SCSI changer driver.
 1.3.34.1 18-May-2008  yamt sync with head.
 1.4.64.2 21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.4.64.1 21-Apr-2020  martin Sync with HEAD

RSS XML Feed