<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c7a6dad4de17c357eb91c723bad860c6512a598 - ldd: do not use dlopen(RTLD_TRACE) for dso when format is specified</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#2c7a6dad4de17c357eb91c723bad860c6512a598</link>
        <description>ldd: do not use dlopen(RTLD_TRACE) for dso when format is specifiedProblem is that rtld cannot reliably access updated environment.This was made more obvious by bfd4c875a10560aaa2.  The applicationenvironment can be in arbitrary state and place, system componentscan observe it only during execve(2), or in case of rtld, right afterexecve, when environment is still at know location and format.Instead spawn ld-elf.so.1 in direct exec mode which can correctly readall inherited updates to the environment.PR:	259069Reviewed by:	arichardson, jhbSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D32464

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Tue, 12 Oct 2021 00:35:56 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d4104b214963bb3371ada05cae8006940121634 - Fix ldd to work with more ELF files.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#9d4104b214963bb3371ada05cae8006940121634</link>
        <description>Fix ldd to work with more ELF files.- Use libelf to parse ELF data structures and remove code duplication  for ELF32.- Don&apos;t require the OSABI field to be set to the FreeBSD OSABI for  shared libraries.  Both AArch64 and RISC-V leave it set to &quot;none&quot;  and instead depend on the ABI tag note.  For ldd, this means falling  back to walking the notes in PT_NOTE segments to find the ABI tag  note to determine if an ELF shared library without OSABI set in the  header file is a FreeBSD shared library.Reviewed by:	kibMFC after:	5 daysSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D28342

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Fri, 29 Jan 2021 19:53:50 +0100</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0713c7b88cf08df95a2a2102f81d84b090afb510 - ldd: Retire aout support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#0713c7b88cf08df95a2a2102f81d84b090afb510</link>
        <description>ldd: Retire aout supportUserland aout support has not been required since FreeBSD 2.x.If someone needs to use FreeBSD 2 shared libraries they will be bestserved by using a FreeBSD 2 ldd, perhaps as part of a jail with a fullFreeBSD 2.x install.Relnotes:	YesSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D27478

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Fri, 08 Jan 2021 01:14:01 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>25faff346c8453b8248f99c7cff71708262faa37 - MFtbemd:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#25faff346c8453b8248f99c7cff71708262faa37</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/usr.bin/ldd/Makefile</description>
        <pubDate>Tue, 24 Aug 2010 00:24:11 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 14:35:57 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#9199c09a159c4e3e98c212d4eec1edc5252d9e33</link>
        <description>Merge from head at r201628.# This hasn&apos;t been tested, and there are at least three bad commits# that need to be backed out before the branch will be stable again.

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 06:58:07 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da96b4498519f66f3f5fe72d1474bf13f7d - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#b7946da96b4498519f66f3f5fe72d1474bf13f7d</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:27:05 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e68ed7939063ce59c1c15038a0f245e7b642c9f7 - Tweak the support for using ldd on 32-bit objects a bit further.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#e68ed7939063ce59c1c15038a0f245e7b642c9f7</link>
        <description>Tweak the support for using ldd on 32-bit objects a bit further.Specifically, build a 32-bit /usr/bin/ldd32 on amd64 which handles 32-bitobjects.  Since it is a 32-bit binary, it can fork a child process whichcan dlopen() a 32-bit shared library.  The current 32-bit support in lddcan&apos;t do this because it does the dlopen() from a 64-bit process.  In orderto preserve an intuitive interface for users, the ldd binary automaticallyexecs /usr/bin/ldd32 for 32-bit objects.  The end result is that ldd onamd64 now transparently handles 32-bit shared libraries in addition to32-bit binaries.Submitted by:	ps (indirectly)

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Fri, 01 Aug 2008 23:52:41 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a1e5be4482947e6fd0531dce943380fe3f2c6420 - The type of some aout header types changed to uint_32, so now we need</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#a1e5be4482947e6fd0531dce943380fe3f2c6420</link>
        <description>The type of some aout header types changed to uint_32, so now we needto cast to long before printing. While I&apos;m here, raise WARNS to 6.

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Tue, 29 Jun 2004 23:13:15 +0200</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5b7af34dd10f7a83fe7be4e4a34e7be63875dde - Remove GCC-specific flags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#f5b7af34dd10f7a83fe7be4e4a34e7be63875dde</link>
        <description>Remove GCC-specific flags.

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Sun, 28 Apr 2002 14:54:24 +0200</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3aac50f284c6cca5b4f2eb46aaa13812cb8b630 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 03:08:13 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97db68b61b9de0fab8b73c197447acd49b3de1a6 - Make ldd work on alpha.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#97db68b61b9de0fab8b73c197447acd49b3de1a6</link>
        <description>Make ldd work on alpha.

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Wed, 16 Sep 1998 11:31:48 +0200</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>932d41914f21a5af9f8067a5333861777484043f - Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitions</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#932d41914f21a5af9f8067a5333861777484043f</link>
        <description>Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitionsfrom &lt;link.h&gt;

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Fri, 12 Jun 1998 16:11:15 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7ef806899ad6cbe4ba3ae0b2faaee237d4e5984 - ldd standalone build, after repository copy.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#a7ef806899ad6cbe4ba3ae0b2faaee237d4e5984</link>
        <description>ldd standalone build, after repository copy.

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Mon, 01 Jun 1998 15:55:12 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>170fa4e88801bf8f0d9a1655a4da8937ab711dda - Touch up the code that implements &quot;ldd -v&quot;.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#170fa4e88801bf8f0d9a1655a4da8937ab711dda</link>
        <description>Touch up the code that implements &quot;ldd -v&quot;.Bring the style of sods.c into better conformance.  Add code toprint the contents of each datum being relocated.  Correct the logicthat distinguishes between programs, shared libraries, and objectfiles.  Make the entire program &quot;-Wall&quot; clean.

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Tue, 02 Sep 1997 23:54:39 +0200</pubDate>
        <dc:creator>John Polstra &lt;jdp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fce15c9ab3ca0f4ffcbe6938087612818d7c7d80 - Revert $FreeBSD$ to $Id$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#fce15c9ab3ca0f4ffcbe6938087612818d7c7d80</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Sat, 22 Feb 1997 16:48:31 +0100</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656e5fe4c2d1ba299e024d1b40eaeebd380 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#1130b656e5fe4c2d1ba299e024d1b40eaeebd380</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 08:20:47 +0100</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9731d13765f8ca967bd51ba88364566ac452c6d0 - Incorporate John Polstra&apos;s sods.c display of the details about the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/ldd/Makefile#9731d13765f8ca967bd51ba88364566ac452c6d0</link>
        <description>Incorporate John Polstra&apos;s sods.c display of the details about thedynamic linking information in the executable.  It&apos;s quite extensive.It&apos;s connected to ldd&apos;s (new) -v option.

            List of files:
            /freebsd/usr.bin/ldd/Makefile</description>
        <pubDate>Tue, 01 Oct 1996 04:16:16 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
