<?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>8bb47d14 - Don&apos;t redefine _KERNEL.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/dtrace/dtrace_test/Makefile#8bb47d14</link>
        <description>Don&apos;t redefine _KERNEL.MFC after:	1 week

            List of files:
            /freebsd-13.1/sys/modules/dtrace/dtrace_test/Makefile</description>
        <pubDate>Fri, 24 Nov 2017 19:08:54 +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-13.1/sys/modules/dtrace/dtrace_test/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-13.1/sys/modules/dtrace/dtrace_test/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>50dd852b - Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIR</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/dtrace/dtrace_test/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-13.1/sys/modules/dtrace/dtrace_test/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>54366c0b - - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/dtrace/dtrace_test/Makefile#54366c0b</link>
        <description>- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging  option, unbreak the lock tracing release semantic by embedding  calls to LOCKSTAT_PROFILE_RELEASE_LOCK() direclty in the inlined  version of the releasing functions for mutex, rwlock and sxlock.  Failing to do so skips the lockstat_probe_func invokation for  unlocking.- As part of the LOCKSTAT support is inlined in mutex operation, for  kernel compiled without lock debugging options, potentially every  consumer must be compiled including opt_kdtrace.h.  Fix this by moving KDTRACE_HOOKS into opt_global.h and remove the  dependency by opt_kdtrace.h for all files, as now only KDTRACE_FRAMES  is linked there and it is only used as a compile-time stub [0].[0] immediately shows some new bug as DTRACE-derived support for debugin sfxge is broken and it was never really tested.  As it was notincluding correctly opt_kdtrace.h before it was never enabled so itwas kept broken for a while.  Fix this by using a protection stub,leaving sfxge driver authors the responsibility for fixing itappropriately [1].Sponsored by:	EMC / Isilon storage divisionDiscussed with:	rstone[0] Reported by:	rstone[1] Discussed with:	philip

            List of files:
            /freebsd-13.1/sys/modules/dtrace/dtrace_test/Makefile</description>
        <pubDate>Mon, 25 Nov 2013 07:38:45 +0000</pubDate>
        <dc:creator>Attilio Rao &lt;attilio@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-13.1/sys/modules/dtrace/dtrace_test/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-13.1/sys/modules/dtrace/dtrace_test/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>18161786 - Port the SDT test now that it&apos;s possible to create SDT probes that take</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/dtrace/dtrace_test/Makefile#18161786</link>
        <description>Port the SDT test now that it&apos;s possible to create SDT probes that takeseven arguments.The original test uses Solaris&apos; uadmin system call to trigger the testprobe; this change adds a sysctl to the dtrace_test module and gets the testprogram to trigger the test probe via the sysctl handler.The test is currently failing on amd64 because of some bugs in the way thatprobe arguments beyond the first five are obtained - these bugs will befixed in a separate change.

            List of files:
            /freebsd-13.1/sys/modules/dtrace/dtrace_test/Makefile</description>
        <pubDate>Sun, 02 Jun 2013 00:33:36 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@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-13.1/sys/modules/dtrace/dtrace_test/Makefile#b8915e90</link>
        <description>Add the DTrace kernel module makefiles.

            List of files:
            /freebsd-13.1/sys/modules/dtrace/dtrace_test/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>
