<?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/usr.sbin/vidcontrol/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/usr.sbin/vidcontrol/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.sbin/vidcontrol/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>cab549c76c8822be2850f048a2f80d5a174f5910 - pkgbase: Create a FreeBSD-console-tools package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#cab549c76c8822be2850f048a2f80d5a174f5910</link>
        <description>pkgbase: Create a FreeBSD-console-tools packageAnd put in it: - kbdcontrol - vidcontrol - moused - kbdmapThose aren&apos;t useful in a jail or for a modern desktop.While here, split the devd.conf part into some new files.Reviewed by:	baptSponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D38321

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Wed, 01 Feb 2023 10:35:56 +0100</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 14:35:57 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#9199c09a159c4e3e98c212d4eec1edc5252d9e33</link>
        <description>Merge from head at r201628.# This hasn&apos;t been tested, and there are at least three bad commits# that need to be backed out before the branch will be stable again.

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 06:58:07 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf09269546d398fa847168fc74c22d6338a62 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#71ccf09269546d398fa847168fc74c22d6338a62</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 12:07:44 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a03b27dba6012f0293b83b4c25663f4517abdc2 - WANRS=6 cleanup for vidcontrol(1):</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#9a03b27dba6012f0293b83b4c25663f4517abdc2</link>
        <description>WANRS=6 cleanup for vidcontrol(1):	- Use foo(void) instead of foo().	- Use static where applicable.	- Apply more const&apos;s when passing parameters	- signed/unsigned madness	- Avoid namespace collision by adding underscores.	- For 64-bit architectures, use %zx instead of %x	  when necessary.	- When storing constants, use const instead of	  variable.	- Bump WARNS?= from 2 to 6

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Thu, 13 Jan 2005 04:59:44 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac24b049cc3d78097a804c9ce72cf44fdfa59456 - Remove GCC&apos;isms in CFLAGS.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#ac24b049cc3d78097a804c9ce72cf44fdfa59456</link>
        <description>Remove GCC&apos;isms in CFLAGS.

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:23:13 +0200</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e74228df732bb0c9732aca0fc0404c360d - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#345e52e74228df732bb0c9732aca0fc0404c360d</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 16:42:20 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c73e22c3d47a3cff43c30a39e6aa4692e07316c8 - Set the default manual section for usr.sbin/ to 8.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#c73e22c3d47a3cff43c30a39e6aa4692e07316c8</link>
        <description>Set the default manual section for usr.sbin/ to 8.

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 19:17:26 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bfc214e3291f45d2d109d1494299fc881beb6006 - Add a -s option for setting the current vty.  This should make</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#bfc214e3291f45d2d109d1494299fc881beb6006</link>
        <description>Add a -s option for setting the current vty.  This should makelife easier if a PS/2 mouse locks up the keyboard (frequent-ish,but not repeatable).Tidy up code (a bit) and make it -WallIs this a 2.2 candidate ? (although it doesn&apos;t -Wall in 2.2 becauseof the lack of sys/sysproto.h

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Fri, 07 Mar 1997 02:34:47 +0100</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7363955db6b60fa286dcc74b9bd2085886609050 - Added vidcontrol util from 1.1.5.1+</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#7363955db6b60fa286dcc74b9bd2085886609050</link>
        <description>Added vidcontrol util from 1.1.5.1+Reviewed by:Submitted by:

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Wed, 17 Aug 1994 11:00:13 +0200</pubDate>
        <dc:creator>S&#248;ren Schmidt &lt;sos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#9199c09a159c4e3e98c212d4eec1edc5252d9e33</link>
        <description>Merge from head at r201628.# This hasn&apos;t been tested, and there are at least three bad commits# that need to be backed out before the branch will be stable again.

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 06:58:07 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf09269546d398fa847168fc74c22d6338a62 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#71ccf09269546d398fa847168fc74c22d6338a62</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 12:07:44 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a03b27dba6012f0293b83b4c25663f4517abdc2 - WANRS=6 cleanup for vidcontrol(1):</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#9a03b27dba6012f0293b83b4c25663f4517abdc2</link>
        <description>WANRS=6 cleanup for vidcontrol(1):	- Use foo(void) instead of foo().	- Use static where applicable.	- Apply more const&apos;s when passing parameters	- signed/unsigned madness	- Avoid namespace collision by adding underscores.	- For 64-bit architectures, use %zx instead of %x	  when necessary.	- When storing constants, use const instead of	  variable.	- Bump WARNS?= from 2 to 6

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Thu, 13 Jan 2005 04:59:44 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac24b049cc3d78097a804c9ce72cf44fdfa59456 - Remove GCC&apos;isms in CFLAGS.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#ac24b049cc3d78097a804c9ce72cf44fdfa59456</link>
        <description>Remove GCC&apos;isms in CFLAGS.

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:23:13 +0200</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e74228df732bb0c9732aca0fc0404c360d - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#345e52e74228df732bb0c9732aca0fc0404c360d</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 16:42:20 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c73e22c3d47a3cff43c30a39e6aa4692e07316c8 - Set the default manual section for usr.sbin/ to 8.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#c73e22c3d47a3cff43c30a39e6aa4692e07316c8</link>
        <description>Set the default manual section for usr.sbin/ to 8.

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 19:17:26 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bfc214e3291f45d2d109d1494299fc881beb6006 - Add a -s option for setting the current vty.  This should make</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#bfc214e3291f45d2d109d1494299fc881beb6006</link>
        <description>Add a -s option for setting the current vty.  This should makelife easier if a PS/2 mouse locks up the keyboard (frequent-ish,but not repeatable).Tidy up code (a bit) and make it -WallIs this a 2.2 candidate ? (although it doesn&apos;t -Wall in 2.2 becauseof the lack of sys/sysproto.h

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Fri, 07 Mar 1997 02:34:47 +0100</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7363955db6b60fa286dcc74b9bd2085886609050 - Added vidcontrol util from 1.1.5.1+</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/vidcontrol/Makefile#7363955db6b60fa286dcc74b9bd2085886609050</link>
        <description>Added vidcontrol util from 1.1.5.1+Reviewed by:Submitted by:

            List of files:
            /freebsd/usr.sbin/vidcontrol/Makefile</description>
        <pubDate>Wed, 17 Aug 1994 11:00:13 +0200</pubDate>
        <dc:creator>S&#248;ren Schmidt &lt;sos@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
