<?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 kmod.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e453e498cbb88570a3ff7b3679de65c88707da95 - machine/stdarg.h -&gt; sys/stdarg.h</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h#e453e498cbb88570a3ff7b3679de65c88707da95</link>
        <description>machine/stdarg.h -&gt; sys/stdarg.hSwitch to using sys/stdarg.h for va_list type and va_* builtins.Make an attempt to insert the include in a sensible place.  Wherestyle(9) was followed this is easy, where it was ignored, aim for thefirst block of sys/*.h headers and don&apos;t get too fussy or try to fixother style bugs.Reviewed by:	impExp-run by:	antoine (PR 286274)Pull Request:	https://github.com/freebsd/freebsd-src/pull/1595

            List of files:
            /freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h</description>
        <pubDate>Wed, 11 Jun 2025 18:39:02 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>317cc829ee227cfdffe7b25125c070112ce0c2f1 - LinuxKPI: Remove the temporary variable fileid from the macro request_module</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h#317cc829ee227cfdffe7b25125c070112ce0c2f1</link>
        <description>LinuxKPI: Remove the temporary variable fileid from the macro request_moduleThe variable fileid stores the result from kern_kldload() but never getsused. Since the third parameter `*fileid` of kern_kldload() can be NULL,this unused variable can be safely removed.No functional change intended.Reviewed by:	emaste, bz, #linuxkpiMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D44583

            List of files:
            /freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h</description>
        <pubDate>Fri, 05 Apr 2024 18:26:09 +0200</pubDate>
        <dc:creator>Zhenlei Huang &lt;zlei@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95ee2897e98f5d444f26ed2334cc7c439f9c16c6 - sys: Remove $FreeBSD$: two-line .h pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h#95ee2897e98f5d444f26ed2334cc7c439f9c16c6</link>
        <description>sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

            List of files:
            /freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h</description>
        <pubDate>Wed, 16 Aug 2023 19:54:11 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>307f78f3ed90a4145eeb2c8cc79bc95b2666f57a - LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h#307f78f3ed90a4145eeb2c8cc79bc95b2666f57a</link>
        <description>LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsMFC after:	1 weekReviewed by:	bz, emaste, hselasky, manuDifferential Revision:	https://reviews.freebsd.org/D33562

            List of files:
            /freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h</description>
        <pubDate>Sun, 19 Dec 2021 11:42:42 +0100</pubDate>
        <dc:creator>Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a180032407ba2dabd02e39c508fe232a9ef66ba - compat: clean up empty lines in .c and .h files</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h#1a180032407ba2dabd02e39c508fe232a9ef66ba</link>
        <description>compat: clean up empty lines in .c and .h files

            List of files:
            /freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h</description>
        <pubDate>Tue, 01 Sep 2020 23:24:33 +0200</pubDate>
        <dc:creator>Mateusz Guzik &lt;mjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8363051739fb8cc688255328a3d641dc9fe4718c - linuxkpi whitespace cleanup</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h#8363051739fb8cc688255328a3d641dc9fe4718c</link>
        <description>linuxkpi whitespace cleanupReviewed by:	hselasky, markjMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D14807

            List of files:
            /freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h</description>
        <pubDate>Fri, 23 Mar 2018 16:50:01 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5d8944a83ff8a3aad14197b7aa0800ff9bda95e - Catch up with head (r291075).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h#a5d8944a83ff8a3aad14197b7aa0800ff9bda95e</link>
        <description>Catch up with head (r291075).

            List of files:
            /freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h</description>
        <pubDate>Thu, 19 Nov 2015 17:28:42 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c3feed41a52b5692575275541bce39a83146644 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h#3c3feed41a52b5692575275541bce39a83146644</link>
        <description>Merge from head

            List of files:
            /freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h</description>
        <pubDate>Sun, 01 Nov 2015 22:17:38 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d59ecb214f7e078e57d35b865f33efc5d7cdf4d - Finish process of moving the LinuxKPI module into the default kernel build.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h#8d59ecb214f7e078e57d35b865f33efc5d7cdf4d</link>
        <description>Finish process of moving the LinuxKPI module into the default kernel build.- Move all files related to the LinuxKPI into sys/compat/linuxkpi and  its subfolders.- Update sys/conf/files and some Makefiles to use new file locations.- Added description of COMPAT_LINUXKPI to sys/conf/NOTES which in turn  adds the LinuxKPI to all LINT builds.- The LinuxKPI can be added to the kernel by setting the  COMPAT_LINUXKPI option. The OFED kernel option no longer builds the  LinuxKPI into the kernel. This was done to keep the build rules for  the LinuxKPI in sys/conf/files simple.- Extend the LinuxKPI module to include support for USB by moving the  Linux USB compat from usb.ko to linuxkpi.ko.- Bump the FreeBSD_version.- A universe kernel build has been done.Reviewed by:	np @ (cxgb and cxgbe related changes only)Sponsored by:	Mellanox Technologies

            List of files:
            /freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h</description>
        <pubDate>Thu, 29 Oct 2015 09:28:39 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
