<?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>78e25e65bf381303c8bdac9a713ab7b26a854b8c - lindebugfs: Add `debugfs_create_str()`</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/lindebugfs/Makefile#78e25e65bf381303c8bdac9a713ab7b26a854b8c</link>
        <description>lindebugfs: Add `debugfs_create_str()`This function is used by the i915 DRM driver starting with Linux 6.8.Reviewed by:	bz, emasteSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D49067

            List of files:
            /freebsd/sys/modules/lindebugfs/Makefile</description>
        <pubDate>Sat, 08 Feb 2025 20:10:53 +0100</pubDate>
        <dc:creator>Jean-S&#233;bastien P&#233;dron &lt;dumbbell@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>516adf364cabe7d840129a12c71434793739dc81 - lindebugfs: Export newly-added symbol</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/lindebugfs/Makefile#516adf364cabe7d840129a12c71434793739dc81</link>
        <description>lindebugfs: Export newly-added symbolFixes: 2ee1311820be (&quot;lindebugfs: Add `debugfs_lookup()`&quot;)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/lindebugfs/Makefile</description>
        <pubDate>Tue, 08 Apr 2025 23:18:41 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3d2c959b5c0ea05d6e5162def35d51ec267590c - lindebugfs: Export symbols</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/lindebugfs/Makefile#c3d2c959b5c0ea05d6e5162def35d51ec267590c</link>
        <description>lindebugfs: Export symbolsWe currently rely on the kernel linker resolving undefined referencesagainst local symbols from other kernel modules.  Be explicit about thesymbols to export, in advance of changing that behaviour.PR:		207898Reviewed by:	kib, bzSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D47980

            List of files:
            /freebsd/sys/modules/lindebugfs/Makefile</description>
        <pubDate>Sat, 07 Dec 2024 19:03:40 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/lindebugfs/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/lindebugfs/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/lindebugfs/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/lindebugfs/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>514fb3872166a361faa81d89909f65913e90b1b2 - LinuxKPI: define LINUXKPI_INCLUDES for module builds as well</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/lindebugfs/Makefile#514fb3872166a361faa81d89909f65913e90b1b2</link>
        <description>LinuxKPI: define LINUXKPI_INCLUDES for module builds as wellWhile for in-kernel we already have LINUXKPI_INCLUDES in kern.pre.mkfor kmod builds we&apos;ve not had a common define to use leading to variousspellings of include paths.In order for the include list to be expanded more easily in the future,e.g., adding the &quot;dummy&quot; includes (for all) and to harmonize code,duplicate LINUXKPI_INCLUDES to kmod.mk and use it for all module Makefiles.MFC after:	1 weekReviewed by:	hselaskyDifferential Revision: https://reviews.freebsd.org/D36683

            List of files:
            /freebsd/sys/modules/lindebugfs/Makefile</description>
        <pubDate>Fri, 23 Sep 2022 23:18:45 +0200</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>15fe2513996eaa8857fcf66a632814b5f9374b03 - Introduce LINUXKPI_GENSRCS.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/lindebugfs/Makefile#15fe2513996eaa8857fcf66a632814b5f9374b03</link>
        <description>Introduce LINUXKPI_GENSRCS.Centralize the list of generated files required by linuxkpi consumers,into the common variable.  This way, consumers that use the variableare insulated from possible changes in the list.Reviewed by:	hselasky, impSponsored by:	Mellanox TechnologiesMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D24137

            List of files:
            /freebsd/sys/modules/lindebugfs/Makefile</description>
        <pubDate>Fri, 20 Mar 2020 22:06:58 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/lindebugfs/Makefile#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/lindebugfs/Makefile</description>
        <pubDate>Thu, 06 Jun 2019 18:20:50 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>03f1cf9f32ad6c8aacc2dcdb6b015923f5a346f8 - LinuxKPI: Finalize move of lindebugfs from ports to base.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/lindebugfs/Makefile#03f1cf9f32ad6c8aacc2dcdb6b015923f5a346f8</link>
        <description>LinuxKPI: Finalize move of lindebugfs from ports to base.The source file was moved to base earlier and also improved upon,but never compiled in. This patch will:- Make a module in sys/modules- Make lindebugfs depend on linuxkpi (for seq_file)- Check if read/write functions are set before calling, DRM drivers  don&apos;t always set both of them.Reviewed by:	hpsApproved by:	imp (mentor), hpsMFC after:	1 week

            List of files:
            /freebsd/sys/modules/lindebugfs/Makefile</description>
        <pubDate>Sun, 19 May 2019 17:44:21 +0200</pubDate>
        <dc:creator>Johannes Lundberg &lt;johalun@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
