<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90aea514c6249118e880d75972d063362f4bf492 - bin: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#90aea514c6249118e880d75972d063362f4bf492</link>
        <description>bin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c733106aea767e5e48b7fd9bb255835919cc01e - pkgbase: Put chio in utilities</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#2c733106aea767e5e48b7fd9bb255835919cc01e</link>
        <description>pkgbase: Put chio in utilitiesNo need to bloat runtime with this utility.Differential Revision:	https://reviews.freebsd.org/D30753Sponsored by:	Diablotin Systems

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Sat, 19 Jun 2021 17:49:44 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac2875fa16f0a3747b0e3f249814c4297605be61 - Explicitly add unmarked bin/ binaries to the runtime package.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#ac2875fa16f0a3747b0e3f249814c4297605be61</link>
        <description>Explicitly add unmarked bin/ binaries to the runtime package.Note: tcsh(1) has a MK_TCSH=no test, so this should be a separatepackage, which requires pre-install/post-install scripts, to beadded later.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 17:58:50 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6984496e54289f31b266152ab169bce6800225bd - Don&apos;t specify SRCS= when it can be obtained from PROGS=</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#6984496e54289f31b266152ab169bce6800225bd</link>
        <description>Don&apos;t specify SRCS= when it can be obtained from PROGS=

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Thu, 27 Jan 2005 14:25:09 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a748290789444352877e207721a7db215206cc9a - Default to WARNS=2.  Binary builds that cannot handle this must explicitly</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#a748290789444352877e207721a7db215206cc9a</link>
        <description>Default to WARNS=2.  Binary builds that cannot handle this must explicitlyset WARNS=0.Reviewed by:	mike

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Tue, 04 Dec 2001 02:57:47 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>616203938dc5e84c18aaeb2014218a785264a8cb - Fix warnings on alpha and re-enable WARNS=2.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#616203938dc5e84c18aaeb2014218a785264a8cb</link>
        <description>Fix warnings on alpha and re-enable WARNS=2.Submitted by:	Mike Barcroft &lt;mike@q9media.com&gt;

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Wed, 04 Jul 2001 23:35:15 +0200</pubDate>
        <dc:creator>Mike Heffner &lt;mikeh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28059d16ea86e244ed4af55d8ab1647c2d96e74d - Argh...this isn&apos;t ready for WARNS=2 on alpha.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#28059d16ea86e244ed4af55d8ab1647c2d96e74d</link>
        <description>Argh...this isn&apos;t ready for WARNS=2 on alpha.

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Tue, 03 Jul 2001 05:34:42 +0200</pubDate>
        <dc:creator>Mike Heffner &lt;mikeh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c120f4628ab6483597da54d9471e2b7e67d6f53 - Constify and lockdown with WARNS=2.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#6c120f4628ab6483597da54d9471e2b7e67d6f53</link>
        <description>Constify and lockdown with WARNS=2.Submitted by:	Mike Barcroft &lt;mike@q9media.com&gt;MFC after:	2 weeks

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Tue, 03 Jul 2001 05:22:49 +0200</pubDate>
        <dc:creator>Mike Heffner &lt;mikeh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a - Removed -I${.CURDIR}/.../sys from CFLAGS.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a</link>
        <description>Removed -I${.CURDIR}/.../sys from CFLAGS.

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Fri, 18 May 2001 15:41:42 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a4562393f80633b81c11d4f7df00548d1cc3c48 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#2a4562393f80633b81c11d4f7df00548d1cc3c48</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:15:48 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98ae496f7f558ecdd0a54f6c5677c755acf9665e - Correct some style issues in my previous commit.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#98ae496f7f558ecdd0a54f6c5677c755acf9665e</link>
        <description>Correct some style issues in my previous commit.Submitted by:	bde

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Thu, 22 Jul 1999 16:26:21 +0200</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>305a253acff09fd2c4102a449e799e0a806f4922 - Changes from OpenBSD:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#305a253acff09fd2c4102a449e799e0a806f4922</link>
        <description>Changes from OpenBSD:	* Better usage() - correct syntax, display available commands	  instead of examples	* Accept command abbreviations	* sprintf -&gt; snprintf (for paranoia)	* manpage capitalisation tweakObtained from:	OpenBSD

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Mon, 07 Jun 1999 15:53:57 +0200</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>20bf9a142c9d8991d65bc3ac37089badd77e6f66 - Updated the ch(4) driver and chio(1) command to include volume</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#20bf9a142c9d8991d65bc3ac37089badd77e6f66</link>
        <description>Updated the ch(4) driver and chio(1) command to include volumetag support.  These changes have been tested with a Breeze HillQ47 DLT and a DEC DLT2500 media changer.  The latter has novolume tag support.The chio(1) command was updated to include various flags to thestatus subcommand.  These flags can be used to select additionalinformation to be displayed (like volume tags).A new chio(1) subcommand named &apos;voltag&apos; has been added which allowsfor changes to volume tags inside the media changer controller.This could not be tested as the Q47 does not provide the functio-nality.Submitted by:	Hans Huebner

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Tue, 15 Sep 1998 09:48:51 +0200</pubDate>
        <dc:creator>Justin T. Gibbs &lt;gibbs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f9fc03961c3a75a81c47c88d14565e8668172dcf - This command doesn&apos;t need to be setuid root, it&apos;s only asking</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#f9fc03961c3a75a81c47c88d14565e8668172dcf</link>
        <description>This command doesn&apos;t need to be setuid root, it&apos;s only askingfor potential trouble.Reviewed by:	security officers.Noted by:	OpenBSD

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Fri, 12 Sep 1997 17:00:06 +0200</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>224c8a5b9b03ea504e196d16087bdaf482099e30 - Import Jason Thorpe&apos;s contribution for an updated SCSI media changer</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#224c8a5b9b03ea504e196d16087bdaf482099e30</link>
        <description>Import Jason Thorpe&apos;s contribution for an updated SCSI media changerdevice (now, finally!).

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Thu, 06 Mar 1997 16:30:06 +0100</pubDate>
        <dc:creator>Joerg Wunsch &lt;joerg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6984496e54289f31b266152ab169bce6800225bd - Don&apos;t specify SRCS= when it can be obtained from PROGS=</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#6984496e54289f31b266152ab169bce6800225bd</link>
        <description>Don&apos;t specify SRCS= when it can be obtained from PROGS=

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Thu, 27 Jan 2005 14:25:09 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a748290789444352877e207721a7db215206cc9a - Default to WARNS=2.  Binary builds that cannot handle this must explicitly</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/chio/Makefile#a748290789444352877e207721a7db215206cc9a</link>
        <description>Default to WARNS=2.  Binary builds that cannot handle this must explicitlyset WARNS=0.Reviewed by:	mike

            List of files:
            /freebsd/bin/chio/Makefile</description>
        <pubDate>Tue, 04 Dec 2001 02:57:47 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
