<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dtrace/dtraceall/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/dtrace/dtraceall/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6469bdcd - Move most of the contents of opt_compat.h to opt_global.h.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dtrace/dtraceall/Makefile#6469bdcd</link>
        <description>Move most of the contents of opt_compat.h to opt_global.h.opt_compat.h is mentioned in nearly 180 files. In-progress networkdriver compabibility improvements may add over 100 more so this iscloser to &quot;just about everywhere&quot; than &quot;only some files&quot; per theguidance in sys/conf/options.Keep COMPAT_LINUX32 in opt_compat.h as it is confined to a subset ofsys/compat/linux/*.c.  A fake _COMPAT_LINUX option ensure opt_compat.his created on all architectures.Move COMPAT_LINUXKPI to opt_dontuse.h as it is only used to control theset of compiled files.Reviewed by:	kib, cem, jhb, jtlSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D14941

            List of files:
            /freebsd-14.2/sys/modules/dtrace/dtraceall/Makefile</description>
        <pubDate>Fri, 06 Apr 2018 17:35:35 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8273e43 - Enable dtrace support for mips64 and the ERL kernel config</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dtrace/dtraceall/Makefile#a8273e43</link>
        <description>Enable dtrace support for mips64 and the ERL kernel configTurn on the required options in the ERL config file, and ensurethat the fbt module is listed as a dependency for mips inthe modules/dtrace/dtraceall/dtraceall.c file.PR: 		220346Reviewed by:	gnn, markjMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D12227

            List of files:
            /freebsd-14.2/sys/modules/dtrace/dtraceall/Makefile</description>
        <pubDate>Wed, 06 Sep 2017 03:19:52 +0000</pubDate>
        <dc:creator>Kurt Lidl &lt;lidl@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-14.2/sys/modules/dtrace/dtraceall/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-14.2/sys/modules/dtrace/dtraceall/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-14.2/sys/modules/dtrace/dtraceall/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-14.2/sys/modules/dtrace/dtraceall/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>c319ea15 - opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUG</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dtrace/dtraceall/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-14.2/sys/modules/dtrace/dtraceall/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>4685b7aa - The dtnfsclient module dependency should only be added if the old NFS</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dtrace/dtraceall/Makefile#4685b7aa</link>
        <description>The dtnfsclient module dependency should only be added if the old NFSclient support was compiled in.

            List of files:
            /freebsd-14.2/sys/modules/dtrace/dtraceall/Makefile</description>
        <pubDate>Sat, 01 Sep 2012 07:35:16 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61446bf2 - Fix make buildworld -DMODULES_WITH_WORLD on i386</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dtrace/dtraceall/Makefile#61446bf2</link>
        <description>Fix make buildworld -DMODULES_WITH_WORLD on i386

            List of files:
            /freebsd-14.2/sys/modules/dtrace/dtraceall/Makefile</description>
        <pubDate>Sat, 09 Apr 2011 09:07:31 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>308bce2a - add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dtrace/dtraceall/Makefile#308bce2a</link>
        <description>add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAdd systrace_linux32 and systrace_freebsd32 modules which providesupport for tracing compat system calls in addition to native systemcall tracing provided by systrace module.Provided that all the systrace modules are loaded now you can selectwhat syscalls to trace in the following manner:syscall::xxx:yyy - work on all system calls that match the specificationsyscall:freebsd:xxx:yyy - only native system callssyscall:linux32:xxx:yyy - linux32 compat system callssyscall:freebsd32:xxx:yyy - freebsd32 compat system calls on amd64PR:		kern/152822Submitted by:	Artem Belevich &lt;fbsdlist@src.cx&gt;Reviewed by:	jhb (earlier version)MFC after:	3 weeks

            List of files:
            /freebsd-14.2/sys/modules/dtrace/dtraceall/Makefile</description>
        <pubDate>Sat, 12 Mar 2011 09:09:25 +0000</pubDate>
        <dc:creator>Andriy Gapon &lt;avg@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-14.2/sys/modules/dtrace/dtraceall/Makefile#b8915e90</link>
        <description>Add the DTrace kernel module makefiles.

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