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

            List of files:
            /freebsd-14.2/tests/sys/file/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>0dc332bf - Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/file/Makefile#0dc332bf</link>
        <description>Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).fspacectl(2) is a system call to provide space management support touserspace applications. VOP_DEALLOCATE(9) is a VOP call to perform thedeallocation. vn_deallocate(9) is a public KPI for kmods&apos; use.The purpose of proposing a new system call, a KPI and a VOP call is toallow bhyve or other hypervisor monitors to emulate the behavior of SCSIUNMAP/NVMe DEALLOCATE on a plain file.fspacectl(2) comprises of cmd and flags parameters to specify thespace management operation to be performed. Currently cmd has to beSPACECTL_DEALLOC, and flags has to be 0.fo_fspacectl is added to fileops.VOP_DEALLOCATE(9) is added as a new VOP call. A trivial implementationof VOP_DEALLOCATE(9) is provided.Sponsored by:	The FreeBSD FoundationReviewed by:	kibDifferential Revision:	https://reviews.freebsd.org/D28347

            List of files:
            /freebsd-14.2/tests/sys/file/Makefile</description>
        <pubDate>Thu, 05 Aug 2021 15:20:42 +0000</pubDate>
        <dc:creator>Ka Ho Ng &lt;khng@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3a248c84 - Add some regression tests for O_PATH and AT_EMPTY_PATH</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/file/Makefile#3a248c84</link>
        <description>Add some regression tests for O_PATH and AT_EMPTY_PATHReviewed by:	kibMFC after:	2 weeksSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29719

            List of files:
            /freebsd-14.2/tests/sys/file/Makefile</description>
        <pubDate>Thu, 15 Apr 2021 13:40:57 +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/file/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/file/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/file/Makefile#2aa00a60</link>
        <description>More &apos;tests&apos; package fixes.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/tests/sys/file/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>eacae6dc - Fix LDADD/DPADD that should be LIBADD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/file/Makefile#eacae6dc</link>
        <description>Fix LDADD/DPADD that should be LIBADD.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/tests/sys/file/Makefile</description>
        <pubDate>Fri, 04 Dec 2015 03:17:47 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3cedbec3 - Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifo</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/file/Makefile#3cedbec3</link>
        <description>Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifoand tools/regression/file into the FreeBSD test suite as tests/sys/fileMFC after: 1 week

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