<?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://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/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-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-src/sys/modules/cryptodev/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>6469bdcdb6a5968dc7edfcfb495d427b4bfdb3dd - Move most of the contents of opt_compat.h to opt_global.h.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#6469bdcdb6a5968dc7edfcfb495d427b4bfdb3dd</link>
        <description>Move most of the contents of opt_compat.h to opt_global.h.opt_compat.h is mentioned in nearly 180 files. In-progress networkdriver compabibility improvements may add over 100 more so this iscloser to &quot;just about everywhere&quot; than &quot;only some files&quot; per theguidance in sys/conf/options.Keep COMPAT_LINUX32 in opt_compat.h as it is confined to a subset ofsys/compat/linux/*.c.  A fake _COMPAT_LINUX option ensure opt_compat.his created on all architectures.Move COMPAT_LINUXKPI to opt_dontuse.h as it is only used to control theset of compiled files.Reviewed by:	kib, cem, jhb, jtlSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D14941

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Fri, 06 Apr 2018 17:35:35 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/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-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 19:19:48 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d4f972badbf3513c0aa8ae210a17b4df345aed3 - Catch up with head.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#8d4f972badbf3513c0aa8ae210a17b4df345aed3</link>
        <description>Catch up with head.

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 02:16:25 +0000</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7672ca059a716f41cd64daef56493a75d661b166 - Remove unneeded includes of opt_kdtrace.h.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#7672ca059a716f41cd64daef56493a75d661b166</link>
        <description>Remove unneeded includes of opt_kdtrace.h.As of r258541, KDTRACE_HOOKS is defined in opt_global.h, so opt_kdtrace.his not needed when defining SDT(9) probes.

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Sun, 22 Nov 2015 02:01:01 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Wed, 27 May 2015 01:19:58 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 16:15:12 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 21:29:24 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4ed727666b8a83c4f019b03bd4e9ac547c2b866 - MFhead @ r276594</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#a4ed727666b8a83c4f019b03bd4e9ac547c2b866</link>
        <description>MFhead @ r276594

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Fri, 02 Jan 2015 23:27:16 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8007ee2b0c6a7390f9901cd3eb904c6d2b669a72 - Merge ^/head r274961 through r276301.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#8007ee2b0c6a7390f9901cd3eb904c6d2b669a72</link>
        <description>Merge ^/head r274961 through r276301.

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Sat, 27 Dec 2014 14:58:52 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cf56c6b846ec96ae7e79afb9a581580f8b9390f9 - Fix `make depend` in sys/modules</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#cf56c6b846ec96ae7e79afb9a581580f8b9390f9</link>
        <description>Fix `make depend` in sys/modulesDifferential Revision:	https://reviews.freebsd.org/D1338Reviewed by:	delphijApproved by:	delphij

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Fri, 19 Dec 2014 06:51:01 +0000</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f3544cd7084abbadd83637993a4f41fd30e6ccd - Merge svn+ssh://svn.freebsd.org/base/head@214309</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#6f3544cd7084abbadd83637993a4f41fd30e6ccd</link>
        <description>Merge svn+ssh://svn.freebsd.org/base/head@214309

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Tue, 26 Oct 2010 02:34:47 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c05779096492ecd87f21afad0f02f83345b75e5 - Add opt_compat.h to SRCS.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#0c05779096492ecd87f21afad0f02f83345b75e5</link>
        <description>Add opt_compat.h to SRCS.

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Wed, 13 Oct 2010 14:44:38 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>511cecafd6f81e86fe43552c72dae3f6e584e71d - oops, another missed file from crypto api change</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#511cecafd6f81e86fe43552c72dae3f6e584e71d</link>
        <description>oops, another missed file from crypto api change

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Sat, 31 Mar 2007 23:15:11 +0000</pubDate>
        <dc:creator>Sam Leffler &lt;sam@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aed23bc4ceaab17b4717b9f4dab300cd372f801b - module for /dev/crypto support</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/sys/modules/cryptodev/Makefile#aed23bc4ceaab17b4717b9f4dab300cd372f801b</link>
        <description>module for /dev/crypto support

            List of files:
            /freebsd-src/sys/modules/cryptodev/Makefile</description>
        <pubDate>Fri, 04 Oct 2002 20:35:02 +0000</pubDate>
        <dc:creator>Sam Leffler &lt;sam@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
