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

            List of files:
            /freebsd/lib/libnv/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>e4c36b7aa9521701ef407f7c24c19f88d056837a - libnv: bump library version</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#e4c36b7aa9521701ef407f7c24c19f88d056837a</link>
        <description>libnv: bump library versionNow that we version symbols we should bump the library major version.While here use version FBSD_1.7 to match the current HEAD FreeBSDnamespace and remove extraneous &apos;All rights reserved&apos; and incorrectcopyright statement.Reviewed by:	kevansSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D35875

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Thu, 21 Jul 2022 20:07:22 +0200</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>000321bab7bea3530408b960095a6ea241451175 - namespace nv names, version libnv and libnvpair library symbols</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#000321bab7bea3530408b960095a6ea241451175</link>
        <description>namespace nv names, version libnv and libnvpair library symbolslibnv and libnvpair have aliased symbols, and as a result a single process whichdlopens a shared object that is dynamically linked to libnv and another tolibnvpair will wind up with a single set of resolved symbols for those inconflict. A source file also cannot include both libnv and libnvpair headersbecause of aliased identifiers. To resolve the situation, libnv types andfunctions are namespaced via nv_namespace.h, and libnv symbols areversioned. The msgio functions are not namespaced or exported as they are notpart of the external API.Reviewed by:	kevansSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision: https://reviews.freebsd.org/D35261

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Tue, 17 May 2022 21:49:41 +0200</pubDate>
        <dc:creator>Reid Linnemann &lt;rlinnemann@netgate.com&gt;</dc:creator>
    </item>
<item>
        <title>8403170b3d39326f836bc999534fe8c4d41cda11 - libpfct: Fix PIC flag</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#8403170b3d39326f836bc999534fe8c4d41cda11</link>
        <description>libpfct: Fix PIC flagUse ${PICFLAG} rather than hard-adding -fPIC, which removes therequirement for libnv to be built PIC.MFC after:      4 weeksSponsored by:   Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Fri, 16 Apr 2021 21:00:51 +0200</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>15ca66220874c177602c13a114b2f3d17773b788 - libnv: Use PICFLAG rather than -fPIC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#15ca66220874c177602c13a114b2f3d17773b788</link>
        <description>libnv: Use PICFLAG rather than -fPICSuggested by:	andrewMFC after:	4 weeksSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Sat, 10 Apr 2021 11:23:57 +0200</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0dd13c77432ade1ae94c9661cbad5537e3e6ab1d - libnv: Build PIC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#0dd13c77432ade1ae94c9661cbad5537e3e6ab1d</link>
        <description>libnv: Build PICBuild libnv as position independent code so we can use it from sharedlibraries.MFC after:	4 weeksSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D29561

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Fri, 02 Apr 2021 17:06:02 +0200</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4928d0276687adbd279e9a4ea33e1163d8ad9129 - Fix libnv build post rename</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#4928d0276687adbd279e9a4ea33e1163d8ad9129</link>
        <description>Fix libnv build post renameSubmitted by:	Neel ChauhanDifferential Revision:	https://reviews.freebsd.org/D25481

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Sat, 27 Jun 2020 04:17:04 +0200</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f993ed2fbd3c307200ed9a6351e649f0904b39c5 - Merge ^/head r351732 through r352104.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#f993ed2fbd3c307200ed9a6351e649f0904b39c5</link>
        <description>Merge ^/head r351732 through r352104.

            List of files:
            /freebsd/lib/libnv/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>a7b5a3d48640f3f5898b05328d71c2949b6b7098 - pkgbase: Put a lot of binaries and lib in FreeBSD-runtime</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#a7b5a3d48640f3f5898b05328d71c2949b6b7098</link>
        <description>pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeAll of them are needed to be able to boot to single user and be ableto repair a existing FreeBSD installation so put them directly intoFreeBSD-runtime.Reviewed by:    bapt, gjbDifferential Revision:  https://reviews.freebsd.org/D21503

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 16:13:08 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14b841d4a8e6c25d964f5e3bbda379a1541a27ec - MFH @ r337607, in preparation for boarding</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#14b841d4a8e6c25d964f5e3bbda379a1541a27ec</link>
        <description>MFH @ r337607, in preparation for boarding

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Sat, 11 Aug 2018 06:26:29 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f9c0a5128361f5d37b42cf46e8092ec58787fd17 - Merge ^/head r337286 through r337585.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#f9c0a5128361f5d37b42cf46e8092ec58787fd17</link>
        <description>Merge ^/head r337286 through r337585.

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Fri, 10 Aug 2018 23:02:28 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50a2c229181561378508fdd99dbefdd6af1288e4 - libnv: Remove -I${SRCTOP}/sys</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#50a2c229181561378508fdd99dbefdd6af1288e4</link>
        <description>libnv: Remove -I${SRCTOP}/sysThis should have been done as part of r336019 -- including ${SRCTOP}/sys isnot a good business model for something that&apos;s build in legacy/bootstrapstages.Beyond that, libnv seems to build quite alright as legacy, part ofbuildworld, and standalone without. Axe it.Reported by:	truckman (head building stable/11)Tested by:	Shawn Webb (HardenedBSD)MFC after:	3 days

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Thu, 09 Aug 2018 22:29:44 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>63889bbde0516231c8c4eb4c13ff539bfeed9f5b - No longer install sys/nv.h and sys/cnv.h in lib/libnv/Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#63889bbde0516231c8c4eb4c13ff539bfeed9f5b</link>
        <description>No longer install sys/nv.h and sys/cnv.h in lib/libnv/MakefileUse tools/build/Makefile to install the headers into ${WORLDTMP}/legacyinstead. Compared to r336026 this has the minor advantage that it avoidsunncessary header installation when building the non-bootstrap libnv.Reviewed By:	bdrewery, kevansApproved By:	brooks (mentor)Differential Revision: https://reviews.freebsd.org/D16187

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Mon, 16 Jul 2018 12:57:26 +0200</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3cafc9a654f5d0173b4f20cfd1c5f3e3e3f6502f - config(8): Fix broken ABI</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#3cafc9a654f5d0173b4f20cfd1c5f3e3e3f6502f</link>
        <description>config(8): Fix broken ABIr336019 introduced ${SRCTOP}/sys to the include paths in order to pull in anew sys/{c,}nv.h. This is wrong, because the build tree&apos;s ABI isn&apos;tguaranteed to match what&apos;s running on the host system.Fix instead by removing -I${SRCTOP}/sys and installing the libnv headerswith `make -C lib/libnv includes`... this may or may not get re-worked inthe future so that a userland lib isn&apos;t installing includes from sys/.Reported by:	bdrewery

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Fri, 06 Jul 2018 13:23:14 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1409e715e64d67b3093a889e63b33ef48e280ec8 - Merge ^/head r322398 through r322746.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#1409e715e64d67b3093a889e63b33ef48e280ec8</link>
        <description>Merge ^/head r322398 through r322746.

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Mon, 21 Aug 2017 13:56:47 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82baa8db5e9cd91f5bea24a2a4c06a4a409b786d - MFhead@r322515</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#82baa8db5e9cd91f5bea24a2a4c06a4a409b786d</link>
        <description>MFhead@r322515

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 21:28:49 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>188e46ab0332a7887da6f1eb5494d92076e3d31e - Add supporting changes for `Add limited sandbox capability to &quot;make check&quot;`</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#188e46ab0332a7887da6f1eb5494d92076e3d31e</link>
        <description>Add supporting changes for `Add limited sandbox capability to &quot;make check&quot;`Non-tests/... changes:- Add HAS_TESTS= to Makefiles with libraries and programs to enable iteration  and propagate the appropriate environment down to *.test.mk.tests/... changes:- Add appropriate support Makefile.inc&apos;s to set HAS_TESTS in a minimal manner,  since tests/... is a special subdirectory tree compared to the others.MFC after:	2 monthsMFC with:	r322511Reviewed by:	arch (silence), testing (silence)Differential Revision:	D12014

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 21:21:37 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0275f9dbf73b01e9478dc7d6ab5fab4f8e077448 - Merge ^/head r321383 through r322397.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#0275f9dbf73b01e9478dc7d6ab5fab4f8e077448</link>
        <description>Merge ^/head r321383 through r322397.

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Fri, 11 Aug 2017 12:59:34 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d59ead01d83460374ba0e7be8096b1a66d737efb - MFhead@r321970</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnv/Makefile#d59ead01d83460374ba0e7be8096b1a66d737efb</link>
        <description>MFhead@r321970

            List of files:
            /freebsd/lib/libnv/Makefile</description>
        <pubDate>Thu, 03 Aug 2017 07:30:11 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
