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

            List of files:
            /freebsd/sys/modules/toecore/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>5bb3134a8c21cb87b30e135ef168483f0333dabb - Fix some modules to export more used symbols</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/toecore/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/toecore/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>a335f76f2a40a248df01e22422b84d707bfcc4a9 - modules: a lot: need opt_kern_tls.h</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/toecore/Makefile#a335f76f2a40a248df01e22422b84d707bfcc4a9</link>
        <description>modules: a lot: need opt_kern_tls.hThis fixes the standalone build.

            List of files:
            /freebsd/sys/modules/toecore/Makefile</description>
        <pubDate>Thu, 30 Sep 2021 06:07:17 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@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/toecore/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/toecore/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>23090366f729c56cab62de74c7a51792357e98a9 - Sync from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/toecore/Makefile#23090366f729c56cab62de74c7a51792357e98a9</link>
        <description>Sync from head

            List of files:
            /freebsd/sys/modules/toecore/Makefile</description>
        <pubDate>Sun, 04 Nov 2012 03:52:03 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de7201225514f33f0fde51cab02f4a86c879b13d - Merge head r236710 through r238467.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/toecore/Makefile#de7201225514f33f0fde51cab02f4a86c879b13d</link>
        <description>Merge head r236710 through r238467.

            List of files:
            /freebsd/sys/modules/toecore/Makefile</description>
        <pubDate>Sun, 15 Jul 2012 17:22:18 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cf87ec8ec46bc472249ebb6a3b3346fe3c10141 - IFC @238412.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/toecore/Makefile#6cf87ec8ec46bc472249ebb6a3b3346fe3c10141</link>
        <description>IFC @238412.

            List of files:
            /freebsd/sys/modules/toecore/Makefile</description>
        <pubDate>Fri, 13 Jul 2012 03:25:11 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b652778e426d00b6a1df29bbd86869db86f36e25 - IFC @ r238370</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/toecore/Makefile#b652778e426d00b6a1df29bbd86869db86f36e25</link>
        <description>IFC @ r238370

            List of files:
            /freebsd/sys/modules/toecore/Makefile</description>
        <pubDate>Wed, 11 Jul 2012 21:54:21 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5097809e5b72cb25db9c4c12de9272dee6bcde76 - Fix &apos;make depend&apos;.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/toecore/Makefile#5097809e5b72cb25db9c4c12de9272dee6bcde76</link>
        <description>Fix &apos;make depend&apos;.

            List of files:
            /freebsd/sys/modules/toecore/Makefile</description>
        <pubDate>Mon, 25 Jun 2012 11:46:06 +0200</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09fe63205c597be4f762c7f3017e2854c121d6d1 - - Updated TOE support in the kernel.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/toecore/Makefile#09fe63205c597be4f762c7f3017e2854c121d6d1</link>
        <description>- Updated TOE support in the kernel.- Stateful TCP offload drivers for Terminator 3 and 4 (T3 and T4) ASICs.  These are available as t3_tom and t4_tom modules that augment cxgb(4)  and cxgbe(4) respectively.  The cxgb/cxgbe drivers continue to work as  usual with or without these extra features.- iWARP driver for Terminator 3 ASIC (kernel verbs).  T4 iWARP in the  works and will follow soon.Build-tested with make universe.30s overview============What interfaces support TCP offload?  Look for TOE4 and/or TOE6 in thecapabilities of an interface:# ifconfig -m | grep TOEEnable/disable TCP offload on an interface (just like any other ifnetcapability):# ifconfig cxgbe0 toe# ifconfig cxgbe0 -toeWhich connections are offloaded?  Look for toe4 and/or toe6 in theoutput of netstat and sockstat:# netstat -np tcp | grep toe# sockstat -46c | grep toeReviewed by:	bz, gnnSponsored by:	Chelsio communications.MFC after:	~3 months (after 9.1, and after ensuring MFC is feasible)

            List of files:
            /freebsd/sys/modules/toecore/Makefile</description>
        <pubDate>Tue, 19 Jun 2012 09:34:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
