<?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>4147a3c54a369fdf2775e8a91ce4916614e21d3b - Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/compress/Makefile#4147a3c54a369fdf2775e8a91ce4916614e21d3b</link>
        <description>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on theFORTIFY_SOURCE feature of libssp, thus checking the size of arguments tovarious string and memory copy and set functions (as well as a few systemcalls and other miscellany) where known at function entry.  RedHat hasevidently built all &quot;core system packages&quot; with this option for some time.This option should be used at the top of Makefiles (or Makefile.inc wherethis is used for subdirectories) but after any setting of LIB.This is only useful for userland code, and cannot be used in libc or inany code which includes the libc internals, because it overrides certainlibc functions with macros.  Some effort has been made to make USE_FORT=yeswork correctly for a full-system build by having the bsd.sys.mk logicdisable the feature where it should not be used (libc, libssp iteself,the kernel) but no attempt has been made to build the entire system withUSE_FORT and doing so will doubtless expose numerous bugs and misfeatures.Adjust the system build so that all programs and libraries that are setuid,directly handle network data (including serial comm data), performauthentication, or appear likely to have (or have a history of having)data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,with the exception of libc, which cannot use USE_FORT and thus usesonly USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=noper-directory or in a system build will disable if desired.

            List of files:
            /netbsd-src/usr.bin/compress/Makefile</description>
        <pubDate>Mon, 28 May 2007 12:06:17 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc084df5da248d963aa9eabbf80a6fa819b18f58 - Init style to quiet compiler.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/compress/Makefile#cc084df5da248d963aa9eabbf80a6fa819b18f58</link>
        <description>Init style to quiet compiler.Allow zcat hard link to compress rather than using zcat.sh wrapper; same as uncompress.Don&apos;t install zcat, however; gzcat seems to be living in /usr/bin/zcat at the moment.

            List of files:
            /netbsd-src/usr.bin/compress/Makefile</description>
        <pubDate>Thu, 08 Oct 1998 01:56:28 +0000</pubDate>
        <dc:creator>wsanchez &lt;wsanchez@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b18fa5eb84ccae498933a2a02bc5ed41683f8c46 - remove WARNS?=1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/compress/Makefile#b18fa5eb84ccae498933a2a02bc5ed41683f8c46</link>
        <description>remove WARNS?=1

            List of files:
            /netbsd-src/usr.bin/compress/Makefile</description>
        <pubDate>Sat, 08 Nov 1997 09:31:04 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87f4122c6275e8dc986111c8a19fb4f3cc46dfe2 - * cleanup for WARNS=1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/compress/Makefile#87f4122c6275e8dc986111c8a19fb4f3cc46dfe2</link>
        <description>* cleanup for WARNS=1* deprecate register* rindex -&gt; strrchr* fix .Nm usage

            List of files:
            /netbsd-src/usr.bin/compress/Makefile</description>
        <pubDate>Mon, 15 Sep 1997 10:58:35 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3917c3179dd8de5f34cf0085680aa79bd1869d6c - - Makefile cleanups</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/compress/Makefile#3917c3179dd8de5f34cf0085680aa79bd1869d6c</link>
        <description>- Makefile cleanups

            List of files:
            /netbsd-src/usr.bin/compress/Makefile</description>
        <pubDate>Mon, 24 Mar 1997 21:57:01 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>150c33e60b6c0a63c93e86e4f4e6cdff35563e4f - Use ${INSTALL}.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/compress/Makefile#150c33e60b6c0a63c93e86e4f4e6cdff35563e4f</link>
        <description>Use ${INSTALL}.

            List of files:
            /netbsd-src/usr.bin/compress/Makefile</description>
        <pubDate>Fri, 18 Oct 1996 05:55:26 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7025c9c2f2f80a52eee88720e47491eb9988c7ee - new rcsid format.  what is the format for shell scripts</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/compress/Makefile#7025c9c2f2f80a52eee88720e47491eb9988c7ee</link>
        <description>new rcsid format.  what is the format for shell scripts

            List of files:
            /netbsd-src/usr.bin/compress/Makefile</description>
        <pubDate>Sun, 26 Mar 1995 09:44:29 +0000</pubDate>
        <dc:creator>glass &lt;glass@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac58b5cf8c56c5ab2c13ed53f0b291809f172a89 - don&apos;t install zcat (as it&apos;s now done by gzip), and excise the zcat sections</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/compress/Makefile#ac58b5cf8c56c5ab2c13ed53f0b291809f172a89</link>
        <description>don&apos;t install zcat (as it&apos;s now done by gzip), and excise the zcat sectionsfrom the man page.  add a xref to zcat(1).  delete nothing, so thatpeople who want to avoid zcat can.

            List of files:
            /netbsd-src/usr.bin/compress/Makefile</description>
        <pubDate>Mon, 17 Oct 1994 21:43:15 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53d6e686d52885de8999307c55298e8359e519f7 - clean up import, add rcsid&apos;s.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/compress/Makefile#53d6e686d52885de8999307c55298e8359e519f7</link>
        <description>clean up import, add rcsid&apos;s.

            List of files:
            /netbsd-src/usr.bin/compress/Makefile</description>
        <pubDate>Mon, 13 Jun 1994 14:48:14 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>79c47ced71b84b769f0e3ba876a9226d71a6289f - Both compress and gzip installed themselves as &quot;zcat&quot;.  I&apos;ve changed the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/compress/Makefile#79c47ced71b84b769f0e3ba876a9226d71a6289f</link>
        <description>Both compress and gzip installed themselves as &quot;zcat&quot;.  I&apos;ve changed themakefiles so only gzip is installed as zcat (and now uncompress) becausegzip is faster than compress and it is able to detect corrupted files.

            List of files:
            /netbsd-src/usr.bin/compress/Makefile</description>
        <pubDate>Sat, 23 Oct 1993 01:13:35 +0000</pubDate>
        <dc:creator>jtc &lt;jtc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>690cae8181f4da4f53d47eb94173ebc1487b84a5 - Add RCS indentifiers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/compress/Makefile#690cae8181f4da4f53d47eb94173ebc1487b84a5</link>
        <description>Add RCS indentifiers.

            List of files:
            /netbsd-src/usr.bin/compress/Makefile</description>
        <pubDate>Sat, 31 Jul 1993 15:17:49 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61f282557f0bc41c0b762c629a2f4c14be8b7591 - initial import of 386bsd-0.1 sources</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/compress/Makefile#61f282557f0bc41c0b762c629a2f4c14be8b7591</link>
        <description>initial import of 386bsd-0.1 sources

            List of files:
            /netbsd-src/usr.bin/compress/Makefile</description>
        <pubDate>Sun, 21 Mar 1993 09:45:37 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
