<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>65c61840eeb794ca1505bc7e076f664c8d985f72 - syslogd: Add syslog relayed message format tests</title>
        <link>http://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 02:57:37 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 02:57:13 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 02:53:51 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 02:53:36 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Wed, 27 Nov 2024 22:26:10 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Wed, 11 Oct 2023 10:17:40 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/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>65c61840eeb794ca1505bc7e076f664c8d985f72 - syslogd: Add syslog relayed message format tests</title>
        <link>http://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 02:57:37 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 02:57:13 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 02:53:51 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 02:53:36 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Wed, 27 Nov 2024 22:26:10 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Wed, 11 Oct 2023 10:17:40 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/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>65c61840eeb794ca1505bc7e076f664c8d985f72 - syslogd: Add syslog relayed message format tests</title>
        <link>http://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 02:57:37 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 02:57:13 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 02:53:51 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 02:53:36 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Wed, 27 Nov 2024 22:26:10 +0000</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://opengrok.net:8080/history/src/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:
            /src/usr.sbin/syslogd/tests/Makefile</description>
        <pubDate>Wed, 11 Oct 2023 10:17:40 +0000</pubDate>
        <dc:creator>Olivier Cochard &lt;olivier@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
