<?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>1e732c2f - MFC r346440:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/opensolaris/Makefile#1e732c2f</link>
        <description>MFC r346440:Export cpu_core from opensolaris.ko.PR:	191462

            List of files:
            /freebsd-12.1/sys/modules/opensolaris/Makefile</description>
        <pubDate>Sat, 27 Apr 2019 05:35:20 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/opensolaris/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-12.1/sys/modules/opensolaris/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e579a58 - Move implementations of uread() and uwrite() to the illumos compat layer.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/opensolaris/Makefile#9e579a58</link>
        <description>Move implementations of uread() and uwrite() to the illumos compat layer.MFC after:	1 week

            List of files:
            /freebsd-12.1/sys/modules/opensolaris/Makefile</description>
        <pubDate>Sat, 24 Sep 2016 21:40:14 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50dd852b - Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIR</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/opensolaris/Makefile#50dd852b</link>
        <description>Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIRrelative to .CURDIR if not already defined. This makes the makefilesmore readable but also more re-usable and adaptable.Obtained from:	Juniper Networks, Inc.

            List of files:
            /freebsd-12.1/sys/modules/opensolaris/Makefile</description>
        <pubDate>Thu, 06 Mar 2014 01:59:13 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c319ea15 - opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUG</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/opensolaris/Makefile#c319ea15</link>
        <description>opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGDo this by forcing inclusion ofsys/cddl/compat/opensolaris/sys/debug_compat.hvia -include option into all source files from OpenSolaris.Note that this -include option must always be after -include opt_global.h.Additionally, remove forced definition of DEBUG for some modules and fixtheir build without DEBUG.Also, meaning of DEBUG was overloaded to enable WITNESS support for someOpenSolaris (primarily ZFS) locks.  Now this overloading is removed andthat use of DEBUG is replaced with a new option OPENSOLARIS_WITNESS.MFC after:	17 days

            List of files:
            /freebsd-12.1/sys/modules/opensolaris/Makefile</description>
        <pubDate>Tue, 06 Aug 2013 15:51:56 +0000</pubDate>
        <dc:creator>Andriy Gapon &lt;avg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10b9d77b - Finally... Import the latest open-source ZFS version - (SPA) 28.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/opensolaris/Makefile#10b9d77b</link>
        <description>Finally... Import the latest open-source ZFS version - (SPA) 28.Few new things available from now on:- Data deduplication.- Triple parity RAIDZ (RAIDZ3).- zfs diff.- zpool split.- Snapshot holds.- zpool import -F. Allows to rewind corrupted pool to earlier  transaction group.- Possibility to import pool in read-only mode.MFC after:	1 month

            List of files:
            /freebsd-12.1/sys/modules/opensolaris/Makefile</description>
        <pubDate>Sun, 27 Feb 2011 19:41:40 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80dfae5f - Simplify atomic selection</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/opensolaris/Makefile#80dfae5f</link>
        <description>Simplify atomic selection

            List of files:
            /freebsd-12.1/sys/modules/opensolaris/Makefile</description>
        <pubDate>Mon, 13 Sep 2010 07:29:02 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2785677d - Add OpenSolaris atomics for powerpc64 and connect ZFS to the build on</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/opensolaris/Makefile#2785677d</link>
        <description>Add OpenSolaris atomics for powerpc64 and connect ZFS to the build onthis platform.Reviewed by:	pjd

            List of files:
            /freebsd-12.1/sys/modules/opensolaris/Makefile</description>
        <pubDate>Sat, 17 Jul 2010 13:34:01 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>126b14f7 - fix atomic.S rename and vimage breakage</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/opensolaris/Makefile#126b14f7</link>
        <description>fix atomic.S rename and vimage breakageThe latter was pointed out by Artem Belevich

            List of files:
            /freebsd-12.1/sys/modules/opensolaris/Makefile</description>
        <pubDate>Sat, 09 May 2009 05:45:13 +0000</pubDate>
        <dc:creator>Kip Macy &lt;kmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f58fac9d - As with ZFS use real atomic operations for sparc64.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/opensolaris/Makefile#f58fac9d</link>
        <description>As with ZFS use real atomic operations for sparc64.

            List of files:
            /freebsd-12.1/sys/modules/opensolaris/Makefile</description>
        <pubDate>Tue, 24 Mar 2009 15:48:35 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b8915e90 - Add the DTrace kernel module makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/opensolaris/Makefile#b8915e90</link>
        <description>Add the DTrace kernel module makefiles.

            List of files:
            /freebsd-12.1/sys/modules/opensolaris/Makefile</description>
        <pubDate>Sat, 17 May 2008 02:31:19 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
