<?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>125a2a6b - MFC: linux: Make module standalone-buildable</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#125a2a6b</link>
        <description>MFC: linux: Make module standalone-buildableAdd opt_inet.h and opt_usb.h to make linux module buildable standalone.(cherry picked from commit c5f906d32d2bc8e37f1e1911382e27af7e6240ff)

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Sat, 11 May 2024 22:35:54 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff154988 - netlink: move NETLINK define to opt_global.h</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#ff154988</link>
        <description>netlink: move NETLINK define to opt_global.hMove the NETLINK define into opt_global.h so we can rely on it beingset correctly, without having to remember to include opt_netlink.h.This ensures that the NETLINK define is correctly set. If not wemay end up with unloadable modules, due to missing symbols (such asnlmsg_get_group_writer).PR:		274306Reviewed by:	imp, markjMFC after:	3 daysDifferential Revision:	https://reviews.freebsd.org/D42179(cherry picked from commit ab393e9548f8cc0ee28499c411963b798ebb38a5)

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Thu, 12 Oct 2023 19:55:57 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/linux/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>22dca7ac - linux(4): Implement xattr syscalls</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#22dca7ac</link>
        <description>linux(4): Implement xattr syscallsReviewed by:Differential revision:	https://reviews.freebsd.org/D35544MFC after:		1 month

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Sat, 22 Jul 2023 11:03:33 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4299cec - linux(4): Make linux_emul_path private</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#c4299cec</link>
        <description>linux(4): Make linux_emul_path privateThere is no need to refer to linux_emul_path from outside anymore.MFC after:		2 month

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Mon, 29 May 2023 08:19:08 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>96056265 - linux(4): Fix opt_netlink.h inclusion</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#96056265</link>
        <description>linux(4): Fix opt_netlink.h inclusionAdd opt_netlink.h to the linux_common module, on i386, where we don&apos;tuses linux_common module, move opt_netlink.h inclusion underi386 condition.MFC after:		2 weeks

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Fri, 31 Mar 2023 11:56:59 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>126df352 - linux(4): Move inclusion of i386-specific files under common condition</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#126df352</link>
        <description>linux(4): Move inclusion of i386-specific files under common condition

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Fri, 31 Mar 2023 11:56:29 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b8941935 - netlink: fix linux module build w/ netlink.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#b8941935</link>
        <description>netlink: fix linux module build w/ netlink.Reported by:	Marek Zarychta &lt;zarychtam@plan-b.pwste.edu.pl&gt;MFC after:	2 weeks

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Mon, 27 Mar 2023 18:20:38 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>825fbd08 - linux(4): Trim unused opt_usb.h from modules Makefiles</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#825fbd08</link>
        <description>linux(4): Trim unused opt_usb.h from modules MakefilesMFC after:		2 weeks

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Tue, 14 Feb 2023 14:46:33 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10d16789 - linux(4): Get rid of the opt_compat.h include.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#10d16789</link>
        <description>linux(4): Get rid of the opt_compat.h include.Since e013e369 COMPAT_LINUX, COMPAT_LINUX32 build options are removed,so include of opt_compat.h is no more needed.MFC after:		2 weeks

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Sun, 12 Feb 2023 17:24:32 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>07db1f36 - linux(4): Attach netlink on i386.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#07db1f36</link>
        <description>linux(4): Attach netlink on i386.Discussed with:		melifaroMFC after:		3 days

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Mon, 06 Feb 2023 14:00:44 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc1b0f7d - linux(4): Add coredump support to i386.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#cc1b0f7d</link>
        <description>linux(4): Add coredump support to i386.MFC after:		1 week

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Thu, 02 Feb 2023 14:58:06 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>35548e48 - linux64: improve linux_support.s make rules</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#35548e48</link>
        <description>linux64: improve linux_support.s make rulesPreviously we relied on the .s.o rule in share/mk/bsd.suffixes.mk totell make that linux_support.o is built from linux_support.s, eventhough we do not use the .s.o rule to assemble it.Reviewed by:	sjgMFC after:	1 weekSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D35864

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Tue, 19 Jul 2022 20:42:27 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ccd9b49f - sys: use .S for assembly language files that use the preprocessor</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#ccd9b49f</link>
        <description>sys: use .S for assembly language files that use the preprocessorReviewed by:	impPull Request:	https://github.com/freebsd/freebsd-src/pull/609Differential Revision: https://reviews.freebsd.org/D35908

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Sun, 24 Jul 2022 23:14:20 +0000</pubDate>
        <dc:creator>Elliott Mitchell &lt;ehem+freebsd@m5p.com&gt;</dc:creator>
    </item>
<item>
        <title>010175a7 - modules: Add missing opt_*.h files for stand-alone compile</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#010175a7</link>
        <description>modules: Add missing opt_*.h files for stand-alone compileStandalone compile that we at least create these opt_*.h files.Sponsored by:		Netflix

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Sat, 29 Oct 2022 14:49:20 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f396f9b6 - linux, linux64: fix module load</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#f396f9b6</link>
        <description>linux, linux64: fix module loadThe previous commit added references to to the syscallnames arrays, butfailed to add the relevant source files to the module build. Thus, themodules failed to load due to missing symbols.Reported by:	cyFixes:	1da65dcb1c57 (&quot;linux: populate sv_syscallnames in each sysentvec&quot;)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Sat, 29 Oct 2022 15:30:32 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>33178488 - linux, linux64: improve SRCS formatting</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#33178488</link>
        <description>linux, linux64: improve SRCS formattingSort the entries alphabetically, and list them with one entry per line.This makes the diffs much cleaner when adding or removing a new entry,as I will do in the next commit.MFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Sat, 29 Oct 2022 15:28:16 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2b378d59 - linux(4); Move vdso_selector_x86.c to the linux_common module</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#2b378d59</link>
        <description>linux(4); Move vdso_selector_x86.c to the linux_common moduleMFC after:		2 weeks

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Mon, 23 May 2022 10:19:07 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2434137f - linux(4): Deduplicate translate_traps()</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#2434137f</link>
        <description>linux(4): Deduplicate translate_traps()As translate_traps() is common for x86 Linuxulators,move it under x86/linux.MFC after:		2 weeks

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Mon, 23 May 2022 10:16:26 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a6a4fb2 - linux(4): Implement vdso getcpu for x86.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linux/Makefile#5a6a4fb2</link>
        <description>linux(4): Implement vdso getcpu for x86.This is modeled after f2395455 (by kib@).MFC after:		2 weeks

            List of files:
            /freebsd-14.2/sys/modules/linux/Makefile</description>
        <pubDate>Sun, 08 May 2022 14:20:52 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
