<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@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/vm/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/tests/sys/vm/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>f3e11927dc287ff686b5cc3618aba4e1e58a5dca - vm: Allow MAP_32BIT for all architectures</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#f3e11927dc287ff686b5cc3618aba4e1e58a5dca</link>
        <description>vm: Allow MAP_32BIT for all architecturesReviewed by:		alc, kib, markjDifferential revision:	https://reviews.freebsd.org/D41435

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Mon, 14 Aug 2023 19:20:20 +0200</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b231322dbe9559c2dc43698c3bb1e832cd8bbfa9 - tests: Also exclude powerpc/powerpcspe from mmap_map_32bit_test</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#b231322dbe9559c2dc43698c3bb1e832cd8bbfa9</link>
        <description>tests: Also exclude powerpc/powerpcspe from mmap_map_32bit_testSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Sat, 12 Aug 2023 03:24:15 +0200</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>76f28f656eb5db81b49d6d89e1d43815aeda3128 - tests: Fix build after 8920c5f2</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#76f28f656eb5db81b49d6d89e1d43815aeda3128</link>
        <description>tests: Fix build after 8920c5f2MFC after:		2 weeks

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Tue, 08 Aug 2023 23:39:35 +0200</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8920c5f2a1175c22631780bd236026d15e2d3d72 - tests: Add stack grows tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#8920c5f2a1175c22631780bd236026d15e2d3d72</link>
        <description>tests: Add stack grows testsReviewed by:		kibDifferential Revision:	https://reviews.freebsd.org/D41320MFC after:		2 weeks

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Tue, 08 Aug 2023 17:12:09 +0200</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a7e48dddfb5a668ded4742b79e6f6f88b647e6a - tests: Add MAP_32BIT flag test</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#5a7e48dddfb5a668ded4742b79e6f6f88b647e6a</link>
        <description>tests: Add MAP_32BIT flag testReviewed by:		kib, markjDifferential Revision:	https://reviews.freebsd.org/D41236MFC after:		1 month

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Tue, 01 Aug 2023 22:23:15 +0200</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13d4f96130b64b42f74dfc484305b08c4da54669 - shared shadow vm object invalidation regression test</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#13d4f96130b64b42f74dfc484305b08c4da54669</link>
        <description>shared shadow vm object invalidation regression testAdd a regression test for a scenario where a shadow vm object is sharedby multiple mappings.  If a page COW occurs through one of the mappings,then the virtual-to-physical mapping may become invalidated.This tests the scenario from CVE-2021-29626 which was fixed by982693bb729badac4e65ecd59772979f2849a2b2.Reviewed by:	markjSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Wed, 07 Apr 2021 21:39:05 +0200</pubDate>
        <dc:creator>Ryan Libby &lt;rlibby@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0f80acb9659de250230e9027c40ae7d937f24dad - Merge ^/head r352436 through r352536.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#0f80acb9659de250230e9027c40ae7d937f24dad</link>
        <description>Merge ^/head r352436 through r352536.

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Thu, 19 Sep 2019 21:26:12 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>416e2de337187ada6eb808d5135448e56e2a3ed0 - Add some tests for page fault signals and codes</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#416e2de337187ada6eb808d5135448e56e2a3ed0</link>
        <description>Add some tests for page fault signals and codesIt is useful to have some tests for page fault signals.More tests would be useful but creating the conditions (such as variouskinds of running out of memory and I/O errors) is more complicated.The tests page_fault_signal__bus_objerr_1 andpage_fault_signal__bus_objerr_2 depend on https://reviews.freebsd.org/D21566before they can pass.PR:		211924Reviewed by:	kibDifferential Revision:	https://reviews.freebsd.org/D21624

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Wed, 18 Sep 2019 23:00:32 +0200</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0 - MFHead @347527</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0</link>
        <description>MFHead @347527Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Mon, 13 May 2019 20:25:55 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8beadca53ccb37984ab0d50898a03ddc95401205 - Add a few regression tests for mlock(2).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#8beadca53ccb37984ab0d50898a03ddc95401205</link>
        <description>Add a few regression tests for mlock(2).These are intended to exercise some rarely executed code paths.MFC after:	2 weeks

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Wed, 01 May 2019 17:28:23 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@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/vm/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/vm/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/vm/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/vm/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/vm/Makefile#2aa00a6001d7105eaf0d0288a441fa69f06fa534</link>
        <description>More &apos;tests&apos; package fixes.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/vm/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>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5ff185e19f6013ca565b2a15bc2d6abce933f46 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#b5ff185e19f6013ca565b2a15bc2d6abce933f46</link>
        <description>Merge from head

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Sat, 12 Sep 2015 13:41:31 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab875b713d0afab5f0650f06d48a38777a7ae43e - Catch up with head, primarily for the 1.14.4.0 firmware.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#ab875b713d0afab5f0650f06d48a38777a7ae43e</link>
        <description>Catch up with head, primarily for the 1.14.4.0 firmware.

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Fri, 14 Aug 2015 00:01:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1347814cedfd835f436b6f03a5e91d483e633086 - Merge ^/head r285924 through r286421.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#1347814cedfd835f436b6f03a5e91d483e633086</link>
        <description>Merge ^/head r285924 through r286421.

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Fri, 07 Aug 2015 22:18:55 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95eee0d40b83e71ef8e2bf9f9f7870e8eb97c567 - Convert the map_at_zero test case to ATF.  In particular, this will</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/vm/Makefile#95eee0d40b83e71ef8e2bf9f9f7870e8eb97c567</link>
        <description>Convert the map_at_zero test case to ATF.  In particular, this willfacilitate adding more mmap() tests.MFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D3268

            List of files:
            /freebsd/tests/sys/vm/Makefile</description>
        <pubDate>Thu, 06 Aug 2015 18:12:12 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
