<?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>5577b8a7 - Add an envp argument to proc_create().</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#5577b8a7</link>
        <description>Add an envp argument to proc_create().This is needed to support dtrace&apos;s -x setenv option.MFC after:	2 weeks

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Sun, 03 Dec 2017 16:50:16 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d511b20a - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#d511b20a</link>
        <description>Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:50:42 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#4b330699</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e9230be - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#5e9230be</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-12.1/lib/libproc/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:37:22 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe2521b9 - Bump the libproc library version.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#fe2521b9</link>
        <description>Bump the libproc library version.

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Tue, 06 Dec 2016 04:23:32 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>76c6531c - libproc: Improve .gnu_debuglink support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#76c6531c</link>
        <description>libproc: Improve .gnu_debuglink support.As of r278658 libproc looks for debug files under /usr/lib/debug and willuse them if available. This change fleshes out that support a bit further:- Check for a .gnu_debuglink section and use the file name specified  there if one is present.- Validate external debug files with the CRC in the .gnu_debuglink  section so as to avoid using stale or corrupt debug files.- Search for debug files in the directory containing the referencing  object or in the .debug subdirectory, as GDB does.

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Tue, 06 Dec 2016 04:18:09 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4808a678 - libproc: Add proc_getmodel().</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#4808a678</link>
        <description>libproc: Add proc_getmodel().This is used by libdtrace to determine the data model of target processes.This allows for the creation of pid provider probes in 32-bit processes onamd64.MFC after:	1 month

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Sat, 30 Jul 2016 03:09:23 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/lib/libproc/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>db548a61 - META MODE: Rework circular dependency guard for librtld_db/libproc.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#db548a61</link>
        <description>META MODE: Rework circular dependency guard for librtld_db/libproc.librtld_db only needs libutil.h to build, not the libproc library.  Soit can safely use its header and allow libproc to depend on librtld_rbto be built first to link.  This is required after fixing ld --sysrootin r291226.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Wed, 25 Nov 2015 19:13:35 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8eb7ac9 - Fix underlinking</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#f8eb7ac9</link>
        <description>Fix underlinking

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Tue, 19 May 2015 22:23:15 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b129086 - Convert libraries to use LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:07:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41da933c - Hook up support for userland CTF support in DTrace. This required some</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#41da933c</link>
        <description>Hook up support for userland CTF support in DTrace. This required somemodifications to libproc to support fetching the CTF info for a given file.With this change, dtrace(1) is able to resolve type info for function andUSDT probe arguments, and function return values. In particular, the args[n]syntax should now work for referencing arguments of userland probes,provided that the requisite CTF info is available.The uctf tests pass if the test programs are compiled with CTF info. Thecurrent infrastructure around the DTrace test suite doesn&apos;t support thisyet.Differential Revision:	https://reviews.freebsd.org/D891MFC after:		1 monthRelnotes:		yesSponsored by:		EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Fri, 03 Oct 2014 23:20:37 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9351ac6d - Add some ATF tests for libproc.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#9351ac6d</link>
        <description>Add some ATF tests for libproc.Differential Revision:	D710Reviewed by:	jmmv, ngie, rpaulo

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Sun, 21 Sep 2014 21:25:41 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3d12a343 - In libproc, avoid calling __cxa_demangle(), and thus depending on either</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#3d12a343</link>
        <description>In libproc, avoid calling __cxa_demangle(), and thus depending on eitherlibcxxrt or libsupc++, if WITHOUT_CXX is defined.Noticed by:	sbrunoMFC after:	1 week

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Wed, 09 Jul 2014 17:31:57 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bdf7758 - NO_MAN= has been deprecated in favor of MAN= for some time, go ahead</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#3bdf7758</link>
        <description>NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn&apos;t a simple mechanical change, and will beaddressed in a future commit.

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Sun, 13 Apr 2014 05:21:56 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40b86d77 - The proper way to request no man pages currently is NO_MAN=xxx. Use it</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#40b86d77</link>
        <description>The proper way to request no man pages currently is NO_MAN=xxx. Use itin preference to the user WITHOUT_MAN knob, which should never be setin normal src Makefiles.

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Sat, 05 Apr 2014 17:54:36 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43d24beb - Avoid circular dependency with librtld_db</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#43d24beb</link>
        <description>Avoid circular dependency with librtld_db

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Thu, 08 Nov 2012 21:33:13 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd906041 - Add support for demangling C++ symbols. This requires linking libproc with</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#cd906041</link>
        <description>Add support for demangling C++ symbols. This requires linking libproc withlibc++rt/libsupc++.Discussed with:	theraven

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Thu, 06 Sep 2012 03:19:48 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe0c8f89 - Revert SHLIB_MAJOR to 2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libproc/Makefile#fe0c8f89</link>
        <description>Revert SHLIB_MAJOR to 2.As discussed with kan@, since DTrace is the only consumer of libprocright now, there&apos;s no need for a major shlib bump.

            List of files:
            /freebsd-12.1/lib/libproc/Makefile</description>
        <pubDate>Sat, 31 Jul 2010 17:14:54 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
