<?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/acl/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/acl/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/acl/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/tests/sys/acl/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>34b696e41259e41ae3ac61a539bd152d3afb73ae - acl tests: Serialize</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#34b696e41259e41ae3ac61a539bd152d3afb73ae</link>
        <description>acl tests: SerializeSome of these tests import a ZFS pool with a hard-coded name, so theycannot run in parallel.MFC after:	1 week

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Sat, 25 Mar 2023 20:09:48 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8b88be850a51eb982a476b27b74686a445e9a38 - tests/sys/acl: Add ATF C test for newly added acl_* functions.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#f8b88be850a51eb982a476b27b74686a445e9a38</link>
        <description>tests/sys/acl: Add ATF C test for newly added acl_* functions.Reviewed by: kib, debdrup, gbeApproved by: kibDifferential Revision: https://reviews.freebsd.org/D28255

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Sat, 23 Jan 2021 11:00:47 +0100</pubDate>
        <dc:creator>Gleb Popov &lt;arrowd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f993ed2fbd3c307200ed9a6351e649f0904b39c5 - Merge ^/head r351732 through r352104.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#f993ed2fbd3c307200ed9a6351e649f0904b39c5</link>
        <description>Merge ^/head r351732 through r352104.

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 21:58:46 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bc534ea8e4be46d545cf5e4716754311f5998d1 - Set required program for all acl tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#3bc534ea8e4be46d545cf5e4716754311f5998d1</link>
        <description>Set required program for all acl testsr339782 re-enabled acl test 00 and 02, which were disabled in r336617due to PR 229930.When the tests were disabled the code to set their required programs wasdisabled as well, but this was not reinstated when r339782 re-enabledthem.Do so now.Sponsored by:	Axiado

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 20:54:46 +0200</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fda9adafa3167c28ce29bf051ada259a9f4690e1 - Merge ^/head r339670 through r339812.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#fda9adafa3167c28ce29bf051ada259a9f4690e1</link>
        <description>Merge ^/head r339670 through r339812.

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Sat, 27 Oct 2018 16:44:39 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6951c4eebc9e7e0ac44fe2034d59a0ecc6c56755 - Update and re-enable ACL tests following r332396 and r339781.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#6951c4eebc9e7e0ac44fe2034d59a0ecc6c56755</link>
        <description>Update and re-enable ACL tests following r332396 and r339781.PR:		229930MFC after:	2 weeksSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Fri, 26 Oct 2018 21:03:30 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>75b9becc2cc729501ca68cf96db7e6e557d2883e - Temporarily disable the sys/acl/00 and sys/acl/02 tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#75b9becc2cc729501ca68cf96db7e6e557d2883e</link>
        <description>Temporarily disable the sys/acl/00 and sys/acl/02 testsThese tests are failing due to PR 229930.  Unfortunately, TAP tests can&apos;t bemarked as expected failures.PR:		229930Reported by:	Jenkins

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Sun, 22 Jul 2018 23:00:11 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1fe8c3077f04e1c570ad12ea120e15b9c9acbb93 - Skip sys/acl tests on systems lacking perl</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#1fe8c3077f04e1c570ad12ea120e15b9c9acbb93</link>
        <description>Skip sys/acl tests on systems lacking perltests/sys/acl/Makefile	add perl to the required_programs for all tests in this directoryReviewed by:	ngieApproved by:	re (gjb)MFC after:	4 weeksSponsored by:	Spectra Logic CorpDifferential Revision:	https://reviews.freebsd.org/D6870

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Tue, 21 Jun 2016 01:17:00 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@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/acl/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/acl/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/acl/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/acl/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>bbb51924bb60b8c8f7dfbb7069b1511c312b9b57 - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#bbb51924bb60b8c8f7dfbb7069b1511c312b9b57</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Mon, 08 Feb 2016 13:16:01 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a49d8b6ecc0323b5ee7cf68348e49cc59b40296c - Merge ^/head r294961 through r295350.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#a49d8b6ecc0323b5ee7cf68348e49cc59b40296c</link>
        <description>Merge ^/head r294961 through r295350.

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Sat, 06 Feb 2016 15:07:17 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be484a1255ede9a40395b36e6732950985bec482 - Use basenames for getfacl, setfacl, and zpool to work around the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#be484a1255ede9a40395b36e6732950985bec482</link>
        <description>Use basenames for getfacl, setfacl, and zpool to work around thefact that Jenkins hardcodes image sizes to 2GB with the FreeBSD_HEADjobThis is to stop the unnecessary failure emails because we&apos;ve goneover the 2GB limitMFC after: 1 weekX-MFC with: r295341Sponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Sat, 06 Feb 2016 05:13:20 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f3975b867ebd713975207e765b4f807a557f2afb - Require /bin/getfacl and /bin/setfacl when running the acl tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#f3975b867ebd713975207e765b4f807a557f2afb</link>
        <description>Require /bin/getfacl and /bin/setfacl when running the acl testsFor cases where these utilities aren&apos;t installed, the tests would fail todayin a non-intuitive manner on sub-testcase #3 in each of the test scriptsMFC after: 1 weekReviewed by: markjSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Sat, 06 Feb 2016 00:50:15 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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/acl/Makefile#2aa00a6001d7105eaf0d0288a441fa69f06fa534</link>
        <description>More &apos;tests&apos; package fixes.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/acl/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>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5d8944a83ff8a3aad14197b7aa0800ff9bda95e - Catch up with head (r291075).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#a5d8944a83ff8a3aad14197b7aa0800ff9bda95e</link>
        <description>Catch up with head (r291075).

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Thu, 19 Nov 2015 17:28:42 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/Makefile#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/tests/sys/acl/Makefile</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
