<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/vm/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

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

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

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

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

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

            List of files:
            /freebsd-14.2/tests/sys/vm/Makefile</description>
        <pubDate>Tue, 01 Aug 2023 20:23:15 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13d4f961 - shared shadow vm object invalidation regression test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/vm/Makefile#13d4f961</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-14.2/tests/sys/vm/Makefile</description>
        <pubDate>Wed, 07 Apr 2021 19:39:05 +0000</pubDate>
        <dc:creator>Ryan Libby &lt;rlibby@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>416e2de3 - Add some tests for page fault signals and codes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/vm/Makefile#416e2de3</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-14.2/tests/sys/vm/Makefile</description>
        <pubDate>Wed, 18 Sep 2019 21:00:32 +0000</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8beadca5 - Add a few regression tests for mlock(2).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/vm/Makefile#8beadca5</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-14.2/tests/sys/vm/Makefile</description>
        <pubDate>Wed, 01 May 2019 15:28:23 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>430f7286 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/vm/Makefile#430f7286</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-14.2/tests/sys/vm/Makefile</description>
        <pubDate>Wed, 04 May 2016 23:20:53 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aa00a60 - More &apos;tests&apos; package fixes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/vm/Makefile#2aa00a60</link>
        <description>More &apos;tests&apos; package fixes.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/tests/sys/vm/Makefile</description>
        <pubDate>Wed, 03 Feb 2016 00:34:23 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95eee0d4 - Convert the map_at_zero test case to ATF.  In particular, this will</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/vm/Makefile#95eee0d4</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-14.2/tests/sys/vm/Makefile</description>
        <pubDate>Thu, 06 Aug 2015 16:12:12 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>42484f6f - Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/vm/Makefile#42484f6f</link>
        <description>Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_testAs jhb noted, the actual mmap(2) implementation is under sys/vm, notsys/kern/, so the correct logical place is tests/sys/vm/, nottests/sys/kern/X-MFC with: r282076MFC after: 6 days

            List of files:
            /freebsd-14.2/tests/sys/vm/Makefile</description>
        <pubDate>Mon, 27 Apr 2015 17:53:09 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
