<?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>f5463265955b829775bbb32e1fd0bc11dafc36ce - kqueue tests: Add a regression test</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#f5463265955b829775bbb32e1fd0bc11dafc36ce</link>
        <description>kqueue tests: Add a regression testBased on the test case submitted by Andreas Bock for PR 275286.PR:		275286MFC after:	2 weeks

            List of files:
            /freebsd/tests/sys/kqueue/Makefile</description>
        <pubDate>Fri, 24 Nov 2023 16:28:13 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/tests/sys/kqueue/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>d7d962ead0b6e5e8a39202d0590022082bf5bfb6 - Add a test for https://reviews.freebsd.org/D31858 (PR 258310)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#d7d962ead0b6e5e8a39202d0590022082bf5bfb6</link>
        <description>Add a test for https://reviews.freebsd.org/D31858 (PR 258310)This test (based on https://github.com/jiixyj/epoll-shim/pull/32#issuecomment-891276654)fails reproducibly on QEMU with KVM and `-smp 2` prior to D31858 (committedas 98168a6e6c12dab8f608f6b5f5b0b175d2b87ef0) and passes with the patch applied.Reviewed By:	kib, impDifferential Revision: https://reviews.freebsd.org/D31862

            List of files:
            /freebsd/tests/sys/kqueue/Makefile</description>
        <pubDate>Mon, 13 Sep 2021 11:16:05 +0200</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d002f039aeb370370cd2cba63ad55cc4cf16c932 - Merge ^/head r305431 through r305622.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#d002f039aeb370370cd2cba63ad55cc4cf16c932</link>
        <description>Merge ^/head r305431 through r305622.

            List of files:
            /freebsd/tests/sys/kqueue/Makefile</description>
        <pubDate>Thu, 08 Sep 2016 20:15:36 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f2b5a546978f3c1d545b91a8e1888b0069f57e4 - Port contrib/netbsd-tests/kernel/kqueue/... as tests/sys/kqueue/...</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#8f2b5a546978f3c1d545b91a8e1888b0069f57e4</link>
        <description>Port contrib/netbsd-tests/kernel/kqueue/... as tests/sys/kqueue/...proc2_test must be skipped because the invariant tested(`ke.fflags &amp; NOTE_TRACKERR`) doesn&apos;t pass.MFC after:	58 daysSubmitted by:	kib (earlier form)Sponsored by:	EMC / Isilon Storage DivisionDifferential Revision:	https://reviews.freebsd.org/D6172

            List of files:
            /freebsd/tests/sys/kqueue/Makefile</description>
        <pubDate>Tue, 06 Sep 2016 10:50:21 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb5fe245b1c7d476e3839126a11ee4305484f7de - Move tests/sys/kqueue/... to tests/sys/kqueue/libkqueue/...</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#cb5fe245b1c7d476e3839126a11ee4305484f7de</link>
        <description>Move tests/sys/kqueue/... to tests/sys/kqueue/libkqueue/...This is being done to clearly distinguish the libkqueue testsfrom the (soon to be imported) NetBSD tests.MFC after:	58 daysSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/tests/sys/kqueue/Makefile</description>
        <pubDate>Tue, 06 Sep 2016 10:45:29 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>430f7286a566b1407c7b32ce13585caf5aa59b92 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#430f7286a566b1407c7b32ce13585caf5aa59b92</link>
        <description>Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that  namespacing is kept with FILES appropriately, and that this shouldn&apos;t need  to be repeated if the namespace changes -- only the definition of PACKAGE  needs to be changed- Allow PACKAGE to be overridden by callers instead of forcing it to always be  `tests`. In the event we get to the point where things can be split up  enough in the base system, it would make more sense to group the tests  with the blocks they&apos;re a part of, e.g. byacc with byacc-tests, etc- Remove PACKAGE definitions where possible, i.e. where FILES wasn&apos;t used  previously.- Remove unnecessary TESTSPACKAGE definitions; this has been elided into  bsd.tests.mk- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES;  ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.- Fix installation of files under data/ subdirectories in lib/libc/tests/hash  and lib/libc/tests/net/getaddrinfo- Remove unnecessary .include &lt;bsd.own.mk&gt;s (some opportunistic cleanup)Document the proposed changes in share/examples/tests/tests/... via examplesso it&apos;s clear that ${PACKAGES}FILES is the suggested way forward in terms ofreplacing FILES. share/mk/bsd.README didn&apos;t seem like the appropriate methodof communicating that info.MFC after: never probablyX-MFC with: r298107PR: 209114Relnotes: yesTested with: buildworld, installworld, checkworld; buildworld, packageworldSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd/tests/sys/kqueue/Makefile</description>
        <pubDate>Thu, 05 May 2016 01:20:53 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/kqueue/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aa00a6001d7105eaf0d0288a441fa69f06fa534 - More &apos;tests&apos; package fixes.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#2aa00a6001d7105eaf0d0288a441fa69f06fa534</link>
        <description>More &apos;tests&apos; package fixes.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/kqueue/Makefile</description>
        <pubDate>Wed, 03 Feb 2016 01:34:23 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>416ba5c74546f32a993436a99516d35008e9f384 - Catch up with HEAD (r280229-r284686).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#416ba5c74546f32a993436a99516d35008e9f384</link>
        <description>Catch up with HEAD (r280229-r284686).

            List of files:
            /freebsd/tests/sys/kqueue/Makefile</description>
        <pubDate>Mon, 22 Jun 2015 02:05:22 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/tests/sys/kqueue/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>7757a1b4dc60696d9a95137ee0a2accd4ee680f4 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#7757a1b4dc60696d9a95137ee0a2accd4ee680f4</link>
        <description>Merge from head

            List of files:
            /freebsd/tests/sys/kqueue/Makefile</description>
        <pubDate>Sun, 03 May 2015 21:30:11 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de7df74b4855cd9bdd01583a12409d5b1e6da354 - MFH: r281855-r282312</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#de7df74b4855cd9bdd01583a12409d5b1e6da354</link>
        <description>MFH: r281855-r282312Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/kqueue/Makefile</description>
        <pubDate>Fri, 01 May 2015 20:07:18 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>70598e5094a290f4a65c2a09c1c3fde19c35470c - Integrate tools/regression/kqueue into the FreeBSD test suite as</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kqueue/Makefile#70598e5094a290f4a65c2a09c1c3fde19c35470c</link>
        <description>Integrate tools/regression/kqueue into the FreeBSD test suite astests/sys/kqueueMFC after: 1 week

            List of files:
            /freebsd/tests/sys/kqueue/Makefile</description>
        <pubDate>Mon, 27 Apr 2015 09:37:48 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
