<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/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/iscsi/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/iscsi/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/iscsi/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>dfddfe29d85c5c60b30db3c9dec32e4d8270bd49 - Remove unnecessary terminating slash in iscsi module Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#dfddfe29d85c5c60b30db3c9dec32e4d8270bd49</link>
        <description>Remove unnecessary terminating slash in iscsi module MakefileThe additional slash causes double slashes in the filenames thateventually get passed to the compiler.MFC after:	3 days

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Wed, 27 Jul 2022 21:04:22 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bb3134a8c21cb87b30e135ef168483f0333dabb - Fix some modules to export more used symbols</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#5bb3134a8c21cb87b30e135ef168483f0333dabb</link>
        <description>Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by:	emasteSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D32878

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Sun, 07 Nov 2021 09:42:24 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</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/sys/modules/iscsi/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12b221f89b509f8a78d0c2fbe197ad7d57b681c0 - Build iscsi(4) with ICL_KERNEL_PROXY when building with WITH_OFED.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#12b221f89b509f8a78d0c2fbe197ad7d57b681c0</link>
        <description>Build iscsi(4) with ICL_KERNEL_PROXY when building with WITH_OFED.MFC after:	1 monthSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Fri, 27 May 2016 13:37:56 +0200</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>257cbe34102b99845e59647c62ebdd01ed680c9c - Rename icl_proxy.c to icl_soft_proxy.c, to make it clear it&apos;s a part</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#257cbe34102b99845e59647c62ebdd01ed680c9c</link>
        <description>Rename icl_proxy.c to icl_soft_proxy.c, to make it clear it&apos;s a partof software ICL backend.MFC after:	1 monthSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Tue, 17 May 2016 17:21:17 +0200</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f3d45b6d45423c3e992be6f9575fe76cc032c3c - Merge from HEAD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#9f3d45b6d45423c3e992be6f9575fe76cc032c3c</link>
        <description>Merge from HEAD

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Sun, 08 Feb 2015 16:41:27 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a0fc39710cd2fd18addb70c5e932d4d443a1859 - Merge ^/head r277956 through r277974.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#6a0fc39710cd2fd18addb70c5e932d4d443a1859</link>
        <description>Merge ^/head r277956 through r277974.

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Sat, 31 Jan 2015 15:31:12 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>321b17ec15bd4e76414b0442d3a027e3434855e6 - Add kobj interface between ICL and the rest of the iSCSI stack.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#321b17ec15bd4e76414b0442d3a027e3434855e6</link>
        <description>Add kobj interface between ICL and the rest of the iSCSI stack.Review note - icl.c was moved to icl_soft.c.MFC after:	1 monthSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Sat, 31 Jan 2015 08:49:50 +0100</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8179004ebae7b0d5eaccd7b31f80948aa012e33d - Merge ^/head r277719 through 277776.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#8179004ebae7b0d5eaccd7b31f80948aa012e33d</link>
        <description>Merge ^/head r277719 through 277776.

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Mon, 26 Jan 2015 22:41:54 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bd2830bcb315e37d6a09c0dd3a80f8a6f963952d - Remove cruft; ICL_RDMA was never actually working, and will be redone</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#bd2830bcb315e37d6a09c0dd3a80f8a6f963952d</link>
        <description>Remove cruft; ICL_RDMA was never actually working, and will be redonein a completely different manner.MFC after:	1 monthSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Mon, 26 Jan 2015 20:31:14 +0100</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0bfd163f522701b486e066fa2e56624c02f5081a - Merge head r233826 through r256722.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#0bfd163f522701b486e066fa2e56624c02f5081a</link>
        <description>Merge head r233826 through r256722.

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Fri, 18 Oct 2013 11:32:02 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3caf0790a80c2e10c82a3a07719cddb2065c65d1 - Merge head@256284</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#3caf0790a80c2e10c82a3a07719cddb2065c65d1</link>
        <description>Merge head@256284

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Sun, 13 Oct 2013 04:35:19 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ccca3b5e8e31290b0932dbead89e6e31af184c7 - IFC @256277</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#1ccca3b5e8e31290b0932dbead89e6e31af184c7</link>
        <description>IFC @256277Approved by:	ken (mentor)

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Thu, 10 Oct 2013 23:46:43 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>27650413eae21a4cb2b48f13148125eb94b40ea9 - MFC - tracking update.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#27650413eae21a4cb2b48f13148125eb94b40ea9</link>
        <description>MFC - tracking update.

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Wed, 02 Oct 2013 20:07:43 +0200</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ef90af83a58199ef3980d8c9a7dad07ec9b4bea3 - IFC @ r255692</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#ef90af83a58199ef3980d8c9a7dad07ec9b4bea3</link>
        <description>IFC @ r255692Comment out IA32_MISC_ENABLE MSR access - this doesn&apos;t exist on AMD.Need to sort out how arch-specific MSRs will be handled.

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Fri, 20 Sep 2013 02:46:29 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>009ea47eb2d21856af4529aaaca32cd67748daea - Bring in the new iSCSI target and initiator.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#009ea47eb2d21856af4529aaaca32cd67748daea</link>
        <description>Bring in the new iSCSI target and initiator.Reviewed by:	ken (parts)Approved by:	re (delphij)Sponsored by:	FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Sat, 14 Sep 2013 17:29:06 +0200</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5933b208668259c82612d99f4f1a6963fe29526 - Introduce Danny Braniss&apos; iSCSI initiator, version 2.0.99.  Please read the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iscsi/Makefile#c5933b208668259c82612d99f4f1a6963fe29526</link>
        <description>Introduce Danny Braniss&apos; iSCSI initiator, version 2.0.99.  Please read theincluded man pages on how to use it.  This code is still somewhat experimentalbut has been successfully tested on a number of targets.  Many thanks toDanny for contributing this.Approved by: re

            List of files:
            /freebsd/sys/modules/iscsi/Makefile</description>
        <pubDate>Tue, 24 Jul 2007 17:35:02 +0200</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
