<?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>fe815331 - build: provide a default WARNS for all in-tree builds</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/tests/Makefile#fe815331</link>
        <description>build: provide a default WARNS for all in-tree buildsThe current default is provided in various Makefile.inc in some top-leveldirectories and covers a good portion of the tree, but doesn&apos;t cover partsof the build a little deeper (e.g. libcasper).Provide a default in src.sys.mk and set WARNS to it in bsd.sys.mk if thatvariable is defined. This lets us relatively cleanly provide a default WARNSno matter where you&apos;re building in the src tree without breaking thingsoutside of the tree.Crunchgen has been updated as a bootstrap tool to work on this changebecause it needs r365605 at a minimum to succeed. The cleanup necessary tosuccessfully walk over this change on WITHOUT_CLEAN builds has been added.There is a supplemental project to this to list all of the warnings that areencountered when the environment has WARNS=6 NO_WERROR=yes:https://warns.kevans.dev -- this project will hopefully eventually go awayin favor of CI doing a much better job than it.Reviewed by:	emaste, brooks, ngie (all earlier version)Reviewed by:	emaste, arichardson (depend-cleanup.sh change)Differential Revision:	https://reviews.freebsd.org/D26455

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/tests/Makefile</description>
        <pubDate>Fri, 18 Sep 2020 17:17:46 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c766430 - Convert the libcap_sysctl test cases to ATF.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/tests/Makefile#3c766430</link>
        <description>Convert the libcap_sysctl test cases to ATF.Reviewed by:	oshogboSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D17855

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/tests/Makefile</description>
        <pubDate>Mon, 13 May 2019 17:51:03 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1c30f7a - Build service tests with Casper support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/tests/Makefile#e1c30f7a</link>
        <description>Build service tests with Casper support.

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/tests/Makefile</description>
        <pubDate>Fri, 05 Jan 2018 09:31:41 +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/tests/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/tests/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>737fb907 - Make root-privileges a requirement for the test</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libcasper/services/cap_sysctl/tests/Makefile#737fb907</link>
        <description>Make root-privileges a requirement for the testSome of the testcases try to manipulate sysctls that require root privileges,e.g., &quot;kern.sync_on_panic&quot;. Make root-privileges a hard requirement so thetests don&apos;t raise false positives due to privilege issues when callingsysctlbyname(3) on writable sysctls.MFC after:	1 week

            List of files:
            /freebsd-13.1/lib/libcasper/services/cap_sysctl/tests/Makefile</description>
        <pubDate>Sun, 13 Aug 2017 00:14:08 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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/tests/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/tests/Makefile</description>
        <pubDate>Thu, 08 Sep 2016 20:01:26 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
