<?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>3dd30bd1 - Switch from .CURDIR to the simpler, more legible SRCTOP.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/fixmount/Makefile#3dd30bd1</link>
        <description>Switch from .CURDIR to the simpler, more legible SRCTOP.Suggested by:	emasteX-MFC-with:	upcoming amd upgrade

            List of files:
            /freebsd-12.1/usr.sbin/amd/fixmount/Makefile</description>
        <pubDate>Wed, 14 Sep 2016 01:47:01 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/fixmount/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-12.1/usr.sbin/amd/fixmount/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5608fd23 - Revert r267233 for now. PIE support needs to be reworked.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/fixmount/Makefile#5608fd23</link>
        <description>Revert r267233 for now. PIE support needs to be reworked.1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other   build-only utility libraries.2. Another 40% is fixed by generating _pic.a variants of various libraries.3. Some of the NO_PIE use is a bit absurd as it is disabling PIE (and ASLR)   where it never would work anyhow, such as csu or loader. This suggests   there may be better ways of adding support to the tree. Many of these   cases can be fixed such that -fPIE will work but there is really no   reason to have it in those cases.4. Some of the uses are working around hacks done to some Makefiles that are   really building libraries but have been using bsd.prog.mk because the code   is cleaner. Had they been using bsd.lib.mk then NO_PIE would not have   been needed.We likely do want to enable PIE by default (opt-out) for non-tree consumers(such as ports). For in-tree though we probably want to only enable PIE(opt-in) for common attack targets such as remote service daemons and setuidutilities. This is also a great performance compromise since ASLR is expectedto reduce performance. As such it does not make sense to enable it in allutilities such as ls(1) that have little benefit to having it enabled.Reported by:	kib

            List of files:
            /freebsd-12.1/usr.sbin/amd/fixmount/Makefile</description>
        <pubDate>Tue, 19 Aug 2014 15:04:32 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>864c53ea - In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/fixmount/Makefile#864c53ea</link>
        <description>In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.This is currently an opt-in build flag. Once ASLR support is ready and stableit should changed to opt-out and be enabled by default along with ASLR.Each application Makefile uses opt-out to ensure that ASLR will be enabled bydefault in new directories when the system is compiled with PIE/ASLR. [2]Mark known build failures as NO_PIE for now.The only known runtime failure was rtld.[1] http://www.bsdcan.org/2014/schedule/events/452.en.htmlSubmitted by:		Shawn Webb &lt;lattera@gmail.com&gt;Discussed between:	des@ and Shawn Webb [2]

            List of files:
            /freebsd-12.1/usr.sbin/amd/fixmount/Makefile</description>
        <pubDate>Sun, 08 Jun 2014 17:29:31 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/fixmount/Makefile#90e655ea</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd-12.1/usr.sbin/amd/fixmount/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e7 - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/fixmount/Makefile#345e52e7</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-12.1/usr.sbin/amd/fixmount/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 14:42:20 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>742f5bdd - Properly fix the world breakage.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/fixmount/Makefile#742f5bdd</link>
        <description>Properly fix the world breakage.Unpollute the Makefile.inc&apos;s abuse of SRCS variable, and movethe generation of header files into include/ subdirecory.Reviewed by:	buildworld

            List of files:
            /freebsd-12.1/usr.sbin/amd/fixmount/Makefile</description>
        <pubDate>Wed, 21 Mar 2001 10:56:29 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c73e22c3 - Set the default manual section for usr.sbin/ to 8.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/fixmount/Makefile#c73e22c3</link>
        <description>Set the default manual section for usr.sbin/ to 8.

            List of files:
            /freebsd-12.1/usr.sbin/amd/fixmount/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 18:17:26 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97d92980 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/fixmount/Makefile#97d92980</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-12.1/usr.sbin/amd/fixmount/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:35:59 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71e15550 - Fixed missing libraries in DPADD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/fixmount/Makefile#71e15550</link>
        <description>Fixed missing libraries in DPADD.

            List of files:
            /freebsd-12.1/usr.sbin/amd/fixmount/Makefile</description>
        <pubDate>Sat, 17 Oct 1998 13:55:22 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dd6303bd - DPDADD -&gt; DPADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/fixmount/Makefile#dd6303bd</link>
        <description>DPDADD -&gt; DPADD

            List of files:
            /freebsd-12.1/usr.sbin/amd/fixmount/Makefile</description>
        <pubDate>Sun, 30 Aug 1998 19:59:53 +0000</pubDate>
        <dc:creator>Gary Palmer &lt;gpalmer@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f4a9d83b - bmake framework for contrib_amd</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/fixmount/Makefile#f4a9d83b</link>
        <description>bmake framework for contrib_amd

            List of files:
            /freebsd-12.1/usr.sbin/amd/fixmount/Makefile</description>
        <pubDate>Thu, 27 Aug 1998 08:09:42 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
