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

            List of files:
            /freebsd/usr.bin/wall/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>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/wall/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/usr.bin/wall/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>ab90a4d1e240b52309d6efd0e0856a7b6b3c6bab - Perform all trivial ports to utmpx for usr.bin/.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/wall/Makefile#ab90a4d1e240b52309d6efd0e0856a7b6b3c6bab</link>
        <description>Perform all trivial ports to utmpx for usr.bin/.They were already converted to use libulog, so it&apos;s easy to convert themto utmpx.

            List of files:
            /freebsd/usr.bin/wall/Makefile</description>
        <pubDate>Wed, 13 Jan 2010 19:09:54 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/wall/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.bin/wall/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>b7946da96b4498519f66f3f5fe72d1474bf13f7d - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/wall/Makefile#b7946da96b4498519f66f3f5fe72d1474bf13f7d</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd/usr.bin/wall/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:27:05 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bd76376f801ea53ac8456ff38bf34725a39494ac - Let wall(1) use utmpx.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/wall/Makefile#bd76376f801ea53ac8456ff38bf34725a39494ac</link>
        <description>Let wall(1) use utmpx.Because our implementation guarantees the strings inside struct utmpx tobe null terminated, we don&apos;t need to copy everything out, which makesthe code nicer to read.Also set WARNS to 6 and add $FreeBSD$ to keep SVN silent.

            List of files:
            /freebsd/usr.bin/wall/Makefile</description>
        <pubDate>Sat, 05 Dec 2009 21:05:25 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b50d9027575220cb6dd09b3e62f03f511e908b8 - BSD 4.4 Lite Usr.bin Sources</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/wall/Makefile#9b50d9027575220cb6dd09b3e62f03f511e908b8</link>
        <description>BSD 4.4 Lite Usr.bin Sources

            List of files:
            /freebsd/usr.bin/wall/Makefile</description>
        <pubDate>Fri, 27 May 1994 14:33:43 +0200</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab90a4d1e240b52309d6efd0e0856a7b6b3c6bab - Perform all trivial ports to utmpx for usr.bin/.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/wall/Makefile#ab90a4d1e240b52309d6efd0e0856a7b6b3c6bab</link>
        <description>Perform all trivial ports to utmpx for usr.bin/.They were already converted to use libulog, so it&apos;s easy to convert themto utmpx.

            List of files:
            /freebsd/usr.bin/wall/Makefile</description>
        <pubDate>Wed, 13 Jan 2010 19:09:54 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/wall/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.bin/wall/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>b7946da96b4498519f66f3f5fe72d1474bf13f7d - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/wall/Makefile#b7946da96b4498519f66f3f5fe72d1474bf13f7d</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd/usr.bin/wall/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:27:05 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bd76376f801ea53ac8456ff38bf34725a39494ac - Let wall(1) use utmpx.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/wall/Makefile#bd76376f801ea53ac8456ff38bf34725a39494ac</link>
        <description>Let wall(1) use utmpx.Because our implementation guarantees the strings inside struct utmpx tobe null terminated, we don&apos;t need to copy everything out, which makesthe code nicer to read.Also set WARNS to 6 and add $FreeBSD$ to keep SVN silent.

            List of files:
            /freebsd/usr.bin/wall/Makefile</description>
        <pubDate>Sat, 05 Dec 2009 21:05:25 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b50d9027575220cb6dd09b3e62f03f511e908b8 - BSD 4.4 Lite Usr.bin Sources</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/wall/Makefile#9b50d9027575220cb6dd09b3e62f03f511e908b8</link>
        <description>BSD 4.4 Lite Usr.bin Sources

            List of files:
            /freebsd/usr.bin/wall/Makefile</description>
        <pubDate>Fri, 27 May 1994 14:33:43 +0200</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
