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

            List of files:
            /freebsd-14.2/sys/modules/dtrace/systrace_linux32/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>dddb1aec - sys: Retire OPENZFS_CWARNFLAGS now that it is empty.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dtrace/systrace_linux32/Makefile#dddb1aec</link>
        <description>sys: Retire OPENZFS_CWARNFLAGS now that it is empty.Reviewed by:	markj, emasteDifferential Revision:	https://reviews.freebsd.org/D39217

            List of files:
            /freebsd-14.2/sys/modules/dtrace/systrace_linux32/Makefile</description>
        <pubDate>Wed, 22 Mar 2023 19:35:30 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d021434a - openzfs: fix gcc kernel module builds</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dtrace/systrace_linux32/Makefile#d021434a</link>
        <description>openzfs: fix gcc kernel module builds - Suppress -Wredundant-decls.  Ultimately this warning is harmless in   any case, and it does not look like there is a simple way to avoid   redundant declarations in this case without a lot of header pollution   (e.g. having openzfs&apos;s shim param.h pulling in sys/kernel.h for hz). - Suppress -Wnested-externs, which is useless anyway.Unfortunately it was not sufficient just to modify OPENZFS_CFLAGS,because the warning suppressions need to appear on the command lineafter they are explicitly enabled by CWARNFLAGS from sys/conf/kern.mk,but OPENZFS_CFLAGS get added before due to use of -I for the shims.Reviewed by:	markjSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D27685

            List of files:
            /freebsd-14.2/sys/modules/dtrace/systrace_linux32/Makefile</description>
        <pubDate>Sun, 27 Dec 2020 22:33:13 +0000</pubDate>
        <dc:creator>Ryan Libby &lt;rlibby@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-14.2/sys/modules/dtrace/systrace_linux32/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-14.2/sys/modules/dtrace/systrace_linux32/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>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dtrace/systrace_linux32/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/systrace_linux32/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>2f99bcce - Rename remaining linux32 symbols such as linux_sysent[] and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dtrace/systrace_linux32/Makefile#2f99bcce</link>
        <description>Rename remaining linux32 symbols such as linux_sysent[] andlinux_syscallnames[] from linux_* to linux32_* to avoid conflicts withlinux64.ko.  While here, add support for linux64 binaries to systrace.- Update NOPROTO entries in amd64/linux/syscalls.master to match the  main table to fix systrace build.- Add a special case for union l_semun arguments to the systrace  generation.- The systrace_linux32 module now only builds the systrace_linux32.ko.  module on amd64.- Add a new systrace_linux module that builds on both i386 and amd64.  For i386 it builds the existing systrace_linux.ko.  For amd64 it  builds a systrace_linux.ko for 64-bit binaries.Reviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D3954

            List of files:
            /freebsd-14.2/sys/modules/dtrace/systrace_linux32/Makefile</description>
        <pubDate>Thu, 22 Oct 2015 21:28:20 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@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/systrace_linux32/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/systrace_linux32/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/systrace_linux32/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/systrace_linux32/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>7a3f3cab - Stripped &apos;32&apos; suffix from linux systrace module name on i386.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dtrace/systrace_linux32/Makefile#7a3f3cab</link>
        <description>Stripped &apos;32&apos; suffix from linux systrace module name on i386.Approved by: avg

            List of files:
            /freebsd-14.2/sys/modules/dtrace/systrace_linux32/Makefile</description>
        <pubDate>Fri, 08 Apr 2011 06:27:43 +0000</pubDate>
        <dc:creator>Artem Belevich &lt;art@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/systrace_linux32/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/systrace_linux32/Makefile</description>
        <pubDate>Sat, 12 Mar 2011 09:09:25 +0000</pubDate>
        <dc:creator>Andriy Gapon &lt;avg@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
