<?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>3e885352a905b03568657b5b5429fd90e95c9c1a - libc: Remove libc checks around manual pages from the Makefile.inc&apos;s.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#3e885352a905b03568657b5b5429fd90e95c9c1a</link>
        <description>libc: Remove libc checks around manual pages from the Makefile.inc&apos;s.Handle this better by setting NOMAN for libc_rtld.

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Sat, 29 Jan 2022 23:15:08 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>e087868863a3ce8c71a190840bd71710618b8eaa - libc: Fix a number of .PATH related issues in the Makefiles.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#e087868863a3ce8c71a190840bd71710618b8eaa</link>
        <description>libc: Fix a number of .PATH related issues in the Makefiles.* Adjust a couple of .PATHs in libc&apos;s Makefiles so that libc_rtld can  reuse them.* Remove non-existent .PATHs.

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Sat, 06 Nov 2021 10:23:42 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>44d3e19022cad0b4aa9f4e1cf942754e3bf69a24 - libc: Add global __LIBC definition while building libc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#44d3e19022cad0b4aa9f4e1cf942754e3bf69a24</link>
        <description>libc: Add global __LIBC definition while building libc. It will be used to limit visibility for uses outside libc context. No functional change yet.In-discussion-with: swilder

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Wed, 11 Sep 2019 11:01:19 +0000</pubDate>
        <dc:creator>zrj &lt;rimvydas.jasinskas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3a5be3f28bef988bcc8ffc2ec270322960f985dd - libc/libc_rtld: Fix up some comments in the Makefiles.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#3a5be3f28bef988bcc8ffc2ec270322960f985dd</link>
        <description>libc/libc_rtld: Fix up some comments in the Makefiles.

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Tue, 20 Feb 2018 13:28:02 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>450f08dbfd98cded95c51be4079ef10f5adb3241 - libc: Raise WARNS to 1 and fix warnings.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#450f08dbfd98cded95c51be4079ef10f5adb3241</link>
        <description>libc: Raise WARNS to 1 and fix warnings.* Raise the priorities of our constructor functions from 0 to 101 because  0-100 are reserved priorities. This results in no change in object code  (as per comparison using hexdump(1)).* Provide a prototype for _pthread_init_early().* Be less strict in the exclusion of gdtoa&apos;s files to also match the files  outside contrib/ (in lib/libc/gdtoa/). Do the same for libc_rtld.* Also fix an ignored attribute warning due to __thread being defined  empty in libc_rtld.Note that the most important aspect of this commit is that it causes libcto no longer be built with -w (suppress all warnings). This was the resultof a hack we have to ignore warnings for gdtoa (which resides in contrib/).But in conjunction with WARNS being 0 it led to -w being set for _all_files of libc.Removing -w causes all the warnings which are enabled by default (evenwithout any -W options) to trigger again, in addition the few -W optionsthat WARNS=1 actually sets.Thanks to aggelos for useful clues.

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Mon, 23 Sep 2013 18:33:02 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>572b65cc57d9e152d836739815a5e24daabea699 - bsd.dep.mk: Remove AINC knob</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#572b65cc57d9e152d836739815a5e24daabea699</link>
        <description>bsd.dep.mk: Remove AINC knobThe AINC knob was removed from FreeBSD before DragonFly 1.0 was released.It&apos;s not needed, so remove it to simplify bsd.dep.mk dependency makefile.While here, convert SRCS and CLEANFILES to the new += method of augmentingvariables.

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Sat, 27 Oct 2012 12:44:36 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>86d7f5d305c6adaa56ff4582ece9859d73106103 - Initial import of binutils 2.22 on the new vendor branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#86d7f5d305c6adaa56ff4582ece9859d73106103</link>
        <description>Initial import of binutils 2.22 on the new vendor branchFuture versions of binutils will also reside on this branch ratherthan continuing to create new binutils branches for each new version.

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Sat, 26 Nov 2011 08:27:44 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>dd1b3d2453de1ee05b650fa27e3a243f9d5250da - Merge branch &apos;less_update&apos;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#dd1b3d2453de1ee05b650fa27e3a243f9d5250da</link>
        <description>Merge branch &apos;less_update&apos;

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Sat, 14 Nov 2009 21:00:40 +0000</pubDate>
        <dc:creator>Aggelos Economopoulos &lt;aoiko@cc.ece.ntua.gr&gt;</dc:creator>
    </item>
<item>
        <title>ae788f37fe53d5d1ca1e12a184a662192caad3c5 - BIND - Update BIND to 9.5.2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#ae788f37fe53d5d1ca1e12a184a662192caad3c5</link>
        <description>BIND - Update BIND to 9.5.2* Enable man page for nslookup.* nsupdate does not provide man 8 anmyore, but man 1.* Fixes for x86_64.* Added all the _LIBC conditionals that where present in 9.3Submitted-by: Jan Lentfer &lt;Jan.Lentfer@web.de&gt;Testing-by: dillon

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Thu, 12 Nov 2009 20:07:44 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>1bfb4b7bf39da5507524ef88af87274694c644ea - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#1bfb4b7bf39da5507524ef88af87274694c644ea</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Thu, 03 Sep 2009 05:12:06 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>65c62024e97be0964ff6de261081aec59a904f78 - citrus: fix libc_rtld build with STATIC_LOCALES set.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#65c62024e97be0964ff6de261081aec59a904f78</link>
        <description>citrus: fix libc_rtld build with STATIC_LOCALES set.Fix locales build for libc_rtldDisabled locales for libc_rtld.

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Wed, 02 Sep 2009 13:38:51 +0000</pubDate>
        <dc:creator>Alexander Polakov &lt;polachok@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e28f12ac4d3247115e1d9fe9e94bc62c77804317 - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#e28f12ac4d3247115e1d9fe9e94bc62c77804317</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Tue, 07 Apr 2009 23:08:21 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>f202adf74cb196abb9454a1e0044231658e0c692 - Replace our strtod with the gdtoa package.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#f202adf74cb196abb9454a1e0044231658e0c692</link>
        <description>Replace our strtod with the gdtoa package.Obtained-from: FreeBSD

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Mon, 19 Jan 2009 19:48:45 +0000</pubDate>
        <dc:creator>Peter Avalos &lt;pavalos@theshell.com&gt;</dc:creator>
    </item>
<item>
        <title>cd7c1b866fd2effc111ced7b3bd1123258bd3554 - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly into devel</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#cd7c1b866fd2effc111ced7b3bd1123258bd3554</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly into devel

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Sun, 28 Dec 2008 04:29:11 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>ce0e08e21d42c06c0014fae6b9d27144aa5109b0 - Bring in a transport-independent RPC (TI-RPC).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#ce0e08e21d42c06c0014fae6b9d27144aa5109b0</link>
        <description>Bring in a transport-independent RPC (TI-RPC).-rpcbind replaces portmap which is more secure.-Essentially this is the same thing FreeBSD did over 7 years ago (svnrevision #74462).-This also updates utilities and the kernel build associated with thischange.

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Mon, 15 Dec 2008 22:04:23 +0000</pubDate>
        <dc:creator>Peter Avalos &lt;pavalos@theshell.com&gt;</dc:creator>
    </item>
<item>
        <title>744c01d0dc2aa1481a40e5b0988d15691602f5c9 - Add missing -I path when compiling assembly files.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#744c01d0dc2aa1481a40e5b0988d15691602f5c9</link>
        <description>Add missing -I path when compiling assembly files.

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Tue, 16 Jan 2007 18:38:08 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>d2a4c6204a77aaec984b85e9754b5aa783192476 - Make a special libc version for RTLD which doesn&apos;t use TLS as it will</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#d2a4c6204a77aaec984b85e9754b5aa783192476</link>
        <description>Make a special libc version for RTLD which doesn&apos;t use TLS as it willsoon be added. Don&apos;t install it, keep it in the build tree. Alsobuild the rtld itself without TLS dependencies. Stop building andinstalling the normal libc as PIC archive.Discussed-with: dillon

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Fri, 29 Apr 2005 21:46:41 +0000</pubDate>
        <dc:creator>Joerg Sonnenberger &lt;joerg@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>ee65b806ac08b188bcab21ef0f1efda2cd5bdef7 - BIND: entirely purge BIND and related stuff from base</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#ee65b806ac08b188bcab21ef0f1efda2cd5bdef7</link>
        <description>BIND: entirely purge BIND and related stuff from base

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Mon, 08 Mar 2010 10:17:32 +0000</pubDate>
        <dc:creator>Jan Lentfer &lt;lentferj@df64devel.lan.net&gt;</dc:creator>
    </item>
<item>
        <title>2064509aac4d191b3fdacc4f0428dbe6b16554da - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#2064509aac4d191b3fdacc4f0428dbe6b16554da</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Thu, 03 Dec 2009 20:59:32 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>f923bb3a512ededce9b76d1809c4cae43a090a0a - Merge commit &apos;lentferj/bind_vendor2&apos;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libc_rtld/Makefile#f923bb3a512ededce9b76d1809c4cae43a090a0a</link>
        <description>Merge commit &apos;lentferj/bind_vendor2&apos;

            List of files:
            /dflybsd-src/lib/libc_rtld/Makefile</description>
        <pubDate>Thu, 03 Dec 2009 16:44:00 +0000</pubDate>
        <dc:creator>Aggelos Economopoulos &lt;aoiko@cc.ece.ntua.gr&gt;</dc:creator>
    </item>
</channel>
</rss>
