<?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>4fc0a279 - Introduce channel flags in libcasper.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libcasper/services/cap_random/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-12.1/lib/libcasper/services/cap_random/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>c1d2583d - Add cap_random.3 to build system.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libcasper/services/cap_random/Makefile#c1d2583d</link>
        <description>Add cap_random.3 to build system.This should be done with r328494.

            List of files:
            /freebsd-12.1/lib/libcasper/services/cap_random/Makefile</description>
        <pubDate>Sat, 27 Jan 2018 22:57:06 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0dfac7ee - The src.opts.mk sets default value for the SHLIBDIR, so our set was not</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libcasper/services/cap_random/Makefile#0dfac7ee</link>
        <description>The src.opts.mk sets default value for the SHLIBDIR, so our set was notrespected.Please notice that libcasper is already in ObsoleteFiles so we don&apos;t add itagain.Reported by:	Herbert J. Skuhra &lt;herbert@mailbox.org&gt;Reviewed by:	bdrewery@Differential Revision:	https://reviews.freebsd.org/D12918

            List of files:
            /freebsd-12.1/lib/libcasper/services/cap_random/Makefile</description>
        <pubDate>Sat, 04 Nov 2017 15:50:05 +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-12.1/lib/libcasper/services/cap_random/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-12.1/lib/libcasper/services/cap_random/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-12.1/lib/libcasper/services/cap_random/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-12.1/lib/libcasper/services/cap_random/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>e6f17963 - Remove unneeded lines.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libcasper/services/cap_random/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-12.1/lib/libcasper/services/cap_random/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-12.1/lib/libcasper/services/cap_random/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-12.1/lib/libcasper/services/cap_random/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>
