<?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>8a62a5f77b10ddfa593c4a3d7751cf9bac3bb1b3 - syslogd: Handle connection errors when setting up forwarding sockets</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/tests/Makefile#8a62a5f77b10ddfa593c4a3d7751cf9bac3bb1b3</link>
        <description>syslogd: Handle connection errors when setting up forwarding socketsSince syslogd was converted to run in a Capsicum sandbox, it needs toexplicitly connect() its forwarding sockets rather than using sendmsg().At the time syslogd starts during boot, some of its forwardingdestinations may not be routable, in which case connect() fails.Fix this by making connect() failures non-fatal, and use cap_net tolazily connect sockets once something actually tries logging to thedestination.Add a regression test.Reported by:	aeReviewed by:	aeDiscussed with:	jfreeFixes:		4ecbee2760f7 (&quot;syslogd: Open forwarding socket descriptors&quot;)MFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D57394

            List of files:
            /freebsd/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Tue, 30 Jun 2026 21:19:50 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65c61840eeb794ca1505bc7e076f664c8d985f72 - syslogd: Add syslog relayed message format tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/tests/Makefile#65c61840eeb794ca1505bc7e076f664c8d985f72</link>
        <description>syslogd: Add syslog relayed message format testsReviewed by:	markjMFC after:	3 weeksPull Request:	https://github.com/freebsd/freebsd-src/pull/1536

            List of files:
            /freebsd/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 03:57:37 +0100</pubDate>
        <dc:creator>Michal Scigocki &lt;michal.os@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ee75c991acdca2103e0bc1e763a4ba67c148d132 - syslogd: Add syslog forwarded message format tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/tests/Makefile#ee75c991acdca2103e0bc1e763a4ba67c148d132</link>
        <description>syslogd: Add syslog forwarded message format testsReviewed by:	markjMFC after:	3 weeksPull Request:	https://github.com/freebsd/freebsd-src/pull/1536

            List of files:
            /freebsd/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 03:57:13 +0100</pubDate>
        <dc:creator>Michal Scigocki &lt;michal.os@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>66a022a30dd968631c64b73e473dd16589592fad - syslogd: Add syslog basic message format tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/tests/Makefile#66a022a30dd968631c64b73e473dd16589592fad</link>
        <description>syslogd: Add syslog basic message format testsRFC 3164 and RFC 5424 syslog message format tests and minor refactor ofexisting tests to reuse components in new tests.Reviewed by:	markjMFC after:	3 weeksPull Request:	https://github.com/freebsd/freebsd-src/pull/1536

            List of files:
            /freebsd/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 03:53:51 +0100</pubDate>
        <dc:creator>Michal Scigocki &lt;michal.os@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>aa94868f5e9a5998c3277755ac7d4cc19dcd3a25 - syslogd: Remove is_exclusive metadata from tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/tests/Makefile#aa94868f5e9a5998c3277755ac7d4cc19dcd3a25</link>
        <description>syslogd: Remove is_exclusive metadata from tests- Tests have been updated to use &quot;jail&quot; execution environment,  is_exclusive=&quot;true&quot; is no longer required.- tests/Makefile update to style.Makefile(5).Reviewed by:	markjMFC after:	3 weeksPull Request:	https://github.com/freebsd/freebsd-src/pull/1536

            List of files:
            /freebsd/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 03:53:36 +0100</pubDate>
        <dc:creator>Michal Scigocki &lt;michal.os@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8b63477e5e008574cfdc14185e993234244dc908 - syslogd: Add host forwarding test</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/tests/Makefile#8b63477e5e008574cfdc14185e993234244dc908</link>
        <description>syslogd: Add host forwarding testTest communication between hosts by setting up two syslogd instances,each binded to their own addresses, and sending a message from one tothe other. The tests passes if the message was delivered and loggedsuccessfully.This required some tweaking to the syslogd start and stop routines sothey could handle launching multiple syslogd instances with differentruntime files.Run the tests in jails with an isolated VNET so they don&apos;t fail due toan address bind collision in the host&apos;s VNET.Reviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D47649

            List of files:
            /freebsd/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Wed, 27 Nov 2024 23:26:10 +0100</pubDate>
        <dc:creator>Jake Freeland &lt;jfree@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>75ae7e436eddc541da93bfc97ea08b06be5c2348 - syslogd: Prevent running tests in parallel</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/tests/Makefile#75ae7e436eddc541da93bfc97ea08b06be5c2348</link>
        <description>syslogd: Prevent running tests in parallelThey all use the same listening port.Approved by:	markjSponsored by:	NetflixDifferential Revision:	https://reviews.freebsd.org/D41989

            List of files:
            /freebsd/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Wed, 11 Oct 2023 12:17:40 +0200</pubDate>
        <dc:creator>Olivier Cochard &lt;olivier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fcace2906ddfae6bee6064b63a6df44be1bdf04b - syslogd: Add some basic regression tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/tests/Makefile#fcace2906ddfae6bee6064b63a6df44be1bdf04b</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/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Thu, 22 Jun 2023 23:19:51 +0200</pubDate>
        <dc:creator>Jake Freeland &lt;jfree@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
