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

            List of files:
            /freebsd-14.2/share/dtrace/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>79ac3c12 - pkgbase: Put dtrace in its own package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#79ac3c12</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-14.2/share/dtrace/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>7ec2f6bc - Add dtrace SDT probe ipfw:::rule-matched.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#7ec2f6bc</link>
        <description>Add dtrace SDT probe ipfw:::rule-matched.It helps to reduce complexity with debugging of large ipfw rulesets.Also define several constants and translators, that can by used bydtrace scripts with this probe.Reviewed by:	gnnObtained from:	Yandex LLCMFC after:	2 weeksSponsored by:	Yandex LLCDifferential Revision:	https://reviews.freebsd.org/D26879

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Wed, 21 Oct 2020 15:01:33 +0000</pubDate>
        <dc:creator>Andrey V. Elsukov &lt;ae@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bf5ca77 - Introduce dwatch(1) as a tool for making DTrace more useful</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#5bf5ca77</link>
        <description>Introduce dwatch(1) as a tool for making DTrace more usefulReviewed by:	markj, gnn, bdrewery (earlier version)Relnotes:	yesSponsored by:	Smule, Inc.Differential Revision:	https://reviews.freebsd.org/D10006

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Tue, 06 Mar 2018 23:44:19 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18849b5d - Remove the old version of the DTraceToolkit from the source tree.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#18849b5d</link>
        <description>Remove the old version of the DTraceToolkit from the source tree.The DTraceToolkit is part of the Open DTrace effort and is supportedon FreeBSD as a port (sysutils/DTraceToolkit) which has been updatedto properly track toolkit development upstream.Sponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Thu, 19 May 2016 19:51:39 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>480f4e94 - Add an mbuf provider to DTrace.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#480f4e94</link>
        <description>Add an mbuf provider to DTrace.The mbuf provider is made up of a set of Statically Defined Tracepointswhich help us look into mbufs as they are allocated and freed.  This can beused to inspect the buffers or for a simplified mbuf leak detector.New tracepoints are:mbuf:::m-initmbuf:::m-gethdrmbuf:::m-getmbuf:::m-getclmbuf:::m-clgetmbuf:::m-cljgetmbuf:::m-cljsetmbuf:::m-freembuf:::m-freemThere is also a translator for mbufs which gives some visibility into the structure,see mbuf.d for more details.Reviewed by:	bz, markjMFC after:	2 weeksSponsored by:	Rubicon Communications (Netgate)Differential Revision:	https://reviews.freebsd.org/D5682

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Tue, 22 Mar 2016 13:16:52 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>342af4d5 - fix tcpdebug: - assign to &quot;flags&quot; in each probe, not only debug-input</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#342af4d5</link>
        <description>fix tcpdebug: - assign to &quot;flags&quot; in each probe, not only debug-inputcompute &quot;len&quot; in the same way in each probeSubmitted by:	Hannes MehnertMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D5524

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Thu, 03 Mar 2016 02:46:12 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>abac2033 - Add scripts for watching common entry points.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#abac2033</link>
        <description>Add scripts for watching common entry points.MFC after:	3 daysX-MFC-to:	stable/10

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Fri, 22 Jan 2016 07:19:30 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93e779a2 - META MODE: These need object directories to handle staging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#93e779a2</link>
        <description>META MODE: These need object directories to handle staging.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 01:14:27 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af71f40a - Add a little, but very useful script for use with programs that work using an</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#af71f40a</link>
        <description>Add a little, but very useful script for use with programs that work using anevent loop and should sleep only when waiting for events (eg. via kevent(2)).When a program is going to sleep in the kernel, the script will show its name,PID, kernel stack trace and userland stack trace. Sleeping in kevent(2) isignored as it is expected to be valid.Sample output:# ./blocking lynxdlynxd(15042) is blocking...              kernel`_cv_wait_sig+0x124              kernel`seltdwait+0xae              kernel`sys_poll+0x3a3              kernel`amd64_syscall+0x343              kernel`0xffffffff806c79ab              lynxd`poll+0xa              lynxd`pqSocketCheck+0xa2              lynxd`pqWaitTimed+0x29              lynxd`connectDBComplete+0xd7              lynxd`PQsetdbLogin+0x2ec              lynxd`db_connect+0x3c              lynxd`main+0x198              lynxd`_start+0x16f              0x2lynxd(1925) is blocking...              kernel`_cv_wait+0x125              zfs.ko`zio_wait+0x5b              zfs.ko`dmu_buf_hold_array_by_dnode+0x1dc              zfs.ko`dmu_read+0xcb              zfs.ko`zfs_freebsd_getpages+0x37b              kernel`VOP_GETPAGES_APV+0xa7              kernel`vnode_pager_getpages+0x9a              kernel`vm_fault_hold+0x885              kernel`vm_fault+0x77              kernel`trap_pfault+0x211              kernel`trap+0x506              kernel`0xffffffff806c76c2              lynxd`EVP_add_cipher+0x13              lynxd`SSL_library_init+0x11              lynxd`main+0x94              lynxd`_start+0x16f              0x2lynxd(1925) is blocking...              kernel`_cv_wait+0x125              zfs.ko`zio_wait+0x5b              zfs.ko`dbuf_read+0x791              zfs.ko`dbuf_findbp+0x12f              zfs.ko`dbuf_hold_impl+0xa2              zfs.ko`dbuf_hold+0x1b              zfs.ko`dmu_buf_hold_array_by_dnode+0x153              zfs.ko`dmu_read_uio+0x66              zfs.ko`zfs_freebsd_read+0x3a3              kernel`VOP_READ_APV+0xa1              kernel`vn_read+0x13a              kernel`vn_io_fault+0x10b              kernel`dofileread+0x95              kernel`kern_readv+0x68              kernel`sys_read+0x63              kernel`amd64_syscall+0x343              kernel`0xffffffff806c79ab              lynxd`_read+0xa              lynxd`__srefill+0x122              lynxd`fgets+0x78              lynxd`file_gets+0x1d              lynxd`BIO_gets+0x64              lynxd`PEM_read_bio+0xf5              lynxd`PEM_X509_INFO_read_bio+0x90              lynxd`X509_load_cert_crl_file+0x47              lynxd`by_file_ctrl+0x2e              lynxd`X509_STORE_load_locations+0x4a              lynxd`sslctx_init+0x255              lynxd`main+0x215              lynxd`_start+0x16f              0x2Requested by:	gnnObtained from:	Wheel Systems http://wheelsystems.com

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Sun, 04 Oct 2015 00:40:12 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53413166 - Add missing DTrace scripts that exist in the source tree to the Makefile for</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#53413166</link>
        <description>Add missing DTrace scripts that exist in the source tree to the Makefile forinstall.While here, sort the list.Differential Revision:	D2950Submitted by:		Jason Wolfe &lt;j at nitrology.com&gt;Reviewed by:		gnn, markj, hirenSponsored by:		Limelight Networks

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Tue, 30 Jun 2015 18:23:08 +0000</pubDate>
        <dc:creator>Hiren Panchasara &lt;hiren@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1dfaa6f1 - udp track shows UDP data as it arrives and leaves the system</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#1dfaa6f1</link>
        <description>udp track shows UDP data as it arrives and leaves the system

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Sun, 08 Mar 2015 04:29:41 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c5c06a0 - TCP connection tracker that uses aggregations to show where connections</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#2c5c06a0</link>
        <description>TCP connection tracker that uses aggregations to show where connectionsoriginate from.

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Sat, 07 Mar 2015 19:29:53 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>234aa446 - Add a more complex TCP tracking script, which shows connections and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#234aa446</link>
        <description>Add a more complex TCP tracking script, which shows connections andaccepts as well as state transitions.

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Sat, 07 Mar 2015 19:16:09 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ce386ff - Add a TCP state tracking script based on FreeBSD TCP SDTs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#4ce386ff</link>
        <description>Add a TCP state tracking script based on FreeBSD TCP SDTs

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Sat, 07 Mar 2015 18:17:15 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a457459 - add my scripts to measure io latency per disk...</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#1a457459</link>
        <description>add my scripts to measure io latency per disk...

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Sat, 09 Aug 2014 20:40:03 +0000</pubDate>
        <dc:creator>John-Mark Gurney &lt;jmg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>213dc9df - Add a new script, hotopen, which shows what uid is opening files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#213dc9df</link>
        <description>Add a new script, hotopen, which shows what uid is opening fileson a per second basis.  While here clean up the Makefile as well.MFC after:	1 week

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Fri, 20 Jul 2012 23:56:23 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d37a123 - Add support for our own DTrace scripts and those from the DTraceToolkit</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/dtrace/Makefile#4d37a123</link>
        <description>Add support for our own DTrace scripts and those from the DTraceToolkitto the build system.  FreeBSD written scripts are stored insrc/share and the toolkit scripts are brought from the cddl directoryinto a working tree via install.MFC after:	2 weeks

            List of files:
            /freebsd-14.2/share/dtrace/Makefile</description>
        <pubDate>Fri, 18 May 2012 16:40:15 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
