<?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>fcace290 - syslogd: Add some basic regression tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#fcace290</link>
        <description>syslogd: Add some basic regression testsReviewed by:	markjMFC after:	1 weekSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D41403

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Thu, 22 Jun 2023 21:19:51 +0000</pubDate>
        <dc:creator>Jake Freeland &lt;jfree@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/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>25367c80 - pkgbase: Create a FreeBSD-syslogd package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#25367c80</link>
        <description>pkgbase: Create a FreeBSD-syslogd packageThis allow one to not install syslogd and use syslog-ng or any othersyslog daemon.While here put some syslog.d file in their own package.MFC after:	2 weeksSponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D33455

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Wed, 15 Dec 2021 09:34:00 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f1722afc - Remove trailing slash in pathname so that valid METALOG is created in the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#f1722afc</link>
        <description>Remove trailing slash in pathname so that valid METALOG is created in theNO_ROOT case of make packages.Submitted by:	Dan McGregor &lt;dan.mcgregor@usask.ca&gt;Approved by:	re (rgrimes)

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sat, 25 Aug 2018 20:19:16 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64be79ef - Move all syslogd related configs to usr.sbin/syslogd/</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#64be79ef</link>
        <description>Move all syslogd related configs to usr.sbin/syslogd/This helps with pkgbase as it switches these to use CONFS which properly tagsthem as config files.Approved by:	will (mentor)Differential Revision:	https://reviews.freebsd.org/D16783

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Tue, 21 Aug 2018 17:01:47 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>671d7001 - Fix enough warnings that we can build syslogd on all targets at WARNS=6.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#671d7001</link>
        <description>Fix enough warnings that we can build syslogd on all targets at WARNS=6.This also fixes the build on MIPS.Reported by:	cy (MIPS build failure)

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sat, 07 Apr 2018 09:03:51 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fe70bb8 - Use SRCTOP instead of .CURDIR relative paths with &quot;..&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#8fe70bb8</link>
        <description>Use SRCTOP instead of .CURDIR relative paths with &quot;..&quot;This simplifies pathing in make/displayed outputMFC after:	1 weekSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Fri, 24 Feb 2017 21:35:59 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc96a41b - - Refactor listening socket list.  All of the listening sockets are</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#dc96a41b</link>
        <description>- Refactor listening socket list.  All of the listening sockets are  now maintained in a single linked-list in a transport-independent manner.- Use queue.h for linked-list structure.- Use linked-list for AllowedPeers.- Use getaddrinfo(8) even for Unix Domain sockets.- Use macros to type-casting from/to struct sockaddr{,_in,_in6}.- Define fu_* macro for union f_un to shorten the member names.- Remove an extra #include &lt;sys/type.h&gt;.- Add &quot;static&quot; to non-exported symbols.- !INET support is still incomplete but will be fixed later.There is no functional change except for some minor debug messages.

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Mon, 12 Dec 2016 19:33:40 +0000</pubDate>
        <dc:creator>Hiroki Sato &lt;hrs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8555a6e0 - Temporarily backout the previous commit because it was totally broken due to</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#8555a6e0</link>
        <description>Temporarily backout the previous commit because it was totally broken due tounresolved merge conflicts.Pointy hat to:	hrs

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Mon, 12 Dec 2016 19:24:52 +0000</pubDate>
        <dc:creator>Hiroki Sato &lt;hrs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>783e461c - - Refactor listening socket list.  All of the listening sockets are</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#783e461c</link>
        <description>- Refactor listening socket list.  All of the listening sockets are  now maintained in a single linked-list in a transport-independent manner.- Use queue.h for linked-list structure.- Use linked-list for AllowedPeers.- Use getaddrinfo(8) even for Unix Domain sockets.- Use macros to type-casting from/to struct sockaddr{,_in,_in6}.- Define fu_* macro for union f_un to shorten the member names.- Remove an extra #include &lt;sys/type.h&gt;.- Add &quot;static&quot; to non-exported symbols.- !INET support is still incomplete but will be fixed later.There is no functional change except for some minor debug messages.

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Mon, 12 Dec 2016 19:10:14 +0000</pubDate>
        <dc:creator>Hiroki Sato &lt;hrs@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/syslogd/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/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/syslogd/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/syslogd/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>467a4a27 - This isn&apos;t WARNS=6 safe.  It fails to build on mips.  Retore old</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#467a4a27</link>
        <description>This isn&apos;t WARNS=6 safe.  It fails to build on mips.  Retore oldWARNS?=3 until that&apos;s resolved.

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sun, 08 Aug 2010 02:45:14 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c76b63f - jh pointed out that src/usr.sbin already has a global</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#2c76b63f</link>
        <description>jh pointed out that src/usr.sbin already has a globalWARNS=6 setting in HEAD (unlike stable/8), so it&apos;s bestto remove the line entirely.Pointed out by:	jhApproved by:	des (mentor)

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sat, 07 Aug 2010 20:46:30 +0000</pubDate>
        <dc:creator>Oliver Fromme &lt;olli@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>974835c9 - syslogd(8) already supports *sending* log messages to non-</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#974835c9</link>
        <description>syslogd(8) already supports *sending* log messages to non-standard ports, but it can&apos;t *receive* them (port 514 ishardcoded).  This commit adds that missing feature.(NB:  I actually needed this feature for a server farm wheremultiple jails run with shared IP addresses, and every jailshould have its own syslogd process.)As a side effect, syslogd now compiles with WARNS=6.Approved by:	des (mentor)MFC after:	3 weeks

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sat, 07 Aug 2010 16:20:12 +0000</pubDate>
        <dc:creator>Oliver Fromme &lt;olli@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5810e94 - Port all applications in usr.sbin/ from libulog to utmpx.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#b5810e94</link>
        <description>Port all applications in usr.sbin/ from libulog to utmpx.

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Wed, 13 Jan 2010 18:17:53 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2734cf8c - Let syslogd use utmpx.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#2734cf8c</link>
        <description>Let syslogd use utmpx.Because strings are guaranteed to be null terminated, there is no needfor excessive copying of strings, such as the line name.

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Thu, 24 Dec 2009 18:05:33 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97f37b32 - Rather than hardcode the &apos;struct iovec iov&apos; array size, use a #define.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#97f37b32</link>
        <description>Rather than hardcode the &apos;struct iovec iov&apos; array size, use a #define.While I&apos;m here bump WARNS to 3.Obtained from:	Juniper Networks

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Wed, 17 Dec 2008 16:51:40 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&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/syslogd/Makefile#68848109</link>
        <description>Obey MK_INET6_SUPPORT.

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/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>47d7e8a9 - Fixed style of DPADD and LDADD assignments as per style.Makefile(5).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/syslogd/Makefile#47d7e8a9</link>
        <description>Fixed style of DPADD and LDADD assignments as per style.Makefile(5).

            List of files:
            /freebsd-14.2/usr.sbin/syslogd/Makefile</description>
        <pubDate>Thu, 05 Feb 2004 22:44:25 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
