<?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>d25e0fedfbad8264c5aff54e3d5938673be5dd18 - Handle mipsn64</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/dtrace/Makefile#d25e0fedfbad8264c5aff54e3d5938673be5dd18</link>
        <description>Handle mipsn64

            List of files:
            /netbsd-src/sys/modules/dtrace/Makefile</description>
        <pubDate>Sun, 25 Apr 2021 23:40:51 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>334c5f7a994b97dc5ec8662bc6195b4df3d846fa - Build the netbsd32_syscall module if mips64.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/dtrace/Makefile#334c5f7a994b97dc5ec8662bc6195b4df3d846fa</link>
        <description>Build the netbsd32_syscall module if mips64.Don&apos;t build the linux_syscall module if mips*

            List of files:
            /netbsd-src/sys/modules/dtrace/Makefile</description>
        <pubDate>Sat, 10 Apr 2021 15:34:05 +0000</pubDate>
        <dc:creator>simonb &lt;simonb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>307174c66046e6ba3bc44ad918cc7895ffa1f0de - Add syscall_linux back for other arm architectures (accidently removed</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/dtrace/Makefile#307174c66046e6ba3bc44ad918cc7895ffa1f0de</link>
        <description>Add syscall_linux back for other arm architectures (accidently removedin previous)

            List of files:
            /netbsd-src/sys/modules/dtrace/Makefile</description>
        <pubDate>Wed, 04 Dec 2019 10:12:47 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37d677e0932b823aaa70be725cfd4beca7f3200a - dtrace: add support for aarch64</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/dtrace/Makefile#37d677e0932b823aaa70be725cfd4beca7f3200a</link>
        <description>dtrace: add support for aarch64

            List of files:
            /netbsd-src/sys/modules/dtrace/Makefile</description>
        <pubDate>Tue, 03 Dec 2019 22:10:56 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>48bfb0f78d74c32adcc19e780885c58afb2f961b - dtrace syscall for linux32</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/dtrace/Makefile#48bfb0f78d74c32adcc19e780885c58afb2f961b</link>
        <description>dtrace syscall for linux32

            List of files:
            /netbsd-src/sys/modules/dtrace/Makefile</description>
        <pubDate>Sun, 08 Mar 2015 17:11:57 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17b686e266df317687ba5491ebe62e58bebca08c - Add syscall provider build glue, unhooked.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/dtrace/Makefile#17b686e266df317687ba5491ebe62e58bebca08c</link>
        <description>Add syscall provider build glue, unhooked.

            List of files:
            /netbsd-src/sys/modules/dtrace/Makefile</description>
        <pubDate>Sat, 07 Mar 2015 15:13:04 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11c69f2d20ee47450d38d15e72b9f9e52acfb0c2 - adapt the cyclic module and profile dtrace provider to netbsd.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/dtrace/Makefile#11c69f2d20ee47450d38d15e72b9f9e52acfb0c2</link>
        <description>adapt the cyclic module and profile dtrace provider to netbsd.for now, just hook the cyclic callback into hardclock().

            List of files:
            /netbsd-src/sys/modules/dtrace/Makefile</description>
        <pubDate>Sun, 02 Dec 2012 01:05:16 +0000</pubDate>
        <dc:creator>chs &lt;chs@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f6bf8007733aee8ad503c371794355334c9bdde2 - DTrace: Add the Function Boundary Trace (FBT) provider moduile.  This</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/dtrace/Makefile#f6bf8007733aee8ad503c371794355334c9bdde2</link>
        <description>DTrace: Add the Function Boundary Trace (FBT) provider moduile.  Thismodule  instruments every function in the kernel with entry and exitprobes.  These probes are true zero-effect probes in that they don&apos;texist in the code until they are enabled.  The probes are enabled bydirectly patching the function entry and exit points to make jumps intothe dtrace framework.This gives us over 29,000 trace points in the kernel.

            List of files:
            /netbsd-src/sys/modules/dtrace/Makefile</description>
        <pubDate>Fri, 12 Mar 2010 21:53:15 +0000</pubDate>
        <dc:creator>darran &lt;darran@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a9056a926697d2749cb144939517e3013bce59a - DTrace: Add an SDT (Statically Defined Tracing) provider framework, and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/dtrace/Makefile#6a9056a926697d2749cb144939517e3013bce59a</link>
        <description>DTrace: Add an SDT (Statically Defined Tracing) provider framework, andimplement most of the proc provider.  Adds proc:::create, exec,exec_success, exec_faillure, signal_send, signal_discard, signal_handle,lwp_create, lwp_start, lwp_exit.

            List of files:
            /netbsd-src/sys/modules/dtrace/Makefile</description>
        <pubDate>Mon, 01 Mar 2010 21:10:13 +0000</pubDate>
        <dc:creator>darran &lt;darran@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f80283460485ef693fa3dc1a58b1f7fd16c1c9f3 - DTrace: add the dtrace module.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/dtrace/Makefile#f80283460485ef693fa3dc1a58b1f7fd16c1c9f3</link>
        <description>DTrace: add the dtrace module.

            List of files:
            /netbsd-src/sys/modules/dtrace/Makefile</description>
        <pubDate>Sun, 21 Feb 2010 11:16:19 +0000</pubDate>
        <dc:creator>darran &lt;darran@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
