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

            List of files:
            /freebsd/sys/modules/zlib/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>b80185c267243a57bbc3e03fd2b47680672d6050 - zlib: Use NO_WDEPRECATED_NON_PROTOTYPE</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#b80185c267243a57bbc3e03fd2b47680672d6050</link>
        <description>zlib: Use NO_WDEPRECATED_NON_PROTOTYPEAlso add it to kern.mk so it&apos;s available for module builds.Sponsored by:		NetflixNoticed by:		mjgFixes:			b9f235ba3178Differential Revision:	https://reviews.freebsd.org/D38550

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Mon, 13 Feb 2023 17:15:58 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eca005d8531fd153f46f941f3101e73cdf181a0b - zlib: silence K&amp;R warns</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#eca005d8531fd153f46f941f3101e73cdf181a0b</link>
        <description>zlib: silence K&amp;R warnsSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Sun, 12 Feb 2023 22:12:34 +0100</pubDate>
        <dc:creator>Mateusz Guzik &lt;mjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e83ffec3af2e71cc64348d58481c87db9efbac92 - Suppress -Wstrict-prototypes for several zlib files</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#e83ffec3af2e71cc64348d58481c87db9efbac92</link>
        <description>Suppress -Wstrict-prototypes for several zlib filesClang 15 is more strict about function definitions not matchingdeclarations, and zlib has a lot of these, but since it is contributedcode (and in K&amp;R style to boot), suppress those warnings instead.MFC after:	3 days

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Tue, 26 Jul 2022 20:24:58 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f - Merge ^/head r351317 through r351731.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f</link>
        <description>Merge ^/head r351317 through r351731.

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Tue, 03 Sep 2019 07:58:43 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21aae72489aba9f1711c51672b3003cf8d54965d - Remove zlib 1.0.4 from kernel.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#21aae72489aba9f1711c51672b3003cf8d54965d</link>
        <description>Remove zlib 1.0.4 from kernel.PR:		229763Reviewed by:	emaste, Yoshihiro Ota &lt;ota j email ne jp&gt;Differential Revision:	https://reviews.freebsd.org/D21375

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Sun, 25 Aug 2019 19:13:00 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a15cb219c6f2b8ed16179c2fce882a2ff327b753 - Expose zlib&apos;s utility functions in Z_SOLO library when building kernel.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#a15cb219c6f2b8ed16179c2fce882a2ff327b753</link>
        <description>Expose zlib&apos;s utility functions in Z_SOLO library when building kernel.This allows kernel code to reuse zlib&apos;s implementation.PR:		229763Reviewed by:	Yoshihiro Ota &lt;ota j email ne jp&gt;Relnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D21156

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Wed, 07 Aug 2019 03:41:17 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ed1d6fb00b8f22c82c3f9054c6dd16eb12469d2 - Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#0ed1d6fb00b8f22c82c3f9054c6dd16eb12469d2</link>
        <description>Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,with an eventual goal to convert all legacl zlib callers to the new zlibversion: * Move generic zlib shims that are not specific to zlib 1.0.4 to   sys/dev/zlib. * Connect new zlib (1.2.11) to the zlib kernel module, currently built   with Z_SOLO. * Prefix the legacy zlib (1.0.4) with &apos;zlib104_&apos; namespace. * Convert sys/opencrypto/cryptodeflate.c to use new zlib. * Remove bundled zlib 1.2.3 from ZFS and adapt it to new zlib and make   it depend on the zlib module. * Fix Z_SOLO build of new zlib.PR:		229763Submitted by:	Yoshihiro Ota &lt;ota j email ne jp&gt;Reviewed by:	markm (sys/dev/zlib/zlib_kmod.c)Relnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D19706

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Thu, 01 Aug 2019 08:35:33 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@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/zlib/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/zlib/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>416ba5c74546f32a993436a99516d35008e9f384 - Catch up with HEAD (r280229-r284686).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#416ba5c74546f32a993436a99516d35008e9f384</link>
        <description>Catch up with HEAD (r280229-r284686).

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Mon, 22 Jun 2015 02:05:22 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/sys/modules/zlib/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>7757a1b4dc60696d9a95137ee0a2accd4ee680f4 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#7757a1b4dc60696d9a95137ee0a2accd4ee680f4</link>
        <description>Merge from head

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Sun, 03 May 2015 21:30:11 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de7df74b4855cd9bdd01583a12409d5b1e6da354 - MFH: r281855-r282312</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#de7df74b4855cd9bdd01583a12409d5b1e6da354</link>
        <description>MFH: r281855-r282312Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Fri, 01 May 2015 20:07:18 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb1ecf6ccaad78855675b985c75d26119cebb688 - Move zlib.c from net to libkern.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#cb1ecf6ccaad78855675b985c75d26119cebb688</link>
        <description>Move zlib.c from net to libkern.

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Wed, 22 Apr 2015 20:15:18 +0200</pubDate>
        <dc:creator>Craig Rodrigues &lt;rodrigc@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3410878421a6c4c73047910d53fe499a6da4f13f - Give zlib the ability to be a module that can be depended on,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#3410878421a6c4c73047910d53fe499a6da4f13f</link>
        <description>Give zlib the ability to be a module that can be depended on,in the MODULE_DEPEND() sense.

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Sun, 20 Jun 2004 19:42:35 +0200</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3410878421a6c4c73047910d53fe499a6da4f13f - Give zlib the ability to be a module that can be depended on,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/zlib/Makefile#3410878421a6c4c73047910d53fe499a6da4f13f</link>
        <description>Give zlib the ability to be a module that can be depended on,in the MODULE_DEPEND() sense.

            List of files:
            /freebsd/sys/modules/zlib/Makefile</description>
        <pubDate>Sun, 20 Jun 2004 19:42:35 +0200</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
