<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zlib/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/zlib/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>b80185c2 - zlib: Use NO_WDEPRECATED_NON_PROTOTYPE</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zlib/Makefile#b80185c2</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-14.2/sys/modules/zlib/Makefile</description>
        <pubDate>Mon, 13 Feb 2023 16:15:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eca005d8 - zlib: silence K&amp;R warns</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zlib/Makefile#eca005d8</link>
        <description>zlib: silence K&amp;R warnsSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd-14.2/sys/modules/zlib/Makefile</description>
        <pubDate>Sun, 12 Feb 2023 21:12:34 +0000</pubDate>
        <dc:creator>Mateusz Guzik &lt;mjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e83ffec3 - Suppress -Wstrict-prototypes for several zlib files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zlib/Makefile#e83ffec3</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-14.2/sys/modules/zlib/Makefile</description>
        <pubDate>Tue, 26 Jul 2022 18:24:58 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21aae724 - Remove zlib 1.0.4 from kernel.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zlib/Makefile#21aae724</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-14.2/sys/modules/zlib/Makefile</description>
        <pubDate>Sun, 25 Aug 2019 17:13:00 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a15cb219 - Expose zlib&apos;s utility functions in Z_SOLO library when building kernel.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zlib/Makefile#a15cb219</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-14.2/sys/modules/zlib/Makefile</description>
        <pubDate>Wed, 07 Aug 2019 01:41:17 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ed1d6fb - Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zlib/Makefile#0ed1d6fb</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-14.2/sys/modules/zlib/Makefile</description>
        <pubDate>Thu, 01 Aug 2019 06:35:33 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zlib/Makefile#193d9e76</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-14.2/sys/modules/zlib/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>cb1ecf6c - Move zlib.c from net to libkern.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zlib/Makefile#cb1ecf6c</link>
        <description>Move zlib.c from net to libkern.

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

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