<?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>6edd55f8 - ctf: Import ctf.h from OpenBSD</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#6edd55f8</link>
        <description>ctf: Import ctf.h from OpenBSDUse it instead of the existing ctf.h from OpenSolaris.  This makes iteasier to use CTF in the core kernel, and to extend the CTF format tosupport wider type IDs.The imported ctf.h is modified to depend only on _types.h, and also toprovide macros which use the &quot;parent&quot; bit of a type ID to refer to typesin a parent CTF container.No functional change intended.Approved by:	re (gjb)Reviewed by:	Domagoj Stolfa, emasteSponsored by:	The FreeBSD Foundation(cherry picked from commit 2d5d2a986ce1a93b8567dbdf3f80bc2b545d6998)(cherry picked from commit 3681c4f065f1028ff84b654cfbfb238f2723b78c)

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Mon, 07 Mar 2022 13:42:57 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e494084 - pkgbase: Put dtrace in its own package</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#9e494084</link>
        <description>pkgbase: Put dtrace in its own packageWhile dtrace is usefull some people might not want it.Differential Revision:	https://reviews.freebsd.org/D30752Sponsored by:	Diablotin Systems

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Sat, 19 Jun 2021 15:49:31 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af807311 - libdtrace: Stop relying on lex compatibility</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#af807311</link>
        <description>libdtrace: Stop relying on lex compatibilityIt does not appear to be required, and as of commit 6b7e592c215f(&quot;lex: Do not let input() return 0 when end-of-file is reached&quot;) itcauses input to return 0 instead of EOF when end-of-input is reached.PR:		253440Sponsored by:	The FreeBSD Foundation(cherry picked from commit 8ba333e02eaa59337a4e1d5534d4e894344c8226)

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Wed, 17 Feb 2021 15:49:38 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f6612b4 - Install dtrace.h and dependencies</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#1f6612b4</link>
        <description>Install dtrace.h and dependenciesThis makes the minimum amount of changes to allow inclusion of dtrace.hwithout all the solaris compatibility headers. Installing dtrace.h allowscompiling consumers of libdtrace (e.g. https://github.com/tmetsch/python-dtrace)without requiring a copy of the source tree.For python-dtrace I worked around this in https://github.com/tmetsch/python-dtrace/commit/58019c9a12022203a9ffda286dd8b41f1a5ace42but being able to build the library without installed sources would beextremely useful.Reviewed By:	gnnDifferential Revision: https://reviews.freebsd.org/D27884

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Wed, 06 Jan 2021 15:39:10 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;Alexander.Richardson@cl.cam.ac.uk&gt;</dc:creator>
    </item>
<item>
        <title>e17ebfd3 - Remove -I flag for include path that doesn&apos;t exist</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#e17ebfd3</link>
        <description>Remove -I flag for include path that doesn&apos;t existFound this while trying to get macOS bootstrap to work again after OpenZFS merge.Reviewed By:	#zfs, freqlabsDifferential Revision: https://reviews.freebsd.org/D26192

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Thu, 10 Sep 2020 15:37:07 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e5787d2 - Merge OpenZFS support in to HEAD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#9e5787d2</link>
        <description>Merge OpenZFS support in to HEAD.The primary benefit is maintaining a completely sharedcode base with the community allowing FreeBSD to receivenew features sooner and with less effort.I would advise against doing &apos;zpool upgrade&apos;or creating indispensable pools using newfeatures until this change has had a month+to soak.Work on merging FreeBSD support in to what wasat the time &quot;ZFS on Linux&quot; began in August 2018.I first publicly proposed transitioning FreeBSDto (new) OpenZFS on December 18th, 2018. FreeBSDsupport in OpenZFS was finally completed in December2019. A CFT for downstreaming OpenZFS support into FreeBSD was first issued on July 8th. All issuesthat were reported have been addressed or, fora couple of less critical matters there arepull requests in progress with OpenZFS. iXsystemshas tested and dogfooded extensively internally.The TrueNAS 12 release is based on OpenZFS withsome additional features that have not yet madeit upstream.Improvements include:  project quotas, encrypted datasets,  allocation classes, vectorized raidz,  vectorized checksums, various command line  improvements, zstd compression.Thanks to those who have helped along the way:Ryan Moeller, Allan Jude, Zack Welch, and manyothers.Sponsored by:	iXsystems, Inc.Differential Revision:	https://reviews.freebsd.org/D25872

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Tue, 25 Aug 2020 02:21:27 +0000</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f11c997 - - Cleanups related to sparc64 removal.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#8f11c997</link>
        <description>- Cleanups related to sparc64 removal.- Remove remains of sparc64 files.Reviewed by:	impDifferential Revision:	https://reviews.freebsd.org/D25831

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Tue, 28 Jul 2020 10:58:37 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e88cc8b - Add support for send, receive and state-change DTrace providers for</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#1e88cc8b</link>
        <description>Add support for send, receive and state-change DTrace providers forSCTP. They are based on what is specified in the Solaris DTrace manualfor Solaris 11.4.Reviewed by:		0mp, dteske, markjRelnotes:		yesDifferential Revision:	https://reviews.freebsd.org/D16839

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Wed, 22 Aug 2018 21:23:32 +0000</pubDate>
        <dc:creator>Michael Tuexen &lt;tuexen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7bda9663 - Add a dtrace provider for UDP-Lite.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#7bda9663</link>
        <description>Add a dtrace provider for UDP-Lite.The dtrace provider for UDP-Lite is modeled after the UDP provider.This fixes the bug that UDP-Lite packets were triggering the UDPprovider.Thanks to dteske@ for providing the dwatch module.Reviewed by:		dteske@, markj@, rrs@Relnotes:		yesDifferential Revision:	https://reviews.freebsd.org/D16377

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Tue, 31 Jul 2018 22:56:03 +0000</pubDate>
        <dc:creator>Michael Tuexen &lt;tuexen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>958f4928 - Add D definitions for the named values in socket.h</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#958f4928</link>
        <description>Add D definitions for the named values in socket.hReviewed by:	markjMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D12241

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Thu, 07 Sep 2017 03:05:16 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>acc37ca1 - cddl: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#acc37ca1</link>
        <description>cddl: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputWhile here, remove bogus CFLAGS which look for headers in cddl/lib/libumem.There aren&apos;t any source files there (just Makefiles)MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:30:04 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e2072706 - Define dependencies for some auto-generated source files in libdtrace.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#e2072706</link>
        <description>Define dependencies for some auto-generated source files in libdtrace.Remove an unneeded beforedepend rule.Reported by:	emaste, jhbReviewed by:	bdreweryMFC after:	1 week

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Thu, 17 Nov 2016 18:13:42 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fed1ca4b - Add initial DTrace support for RISC-V.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#fed1ca4b</link>
        <description>Add initial DTrace support for RISC-V.Sponsored by:	DARPA, AFRLSponsored by:	HEIF5

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Tue, 24 May 2016 16:41:37 +0000</pubDate>
        <dc:creator>Ruslan Bukin &lt;br@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>144cd65b - Use FILES for installing the dtrace scripts.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#144cd65b</link>
        <description>Use FILES for installing the dtrace scripts.The BSD.usr.dist mtree always creates /usr/lib/dtrace so there is noneed to check if it exists.The FILES mechanism already supports LIBRARIES_ONLY.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Fri, 18 Sep 2015 21:18:44 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b78ee15e - First cut of DTrace for AArch64.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#b78ee15e</link>
        <description>First cut of DTrace for AArch64.Reviewed by:	andrew, emasteSponsored by:	ARM LimitedDifferential Revision:	https://reviews.freebsd.org/D2738

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Wed, 01 Jul 2015 15:51:11 +0000</pubDate>
        <dc:creator>Ruslan Bukin &lt;br@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53d5099d - Correctly link libdtrace and convert to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#53d5099d</link>
        <description>Correctly link libdtrace and convert to LIBADDMake dtrace only link to libdtrace

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Tue, 19 May 2015 22:24:19 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4a115af - Move siftr-related definitions out of tcp.d and into a separate library</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#d4a115af</link>
        <description>Move siftr-related definitions out of tcp.d and into a separate librarywhich declares a dependency on siftr(4). This is necessitated by areference to struct pkt_node, which is defined in siftr(4): otherwise,dtrace(1) will return an error during startup if siftr.ko is not loaded.

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Sun, 17 May 2015 04:09:22 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fcb56067 - Initial version of DTrace on ARM32.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#fcb56067</link>
        <description>Initial version of DTrace on ARM32.Submitted by:	Howard Su based on work by Oleksandr TymoshenkoReviewed by:	ian, andrew, rpaulo, markj

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Tue, 10 Feb 2015 19:41:30 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0339a1c2 - Move some files that are identical on i386 and amd64 to an x86 subdirectory</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#0339a1c2</link>
        <description>Move some files that are identical on i386 and amd64 to an x86 subdirectoryrather than keeping duplicate copies.Discussed with:	avgMFC after:	1 week

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Thu, 27 Feb 2014 01:04:35 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>57f60867 - Implement the ip, tcp, and udp DTrace providers. The probe definitions use</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/cddl/lib/libdtrace/Makefile#57f60867</link>
        <description>Implement the ip, tcp, and udp DTrace providers. The probe definitions usedynamic translation so that their arguments match the definitions forthese providers in Solaris and illumos. Thus, existing scripts for theseproviders should work unmodified on FreeBSD.Tested by:	gnn, hirenMFC after:	1 month

            List of files:
            /freebsd-13.1/cddl/lib/libdtrace/Makefile</description>
        <pubDate>Sun, 25 Aug 2013 21:54:41 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
