<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>751ded1d - pkgbase: Create a FreeBSD-inetd package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#751ded1d</link>
        <description>pkgbase: Create a FreeBSD-inetd packageAnd put inetd and its config file in it.This unbloat a bit FreeBSD-utilities and some people might notwant inetd always installed.Sponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D38229

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Fri, 27 Jan 2023 09:48:11 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c8863d05 - inetd: convert remaining bzero(3) to memset(3), NFC</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#c8863d05</link>
        <description>inetd: convert remaining bzero(3) to memset(3), NFCThis change is purely in the name of noise reduction from static analyzersthat want to complain that bzero(3) is obsolete in favor of memset(3).With this, clang-analyze at least is now noise free. WARNS= 6 also appearsto have been OK for some time now, so drop the current setting and opt forthe default.

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Wed, 01 Jan 2020 04:29:08 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01b01229 - Remove all the RELEASE_CRUNCH instances that partially disable IPSEC</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#01b01229</link>
        <description>Remove all the RELEASE_CRUNCH instances that partially disable IPSECWe remove IPSEC only in parts of the tree, and not others. RELEASE_CRUNCH todisable it has not kept up with all its uses. Remove it. Should there be a realneed to disable IPSEC, one that hasn&apos;t shown up in the base system to date,it can be re-added behind a WITHOUT_IPSEC build option.

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Mon, 15 Jul 2019 14:19:39 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eecd0985 - Move inetd.conf to usr.sbin/inetd/</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#eecd0985</link>
        <description>Move inetd.conf to usr.sbin/inetd/This is pkgbase related as it uses CONFS to tag the file as a config fileApproved by:	AllanJude (mentor)Sponsored by:	Essen HackathonDifferential Revision:	https://reviews.freebsd.org/D16693

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Sun, 12 Aug 2018 13:29:40 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>63eca8f1 - Conditionalize libwrap support into inetd based on MK_TCP_WRAPPERS</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#63eca8f1</link>
        <description>Conditionalize libwrap support into inetd based on MK_TCP_WRAPPERSThis will allow inetd to stand by itself without libwrap.MFC after:	2 weeksRelnotes:	yesReviewed by:	hrs (earlier version)Sponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D9056

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Sat, 14 Jan 2017 01:37:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53bf725a - Remove the -DFAST_IPSEC from Makefiles again.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#53bf725a</link>
        <description>Remove the -DFAST_IPSEC from Makefiles again.This was needed during the IPSEC-&gt;FAST_IPSEC-&gt;IPSEC transitionperiod to not break the build after picking up netipsec headerfiles. Now that the FAST_IPSEC kernel option is gone and thedefault is IPSEC again those defines are superfluous.Approved by:	re (rwatson)

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Thu, 05 Jul 2007 08:56:46 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8409aedf - Commit IPv6 support for FAST_IPSEC to the tree.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#8409aedf</link>
        <description>Commit IPv6 support for FAST_IPSEC to the tree.This commit includes all remaining changes for the time being includinguser space updates.Submitted by:    bzApproved by:    re

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Sun, 01 Jul 2007 12:08:08 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af73d4e6 - inetd and telnetd are not included in the standard release</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#af73d4e6</link>
        <description>inetd and telnetd are not included in the standard releasecrunched floppies, but they can be included as options insrc/release/picobsd (omitted by default though.)  Thereforepreserve the RELEASE_CRUNCH knob in their Makefiles, buttell its real purpose in a comment.

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Mon, 31 Jul 2006 19:15:10 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>68848109 - Obey MK_INET6_SUPPORT.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#68848109</link>
        <description>Obey MK_INET6_SUPPORT.

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Thu, 27 Jul 2006 14:52:12 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f3c6fec0 - Back out a Makefile change that accidently snook in.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#f3c6fec0</link>
        <description>Back out a Makefile change that accidently snook in.

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Mon, 17 Apr 2006 19:52:00 +0000</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e90fa6a9 - Port 37 (RFC 738) style times are supposed to be a 32 bit time since</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#e90fa6a9</link>
        <description>Port 37 (RFC 738) style times are supposed to be a 32 bit time since1900 in network byte order. Use a uint32_t to calculate and sendthe time, so that we don&apos;t need to know how big ints or longs are.I used uint32_t instead of int in the patch, on the off chancesomeone uses our inetd source on a system that doesnt 32 bit ints.PR:		95290Submitted by:	Bruce Becker &lt;hostmaster@whois.gts.net&gt;MFC after:	2 weeks

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Mon, 17 Apr 2006 18:35:58 +0000</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b512f010 - Revert previous commit for now, which seems to have (re)introduced some</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#b512f010</link>
        <description>Revert previous commit for now, which seems to have (re)introduced someold bugs, as well as some unwanted side effects.  I will do moreinvestigation and fix these issues first.Pointed out by:	dwmalone

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Wed, 18 Jan 2006 19:38:43 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d115fef - Improves and cleanups over inetd(8):</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#4d115fef</link>
        <description>Improves and cleanups over inetd(8): - Teach inetd(8) about kqueue, originally implemented by jmg@[1]. - Use new C99 style function prototypes instead of K&amp;Rs. - Raise WARNS from 2 to 6Glanced at by:	ruMFC After:	2 weeks[1] http://people.freebsd.org/~jmg/inetd.kq.patch,    http://people.freebsd.org/~jmg/inetd.kq.html

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Wed, 18 Jan 2006 07:47:46 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e2c61774 - Rather than use the gcc -fno-builtin-log flag, just rename the &apos;int log&apos;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#e2c61774</link>
        <description>Rather than use the gcc -fno-builtin-log flag, just rename the &apos;int log&apos;variable.

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Thu, 30 Oct 2003 22:56:44 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bda2f43 - Use -fno-builtin-log so gcc doesn&apos;t get ideas about using a math function</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#3bda2f43</link>
        <description>Use -fno-builtin-log so gcc doesn&apos;t get ideas about using a math functionto log data.  Clean up an unused variable that was hidden by the WARNS?=2being commented out.  Uncomment it now that it compiles cleanly again.

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Sun, 26 Oct 2003 05:54:07 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>936664b1 - Move my inetd maintainer note to src/MAINTAINERS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/inetd/Makefile#936664b1</link>
        <description>Move my inetd maintainer note to src/MAINTAINERS.

            List of files:
            /freebsd-14.2/usr.sbin/inetd/Makefile</description>
        <pubDate>Tue, 15 Jul 2003 16:52:22 +0000</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
