<?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>724fad3a - pkgbase: Move libcap_ to FreeBSD-runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile#724fad3a</link>
        <description>pkgbase: Move libcap_ to FreeBSD-runtimeA lot of binaries present in FreeBSD-runtime depend on it so movethe libs there.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21501

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:10:26 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1608c46e - Add cap_sysctl(3) and cap_sysctlnametomib(3).</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile#1608c46e</link>
        <description>Add cap_sysctl(3) and cap_sysctlnametomib(3).These complement cap_sysctlbyname(3) to provide a drop-inreplacement for the corresponding libc functions.Also revise the libcap_sysctl limit interface to provide accessto sysctls by MIB, and to avoid direct manipulation of nvlistsby the caller.Reviewed by:	oshogboSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D17854

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile</description>
        <pubDate>Mon, 13 May 2019 17:49:54 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78d69bcb - Fix reference to man page in Makefile.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile#78d69bcb</link>
        <description>Fix reference to man page in Makefile.I broke it in r331120.

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile</description>
        <pubDate>Sun, 18 Mar 2018 17:27:37 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>edd09a25 - Document the sysctl Casper service.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile#edd09a25</link>
        <description>Document the sysctl Casper service.PR:		226102Reviewed by:	bcr@Differential Revision:	https://reviews.freebsd.org/D14606

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile</description>
        <pubDate>Sun, 18 Mar 2018 15:16:47 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4fc0a279 - Introduce channel flags in libcasper.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile#4fc0a279</link>
        <description>Introduce channel flags in libcasper.Instead of passing flags (which describe a type of nvlist)every send/recv we remember them in channel.It&apos;s enough for use to extract them only during unwrap.This simplify use of Casper.Reviewed by:	bruffer@, bcr@ (both man page)Differential Revision:	https://reviews.freebsd.org/D14196 (man page)

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile</description>
        <pubDate>Sat, 17 Feb 2018 12:22:29 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95844abe - Casper work&apos;s only as shared library - disable building static ones.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile#95844abe</link>
        <description>Casper work&apos;s only as shared library - disable building static ones.Reviewed by:	bdrewery@Differential Revision:	https://reviews.freebsd.org/D12917

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile</description>
        <pubDate>Sat, 04 Nov 2017 15:47:18 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ceb36bc9 - Introduce caspermocks.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile#ceb36bc9</link>
        <description>Introduce caspermocks.The idea behinds mocks is that we don&apos;t need to ifdef a lot of code intools itself but those defines are hidden in the casper library.Right now the mocks are implemented as define/inlines functions.There was a very long discussion how this should be implemented.This approach has some advantages like we don&apos;t need to link to any additionallibraries. Unfortunately there are also some disadvantages for example it iseasy to get library out of sync between two versions of functions or that weneed extra define to compile program with casper support.This isn&apos;t an ideal solution but it&apos;s good enough for now and should simplifycapsicumizing programs. This also doesn&apos;t close us any other ways to do thosemocks and this should evolve in time.Discussed with:	pjd, emaste, ed, rwatson, bapt, cem, bdreweryDifferential Revision:    https://reviews.freebsd.org/D8753

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile</description>
        <pubDate>Sat, 28 Oct 2017 19:23:57 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@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/libcasper/services/cap_sysctl/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/libcasper/services/cap_sysctl/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/libcasper/services/cap_sysctl/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/libcasper/services/cap_sysctl/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>aa090093 - Set SHLIBDIR before .including src.opts.mk in libcapser services</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile#aa090093</link>
        <description>Set SHLIBDIR before .including src.opts.mk in libcapser servicesbsd.own.mk (included from src.opts.mk) sets SHLIBDIR?=${LIBDIR}, soSHLIBDIR must be set before including either one of them.MFC with:	305626Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile</description>
        <pubDate>Mon, 24 Oct 2016 14:37:18 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d3bfc725 - Move libcasper tests from regression/capsicum/libcasper/ to</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile#d3bfc725</link>
        <description>Move libcasper tests from regression/capsicum/libcasper/ tolib/libcasper/service/${service_name}/tests.Reviewed by:	emaste, ngieDifferential Revision:	https://reviews.freebsd.org/D7759

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile</description>
        <pubDate>Thu, 08 Sep 2016 20:01:26 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e6f17963 - Remove unneeded lines.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile#e6f17963</link>
        <description>Remove unneeded lines.- WARNS can be inherited from lib/Makefile.inc- CFLAGS referred to a non-existent directory and this shouldn&apos;t be needed  anyhow due to the build picking up includes from WORLDTMP.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/Makefile</description>
        <pubDate>Fri, 26 Feb 2016 22:14:08 +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-13.1/lib/libcasper/services/cap_sysctl/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-13.1/lib/libcasper/services/cap_sysctl/Makefile</description>
        <pubDate>Thu, 25 Feb 2016 18:23:40 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
