<?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>e17ebfd3 - Remove -I flag for include path that doesn&apos;t exist</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libproc/Makefile#e17ebfd3</link>
        <description>Remove -I flag for include path that doesn&apos;t existFound this while trying to get macOS bootstrap to work again after OpenZFS merge.Reviewed By:	#zfs, freqlabsDifferential Revision: https://reviews.freebsd.org/D26192

            List of files:
            /freebsd-13.1/lib/libproc/Makefile</description>
        <pubDate>Thu, 10 Sep 2020 15:37:07 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e5787d2 - Merge OpenZFS support in to HEAD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libproc/Makefile#9e5787d2</link>
        <description>Merge OpenZFS support in to HEAD.The primary benefit is maintaining a completely sharedcode base with the community allowing FreeBSD to receivenew features sooner and with less effort.I would advise against doing &apos;zpool upgrade&apos;or creating indispensable pools using newfeatures until this change has had a month+to soak.Work on merging FreeBSD support in to what wasat the time &quot;ZFS on Linux&quot; began in August 2018.I first publicly proposed transitioning FreeBSDto (new) OpenZFS on December 18th, 2018. FreeBSDsupport in OpenZFS was finally completed in December2019. A CFT for downstreaming OpenZFS support into FreeBSD was first issued on July 8th. All issuesthat were reported have been addressed or, fora couple of less critical matters there arepull requests in progress with OpenZFS. iXsystemshas tested and dogfooded extensively internally.The TrueNAS 12 release is based on OpenZFS withsome additional features that have not yet madeit upstream.Improvements include:  project quotas, encrypted datasets,  allocation classes, vectorized raidz,  vectorized checksums, various command line  improvements, zstd compression.Thanks to those who have helped along the way:Ryan Moeller, Allan Jude, Zack Welch, and manyothers.Sponsored by:	iXsystems, Inc.Differential Revision:	https://reviews.freebsd.org/D25872

            List of files:
            /freebsd-13.1/lib/libproc/Makefile</description>
        <pubDate>Tue, 25 Aug 2020 02:21:27 +0000</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c1a82ce - pkgbase: Create a FreeBSD-utilities package and make it the default one</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libproc/Makefile#4c1a82ce</link>
        <description>pkgbase: Create a FreeBSD-utilities package and make it the default oneThe default package use to be FreeBSD-runtime but it should only containbinaries and libs enough to boot to single user and repair the system, itis also very handy to have a package that can be tranform to a small mfsroot.So create a new package named FreeBSD-utilities and make it the default one.Also move a few binaries and lib into this package when it make sense.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21506

            List of files:
            /freebsd-13.1/lib/libproc/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:15:47 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5577b8a7 - Add an envp argument to proc_create().</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.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-13.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-13.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-13.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-13.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-13.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-13.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-13.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-13.1/lib/libproc/Makefile#fe2521b9</link>
        <description>Bump the libproc library version.

            List of files:
            /freebsd-13.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-13.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-13.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-13.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-13.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-13.1/lib/libproc/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.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-13.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-13.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>43d24beb - Avoid circular dependency with librtld_db</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libproc/Makefile#43d24beb</link>
        <description>Avoid circular dependency with librtld_db

            List of files:
            /freebsd-13.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>f8eb7ac9 - Fix underlinking</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libproc/Makefile#f8eb7ac9</link>
        <description>Fix underlinking

            List of files:
            /freebsd-13.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-13.1/lib/libproc/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-13.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-13.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-13.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-13.1/lib/libproc/Makefile#9351ac6d</link>
        <description>Add some ATF tests for libproc.Differential Revision:	D710Reviewed by:	jmmv, ngie, rpaulo

            List of files:
            /freebsd-13.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-13.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-13.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-13.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-13.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-13.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-13.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>
</channel>
</rss>
