<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcasper/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libcasper/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e735aa5a - libcasper/services: include &lt;src.opts.mk&gt; to hook tests to build</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcasper/Makefile#e735aa5a</link>
        <description>libcasper/services: include &lt;src.opts.mk&gt; to hook tests to buildNote that the cap_sysctl tests are currently failing and need someattention.

            List of files:
            /freebsd-14.2/lib/libcasper/Makefile</description>
        <pubDate>Wed, 23 Oct 2019 01:50:41 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38dd1759 - Integrate the tests moved in r305626 in to the FreeBSD test suite</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcasper/Makefile#38dd1759</link>
        <description>Integrate the tests moved in r305626 in to the FreeBSD test suiteThe reachover Kyuafiles were never added, and thus the tests were installedas standalone tests, and not integrated into the full suite.MFC after:	1 weekMFC with:	r305626, 305629, r307863, r322447, r322448, r322449

            List of files:
            /freebsd-14.2/lib/libcasper/Makefile</description>
        <pubDate>Sun, 13 Aug 2017 01:04:44 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>88ad7d50 - These can build in parallel.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcasper/Makefile#88ad7d50</link>
        <description>These can build in parallel.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libcasper/Makefile</description>
        <pubDate>Fri, 26 Feb 2016 22:14:04 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c501d73c - Convert casperd(8) daemon to the libcasper.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcasper/Makefile#c501d73c</link>
        <description>Convert casperd(8) daemon to the libcasper.After calling the cap_init(3) function Casper will fork from it&apos;s originalprocess, using pdfork(2). Forking from a process has a lot of advantages:1. We have the same cwd as the original process.2. The same uid, gid and groups.3. The same MAC labels.4. The same descriptor table.5. The same routing table.6. The same umask.7. The same cpuset(1).From now services are also in form of libraries.We also removed libcapsicum at all and converts existing program using Casperto new architecture.Discussed with:		pjd, jonathan, ed, drysdale@google.com, emastePartially reviewed by:	drysdale@google.com, bdreweryApproved by:		pjd (mentor)Differential Revision:	https://reviews.freebsd.org/D4277

            List of files:
            /freebsd-14.2/lib/libcasper/Makefile</description>
        <pubDate>Thu, 25 Feb 2016 18:23:40 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcasper/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libcasper/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>18b2ee82 - Revert r284417 it is not necessary anymore</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcasper/Makefile#18b2ee82</link>
        <description>Revert r284417 it is not necessary anymore

            List of files:
            /freebsd-14.2/lib/libcasper/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 19:28:07 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4232f826 - Enforce overwritting SHLIBDIR</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcasper/Makefile#4232f826</link>
        <description>Enforce overwritting SHLIBDIRSince METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loadingbsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.This makes /lib being populated again.Reported by:	many

            List of files:
            /freebsd-14.2/lib/libcasper/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 15:34:20 +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-14.2/lib/libcasper/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-14.2/lib/libcasper/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>0f984a92 - Both libcasper and libcapsicum libraries have to be installed in /lib/,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcasper/Makefile#0f984a92</link>
        <description>Both libcasper and libcapsicum libraries have to be installed in /lib/,as they are used by /sbin/casperd.

            List of files:
            /freebsd-14.2/lib/libcasper/Makefile</description>
        <pubDate>Mon, 02 Dec 2013 17:07:22 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>05af6409 - Forgot to &apos;svn add&apos; lib/libcasper/ directory.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcasper/Makefile#05af6409</link>
        <description>Forgot to &apos;svn add&apos; lib/libcasper/ directory.Reported by:	glebius

            List of files:
            /freebsd-14.2/lib/libcasper/Makefile</description>
        <pubDate>Mon, 02 Dec 2013 10:18:25 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
