<?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>d4aea844cb807816ddcbf6efa0f1a2688ca7ded8 - apply -Wno-error=array-bounds for GCC 10.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/modules/dtrace/syscall/Makefile#d4aea844cb807816ddcbf6efa0f1a2688ca7ded8</link>
        <description>apply -Wno-error=array-bounds for GCC 10.these trigger &quot;pointer to end of array&quot; issues, and i&apos;m notentirely sure what is happening in the code generated for thetwo &quot;INDIR&quot; system calls from syscalls.master.

            List of files:
            /netbsd-src/sys/modules/dtrace/syscall/Makefile</description>
        <pubDate>Tue, 13 Apr 2021 19:16:51 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2bc4fb1fcbfffb471b8fccbc8a5486958fd60764 - Bump default value of WARNS for modules from 3 to 5, and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/modules/dtrace/syscall/Makefile#2bc4fb1fcbfffb471b8fccbc8a5486958fd60764</link>
        <description>Bump default value of WARNS for modules from 3 to 5, andexplicitly set WARNS for modules that fail with WARNS=5.Also, turn on -Wno-missing-noreturn for clang for some files.At the moment, among ~ 360 modules,- 2 (lua and zfs) need WARNS=0- 1 (solaris) needs WARNS=1- 136 need WARNS=3 (mostly due to sign-compare)- 4 need WARNS=4- others can be compiled with WARNS=5Discussed on tech-kern.

            List of files:
            /netbsd-src/sys/modules/dtrace/syscall/Makefile</description>
        <pubDate>Sun, 17 Feb 2019 04:05:41 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd35dc3d8467434191558dfb179bd14d47bc2052 - Rework the changes to DTRACE/ZFS files that were fixing Clang/LLVM build</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/modules/dtrace/syscall/Makefile#cd35dc3d8467434191558dfb179bd14d47bc2052</link>
        <description>Rework the changes to DTRACE/ZFS files that were fixing Clang/LLVM buildRever changes to upstream files and replace them with additional -Wno-compiler argument flags.Tested with base LLVM.Requested by &lt;chuq&gt;

            List of files:
            /netbsd-src/sys/modules/dtrace/syscall/Makefile</description>
        <pubDate>Fri, 29 Jun 2018 11:33:46 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d2d2a147003c8e4def5afc2a74ae3fb9b1ee2c05 - Replace HAVE_GCC with ACTIVE_CC == gcc checks</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/modules/dtrace/syscall/Makefile#d2d2a147003c8e4def5afc2a74ae3fb9b1ee2c05</link>
        <description>Replace HAVE_GCC with ACTIVE_CC == gcc checksKernel modules build with GCC and Clang/LLVM.Requested by &lt;joerg&gt;

            List of files:
            /netbsd-src/sys/modules/dtrace/syscall/Makefile</description>
        <pubDate>Thu, 07 Jun 2018 13:21:44 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ec5a3bbdb8c9ae3fde5080c7035a43208daf747e - Swap conditions HAVE_LLVM -&gt; HAVE_GCC</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/modules/dtrace/syscall/Makefile#ec5a3bbdb8c9ae3fde5080c7035a43208daf747e</link>
        <description>Swap conditions HAVE_LLVM -&gt; HAVE_GCC

            List of files:
            /netbsd-src/sys/modules/dtrace/syscall/Makefile</description>
        <pubDate>Wed, 06 Jun 2018 15:01:13 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e4cc1efec23204b595986f0cf99f6d5c71a74970 - Restrict -Wno-discarded-qualifiers in sys/modules/dtrace/* to GCC</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/modules/dtrace/syscall/Makefile#e4cc1efec23204b595986f0cf99f6d5c71a74970</link>
        <description>Restrict -Wno-discarded-qualifiers in sys/modules/dtrace/* to GCCClang/LLVM does not recognize it.This is a step forward functional MKLLVM=yes HAVE_LLVM=yes build.Sponsored by &lt;The NetBSD Foundation&gt;

            List of files:
            /netbsd-src/sys/modules/dtrace/syscall/Makefile</description>
        <pubDate>Wed, 06 Jun 2018 14:57:38 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ba2539a9805a0544ff82c0003cc02fe1eee5603d - merge a new version of the CDDL dtrace and ZFS code.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/modules/dtrace/syscall/Makefile#ba2539a9805a0544ff82c0003cc02fe1eee5603d</link>
        <description>merge a new version of the CDDL dtrace and ZFS code.this changes the upstream vendor from OpenSolaris to FreeBSD,and this version is based on FreeBSD svn r315983.in addition to the 10 years of improvements from upstream,this version also has these NetBSD-specific enhancements: - dtrace FBT probes can now be placed in kernel modules. - ZFS now supports mmap().

            List of files:
            /netbsd-src/sys/modules/dtrace/syscall/Makefile</description>
        <pubDate>Mon, 28 May 2018 21:04:59 +0000</pubDate>
        <dc:creator>chs &lt;chs@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17b686e266df317687ba5491ebe62e58bebca08c - Add syscall provider build glue, unhooked.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/modules/dtrace/syscall/Makefile#17b686e266df317687ba5491ebe62e58bebca08c</link>
        <description>Add syscall provider build glue, unhooked.

            List of files:
            /netbsd-src/sys/modules/dtrace/syscall/Makefile</description>
        <pubDate>Sat, 07 Mar 2015 15:13:04 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
