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

            List of files:
            /freebsd/libexec/tftpd/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>fd5882e1f2cab4c3508c3041dcf84864076055ed - tftpd: Disable -Wformat-nonliteral for GCC.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#fd5882e1f2cab4c3508c3041dcf84864076055ed</link>
        <description>tftpd: Disable -Wformat-nonliteral for GCC.GCC warns about the non-literal format string passed to strftime().  Awarning here seems a bit odd as strftime() does not take varargs sothere is not a risk of missing args.

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Tue, 22 Nov 2022 20:12:06 +0100</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb0292d92974781023999df7f654dbcf1c057960 - tftpd: cleanup</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#eb0292d92974781023999df7f654dbcf1c057960</link>
        <description>tftpd: cleanupSponsored by:	Klara, Inc.

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Tue, 15 Nov 2022 23:37:54 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>888651fcd900b81fdf0d766d9e05639e7a94f881 - Add some functional tests for tftpd(8)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#888651fcd900b81fdf0d766d9e05639e7a94f881</link>
        <description>Add some functional tests for tftpd(8)tftpd(8) is difficult to test in isolation due to its relationship withinetd.  Create a test program that mimics the behavior of tftp(1) andinetd(8) and verifies tftpd&apos;s response in several different scenarios.These test cases cover all of the basic TFTP protocol, but not the optionalparts.PR:		157700PR:		225996PR:		226004PR:		226005MFC after:	3 weeksDifferential Revision:	https://reviews.freebsd.org/D14310

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Fri, 09 Mar 2018 16:30:20 +0100</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fa59e671884d8461af2f6a871058bf9c8bc113d - Merge ^/head r311460 through r311545.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#7fa59e671884d8461af2f6a871058bf9c8bc113d</link>
        <description>Merge ^/head r311460 through r311545.

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Fri, 06 Jan 2017 21:33:48 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4eb4663b0e9042ce0161d0ffffbbc85ffd799c08 - Conditionalize all code that uses tcpd.h behind `LIBWRAP` guard</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#4eb4663b0e9042ce0161d0ffffbbc85ffd799c08</link>
        <description>Conditionalize all code that uses tcpd.h behind `LIBWRAP` guardThis will allow the code to stand by itself without libwrapMFC after:	2 weeks

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Fri, 06 Jan 2017 05:27:07 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf - MFHead @ r275232</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf</link>
        <description>MFHead @ r275232

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Sat, 29 Nov 2014 06:28:40 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f - r274961 through r275075</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f</link>
        <description>r274961 through r275075

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:43:01 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee5a34ecba51f02e3bf46b112e265abf976f39b6 - Convert to LIBADD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#ee5a34ecba51f02e3bf46b112e265abf976f39b6</link>
        <description>Convert to LIBADDReduce overlinking

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:18:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b652778e426d00b6a1df29bbd86869db86f36e25 - IFC @ r238370</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#b652778e426d00b6a1df29bbd86869db86f36e25</link>
        <description>IFC @ r238370

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Wed, 11 Jul 2012 21:54:21 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d5e7d2e7a62d15df7683e6fce5db8eb8392b457 - IFC @ r236291.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#2d5e7d2e7a62d15df7683e6fce5db8eb8392b457</link>
        <description>IFC @ r236291.Diff reductions to the enclosure driver made in r235911.

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Wed, 30 May 2012 07:59:45 +0200</pubDate>
        <dc:creator>Will Andrews &lt;will@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>31ccd48942f0df842d9a31fe8e862c197ff296b9 - Merge head r233826 through r236168.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#31ccd48942f0df842d9a31fe8e862c197ff296b9</link>
        <description>Merge head r233826 through r236168.

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Mon, 28 May 2012 11:23:12 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fab3e10ec33d48f5ace00a388f5c0d1d5e082b0e - Properly use LDADD &amp; DPADD to link against libwrap.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#fab3e10ec33d48f5ace00a388f5c0d1d5e082b0e</link>
        <description>Properly use LDADD &amp; DPADD to link against libwrap.

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Sat, 19 May 2012 07:10:47 +0200</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>04ebad38428c939dcc6c0fdeecd601282ae49fab - Make WARNS=6 clean.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#04ebad38428c939dcc6c0fdeecd601282ae49fab</link>
        <description>Make WARNS=6 clean.MFC after:	1 week

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Fri, 24 Sep 2010 12:40:17 +0200</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e865ab086cb43c901edfa5422f5c7def4817d414 - Try to adhere to style.Makefile(5).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/tftpd/Makefile#e865ab086cb43c901edfa5422f5c7def4817d414</link>
        <description>Try to adhere to style.Makefile(5).MFC after:	3 days

            List of files:
            /freebsd/libexec/tftpd/Makefile</description>
        <pubDate>Thu, 23 Sep 2010 16:06:15 +0200</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
