<?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>a9e161243e2d393eb39549a8ca7e57afd445d16d - we don&apos;t need the NOBYFOUR space-savings option anymore, that codepath</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/sys/lib/libz/Makefile#a9e161243e2d393eb39549a8ca7e57afd445d16d</link>
        <description>we don&apos;t need the NOBYFOUR space-savings option anymore, that codepathwas replaced a while ago.ok tb

            List of files:
            /openbsd-src/sys/lib/libz/Makefile</description>
        <pubDate>Sun, 30 Jun 2024 18:17:07 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>7106d57eeb70c7161c381d36d8db031c6dcd8a59 - In recent libz update, tb@ overzealously attempted codesize reduction with</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/sys/lib/libz/Makefile#7106d57eeb70c7161c381d36d8db031c6dcd8a59</link>
        <description>In recent libz update, tb@ overzealously attempted codesize reduction withoption BUILDFIXED -- which is incompatible with kernel hibernate unpack sinceit places side-effects into BSS, rather than inside z_streamp or usingthe private allocator.  While here DYNAMIC_CRC_TABLE could cause similarproblems, so disable this also.Space savings for the media is best done with bootblock-specific libzcompile options, coming in the following commit.ok tb mlarkin

            List of files:
            /openbsd-src/sys/lib/libz/Makefile</description>
        <pubDate>Thu, 08 Jul 2021 20:02:42 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>36f395ce93ef6e98c75f0b713640c56c765ef52e - Update libz to zlib 1.2.11 and reapply local patches as far as this</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/sys/lib/libz/Makefile#36f395ce93ef6e98c75f0b713640c56c765ef52e</link>
        <description>Update libz to zlib 1.2.11 and reapply local patches as far as thismade sense.Tested in snaps for a few days. deraadt helped with fitting things onfloppies and jmatthew found a bug I introduced.ok deraadt

            List of files:
            /openbsd-src/sys/lib/libz/Makefile</description>
        <pubDate>Sun, 04 Jul 2021 14:24:49 +0000</pubDate>
        <dc:creator>tb &lt;tb@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>6f84293faf305362033aefec88f225ebe7a6193f - Move -DDYNAMIC_CRC_TABLE into the main libz Makefile</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/sys/lib/libz/Makefile#6f84293faf305362033aefec88f225ebe7a6193f</link>
        <description>Move -DDYNAMIC_CRC_TABLE into the main libz Makefile

            List of files:
            /openbsd-src/sys/lib/libz/Makefile</description>
        <pubDate>Thu, 18 Dec 2003 02:27:13 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>8922d1a358d22b3ac5b09f22adf4e5b2ffbc3063 - No need to build infback.c here after all.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/sys/lib/libz/Makefile#8922d1a358d22b3ac5b09f22adf4e5b2ffbc3063</link>
        <description>No need to build infback.c here after all.

            List of files:
            /openbsd-src/sys/lib/libz/Makefile</description>
        <pubDate>Wed, 17 Dec 2003 00:30:11 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>44b7ed4c11bdfe1608b207a2cf7136897ff79d8a - _ZLIB_PRIVATE is not used anywhere</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/sys/lib/libz/Makefile#44b7ed4c11bdfe1608b207a2cf7136897ff79d8a</link>
        <description>_ZLIB_PRIVATE is not used anywhere

            List of files:
            /openbsd-src/sys/lib/libz/Makefile</description>
        <pubDate>Wed, 17 Dec 2003 00:01:23 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>a79de95243658e9991cd4351e7e4ed3c3abdd29e - Update to zlib 1.2.1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/sys/lib/libz/Makefile#a79de95243658e9991cd4351e7e4ed3c3abdd29e</link>
        <description>Update to zlib 1.2.1

            List of files:
            /openbsd-src/sys/lib/libz/Makefile</description>
        <pubDate>Tue, 16 Dec 2003 23:57:48 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>86c6ced86553248e0ee27b4caad43b2c368ef238 - shrink error strings a lot; ok millert</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/sys/lib/libz/Makefile#86c6ced86553248e0ee27b4caad43b2c368ef238</link>
        <description>shrink error strings a lot; ok millert

            List of files:
            /openbsd-src/sys/lib/libz/Makefile</description>
        <pubDate>Tue, 16 Dec 2003 03:26:54 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>5dc7a4a5addcae914e7f9c60ffdf9167ae224167 - Let&apos;s commit the correct files, shall we.  This is the real zlib-1.1.3...</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/sys/lib/libz/Makefile#5dc7a4a5addcae914e7f9c60ffdf9167ae224167</link>
        <description>Let&apos;s commit the correct files, shall we.  This is the real zlib-1.1.3...

            List of files:
            /openbsd-src/sys/lib/libz/Makefile</description>
        <pubDate>Tue, 08 Sep 1998 04:07:46 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b4c46e6287ddd117dd677cd28c8620aaa2e4578c - cumulative CFLAGS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/sys/lib/libz/Makefile#b4c46e6287ddd117dd677cd28c8620aaa2e4578c</link>
        <description>cumulative CFLAGS

            List of files:
            /openbsd-src/sys/lib/libz/Makefile</description>
        <pubDate>Fri, 18 Jul 1997 01:07:04 +0000</pubDate>
        <dc:creator>mickey &lt;mickey@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>35534e268462f799e199bb8580400b32bcbe70bd - Add libz and make libsa aware of it.  From NetBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/sys/lib/libz/Makefile#35534e268462f799e199bb8580400b32bcbe70bd</link>
        <description>Add libz and make libsa aware of it.  From NetBSD.

            List of files:
            /openbsd-src/sys/lib/libz/Makefile</description>
        <pubDate>Thu, 06 Feb 1997 02:56:44 +0000</pubDate>
        <dc:creator>downsj &lt;downsj@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
