<?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>f6d8b2c6 - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#f6d8b2c6</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis implifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:28:16 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>07b202a8 - Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#07b202a8</link>
        <description>Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toget rid of testing explicitly for clang (using ${CC:T:Mclang}) inindividual Makefiles.Instead, use the following extra macros, for use with clang:- NO_WERROR.clang       (disables -Werror)- NO_WCAST_ALIGN.clang  (disables -Wcast-align)- NO_WFORMAT.clang	(disables -Wformat and friends)- CLANG_NO_IAS		(disables integrated assembler)- CLANG_OPT_SMALL	(adds flags for extra small size optimizations)As a side effect, this enables setting CC/CXX/CPP in src.conf instead ofmake.conf!  For clang, use the following:CC=clangCXX=clang++CPP=clang-cppMFC after:	2 weeks

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Tue, 28 Feb 2012 18:30:18 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7be5a1fb - In lib/libthread_db/arch/i386/libpthread_md.c, clang gives two incorrect</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#7be5a1fb</link>
        <description>In lib/libthread_db/arch/i386/libpthread_md.c, clang gives two incorrectwarnings about alignment, so turn -Wcast-align off for now.MFC after:	1 week

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Fri, 16 Dec 2011 15:00:56 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>25faff34 - MFtbemd:</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#25faff34</link>
        <description>MFtbemd:Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you wantto test of all the CPUs of a given family conform.

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Mon, 23 Aug 2010 22:24:11 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>daaf5759 - Build lib/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#daaf5759</link>
        <description>Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I&apos;m setting WARNS?=0 for secure/. It seems secure/ includes theMakefile.inc provided by lib/. I&apos;m not going to touch that directory.Most of the code there is contributed anyway.

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 09:58:07 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f60a5b31 - Cleanup for WARNS 6.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#f60a5b31</link>
        <description>Cleanup for WARNS 6.

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Wed, 06 Aug 2008 03:14:18 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>820c1c55 - Cleanup for WARNS 3.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#820c1c55</link>
        <description>Cleanup for WARNS 3.

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Thu, 31 Jul 2008 16:26:58 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f6a179e - Cleanup for WARNS 2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#2f6a179e</link>
        <description>Cleanup for WARNS 2.

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Thu, 31 Jul 2008 05:25:52 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fbb275f5 - - Restore kse.h in this directory so other tools don&apos;t find it by mistake.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#fbb275f5</link>
        <description>- Restore kse.h in this directory so other tools don&apos;t find it by mistake. - Restore the ability to debug kse coredumps in 8.0.Suggested by:	marcel

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Sun, 23 Mar 2008 09:38:11 +0000</pubDate>
        <dc:creator>Jeff Roberson &lt;jeff@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>34147e43 - - Remove libkse and related support code in libpthread from the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#34147e43</link>
        <description>- Remove libkse and related support code in libpthread from the build.   Don&apos;t remove the files yet.  Kernel support will be removed shortly.

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Wed, 12 Mar 2008 09:49:39 +0000</pubDate>
        <dc:creator>Jeff Roberson &lt;jeff@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>419ecd5d - Bump library versions in preparation for 7.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#419ecd5d</link>
        <description>Bump library versions in preparation for 7.0.Ok&apos;d by:	kan

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Mon, 21 May 2007 02:49:08 +0000</pubDate>
        <dc:creator>Daniel Eischen &lt;deischen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>00fb440c - Enable symbol versioning by default.  Use WITHOUT_SYMVER to disable it.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#00fb440c</link>
        <description>Enable symbol versioning by default.  Use WITHOUT_SYMVER to disable it.Warning, after symbol versioning is enabled, going back is not easy(use WITHOUT_SYMVER at your own risk).Change the default thread library to libthr.There most likely still needs to be a version bump for at least thethread libraries.  If necessary, this will happen later.

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Sun, 13 May 2007 14:12:40 +0000</pubDate>
        <dc:creator>Daniel Eischen &lt;deischen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65c4c807 - Remove libc_r support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#65c4c807</link>
        <description>Remove libc_r support.

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Thu, 05 Oct 2006 06:26:31 +0000</pubDate>
        <dc:creator>David Xu &lt;davidxu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>029c3cdf - Add symbol versioning.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#029c3cdf</link>
        <description>Add symbol versioning.Reviewed by:	davidxu

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Wed, 29 Mar 2006 14:08:45 +0000</pubDate>
        <dc:creator>Daniel Eischen &lt;deischen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a84020c2 - Bump the shared library version number of all libraries that have not</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#a84020c2</link>
        <description>Bump the shared library version number of all libraries that have notbeen bumped since RELENG_5.Reviewed by:	ruApproved by:	re (not needed for commit check but in principle...)

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Fri, 22 Jul 2005 17:19:05 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd980d46 - 1. Use libpthread&apos;s exported symbols to calcuate offset in data structure</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#cd980d46</link>
        <description>1. Use libpthread&apos;s exported symbols to calcuate offset in data structure2. Enable TLS debugger support.

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Mon, 16 Aug 2004 03:30:16 +0000</pubDate>
        <dc:creator>David Xu &lt;davidxu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e93cc3a - 1.Use new way to check if a thread is in critical region, defer suspending</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#3e93cc3a</link>
        <description>1.Use new way to check if a thread is in critical region, defer suspending  if it is true.2.Add thread_db api td_thr_tls_get_addr to get tls address, the real code  is commented out util tls patch is committed.Reviewed by: deischen

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Sun, 08 Aug 2004 22:37:53 +0000</pubDate>
        <dc:creator>David Xu &lt;davidxu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3475d774 - This library is not WARNS=2 clean for -O2 builds, because we include</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#3475d774</link>
        <description>This library is not WARNS=2 clean for -O2 builds, because we includeheaders from libpthread that are not WARNS=2 clean for -O2 builds.Lower the WARNS level to 1. This is the highest level possible fornow.

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Sun, 18 Jul 2004 19:33:56 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c1e38ea - Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libthread_db/Makefile#3c1e38ea</link>
        <description>Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,i386, ia64 and sparc64. Add stubs for alpha, amd64, ia64 and sparc64 forlibpthread.Restructure the source files to avoid unnecessary use of subdirectoriesthat also force us to use non-portable compilation flags to deal withthe uncommon compilation requirements (building archive libraries forlinkage into a shared library).The libpthread support has been copied from the original local andcleaned-up to make them WARNS=2 clean.that also force us to use non-portable compilation flags to deal withthe uncommon compilation requirements (building archive libraries forlinkage into a shared library).The libpthread support has been copied from the original local andcleaned-up to make them WARNS=2 clean.Tested on: amd64, i386, ia64

            List of files:
            /freebsd-13.1/lib/libthread_db/Makefile</description>
        <pubDate>Sun, 18 Jul 2004 04:17:15 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
