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

            List of files:
            /freebsd-14.2/lib/libnv/tests/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>ccf7f846 - Convert the nvlist send/recv tests to ATF.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#ccf7f846</link>
        <description>Convert the nvlist send/recv tests to ATF.MFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Tue, 16 Jul 2019 16:25:27 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24881c06 - libnv: Add nvlist_append_*_array() family of functions.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#24881c06</link>
        <description>libnv: Add nvlist_append_*_array() family of functions.The nvlist_append_{bool,number,string,nvlist,descriptor}_array() functionsallows to dynamically extend array stored in the nvlist.Submitted by:	Mindaugas Rasiukevicius &lt;rmind@netbsd.org&gt;

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Mon, 18 Jun 2018 22:57:32 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>736bc737 - Fix style issue in the cnv API.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#736bc737</link>
        <description>Fix style issue in the cnv API.Remove unused arguments in a macro.Remove unused typedef.

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Sat, 27 Aug 2016 13:40:27 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5ef231f6 - Add cnv API.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#5ef231f6</link>
        <description>Add cnv API.cnv API is a set of functions for managing name/value pairs by cookie.The cookie can be obtained by nvlist_next(), nvlist_get_parent() ornvlist_get_pararr() function. This patch also includes unit tests.Submitted by:	Adam Starak &lt;starak.adam@gmail.com&gt;

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Sat, 27 Aug 2016 13:37:30 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@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/lib/libnv/tests/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/lib/libnv/tests/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>43faedc1 - First pass to fix the &apos;tests&apos; packages.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#43faedc1</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Tue, 02 Feb 2016 22:26:49 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2d48be1 - Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#b2d48be1</link>
        <description>Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andnetbsd-tests.test.mk (r289151)- Eliminate explicit OBJTOP/SRCTOP setting- Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk- Remove unnecessary TESTSDIR setting- Use SRCTOP where possible for clarityMFC after: 2 weeksSponsored by: EMC / Isilon Storage Divison

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Mon, 12 Oct 2015 08:16:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>347a39b4 - Add support for the arrays in nvlist library.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#347a39b4</link>
        <description>Add support for the arrays in nvlist library.- Add  nvlist_{add,get,take,move,exists,free}_{number,bool,string,nvlist,  descriptor} functions.- Add support for (un)packing arrays.- Add the nvl_array_next field to the nvlist structure.  If an array is added by the nvlist_{move,add}_nvlist_array function  this field will contains next element in the array.- Add the nitems field to the nvpair and nvpair_header structure.  This field contains number of elements in the array.- Add special flag (NV_FLAG_IN_ARRAY) which is set if nvlist is a part of  an array.- Add special type (NV_TYPE_NVLIST_ARRAY_NEXT).This type is used only  on packing/unpacking.- Add new API for traversing arrays (nvlist_get_array_next).- Add the nvlist_get_pararr function which combines the  nvlist_get_array_next and nvlist_get_parent functions. If nvlist is in  the array it will return next element from array. If nvlist is last  element in array or it isn&apos;t in array it will return his  container (parent). This function should simplify traveling over nvlist.- Add tests for new features.- Add documentation for new functions.- Add my copyright.- Regenerate the sys/cddl/compat/opensolaris/sys/nvpair.h file.PR:		191083Reviewed by:	allanjude (doc)Approved by:	pjd (mentor)

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Sat, 15 Aug 2015 06:34:49 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3d1b7ccb - Add tests for dnv_get_*</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#3d1b7ccb</link>
        <description>Add tests for dnv_get_*Differential Revision:		https://reviews.freebsd.org/D1875Reviewed by:			jfv, pjdMFC after:			1 monthSponsored by:			Sandvine Inc.

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Sun, 01 Mar 2015 00:21:56 +0000</pubDate>
        <dc:creator>Ryan Stone &lt;rstone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3075c896 - Tests of basic nvlist add functions</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#3075c896</link>
        <description>Tests of basic nvlist add functionsDifferential Revision:		https://reviews.freebsd.org/D1869Reviewed by:			jfv, pjdMFC after:			1 monthSponsored by:			Sandvine Inc.

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Sun, 01 Mar 2015 00:20:57 +0000</pubDate>
        <dc:creator>Ryan Stone &lt;rstone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c58da4be - Revert r279422.  My &quot;apply patch and commit&quot; script wasn&apos;t adding</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#c58da4be</link>
        <description>Revert r279422.  My &quot;apply patch and commit&quot; script wasn&apos;t addingnew files properly.Pointy hat to: rstone

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Sun, 01 Mar 2015 00:05:45 +0000</pubDate>
        <dc:creator>Ryan Stone &lt;rstone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65d1148a - Tests of basic nvlist add functions</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#65d1148a</link>
        <description>Tests of basic nvlist add functionsDifferential Revision:		https://reviews.freebsd.org/D1869Reviewed by:			jfv, pjdMFC after:			1 monthSponsored by:			Sandvine Inc.

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Sun, 01 Mar 2015 00:01:44 +0000</pubDate>
        <dc:creator>Ryan Stone &lt;rstone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b129086 - Convert libraries to use LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:07:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b236bcf1 - Integrate lib/libnv into the build/kyua</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libnv/tests/Makefile#b236bcf1</link>
        <description>Integrate lib/libnv into the build/kyuaRename all of the TAP test applications from &lt;test&gt; to &lt;test&gt;_testto match the convention described in the TestSuite wiki pagePhabric: D538Approved by: jmmv (mentor)Sponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libnv/tests/Makefile</description>
        <pubDate>Tue, 05 Aug 2014 18:41:27 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
