<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4621c4f2fd179eff0923140da9af122c42dbe78b - tests/sys/audit: force PIE off</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#4621c4f2fd179eff0923140da9af122c42dbe78b</link>
        <description>tests/sys/audit: force PIE offdf093aa9463b linked against libprivateauditd.a, but that is currently(and incorrectly) built as position-dependent.  For now just force PIEoff for this test to fix the WITH_PIE build.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Fri, 19 Feb 2021 02:41:33 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df093aa9463b2121d8307fb91c4ba7cf17f4ea64 - tests/sys/audit: Avoid race caused by starting auditd(8) for testing</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#df093aa9463b2121d8307fb91c4ba7cf17f4ea64</link>
        <description>tests/sys/audit: Avoid race caused by starting auditd(8) for testingIn the CheriBSD CI we reproducibly see the first test in sys/audit(administrative:acct_failure) fail due to a missing startup message.It appears this is caused by a race condition when starting auditd:`service auditd onestart` returns as soon as the initial auditd() parentexits (after the daemon(3) call).We can avoid this problem by setting up the auditd infrastructurein-process: libauditd contains audit_quick_{start,stop}() functions thatlook like they are ideally suited to this task.This patch also avoids forking lots of shell processes for each of the 418tests by using `auditon(A_SENDTRIGGER, &amp;trigger, sizeof(trigger))` to checkfor a running auditd(8) instead of using `service auditd onestatus`.With these two changes (and D28388 to fix the XFAIL&apos;d test) I can nowboot and run `cd /usr/tests/sys/audit &amp;&amp; kyua test` without any failuresin a single-core QEMU instance. Before there would always be at least onefailed test.Besides making the tests more reliable in CI, a nice side-effect of thischange is that it also significantly speeds up running them by avoidinglots of fork()/execve() caused by shell scripts:Running kyua test on an AArch64 QEMU took 315s before and now takes 68s,so it&apos;s roughly 3.5 times faster. This effect is even larger when runningon a CHERI-RISC-V QEMU since emulating CHERI instructions on an x86 hostis noticeably slower than emulating AArch64.Test Plan: aarch64+amd64 QEMU no longer fail.Reviewed By:	asomersDifferential Revision: https://reviews.freebsd.org/D28451

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Thu, 18 Feb 2021 11:14:27 +0100</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cc42f6d25ef2e19059d088fa7d4853fe9afefb5 - Do a sweep and remove most WARNS=6 settings</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#7cc42f6d25ef2e19059d088fa7d4853fe9afefb5</link>
        <description>Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas and introduced a WARNS=7 and wanted to try lifting the default tothat.Drop most of them; there is one in the blake2 kernel module, but I suspectit should be dropped -- the default WARNS in the rest of the build doesn&apos;tcurrently apply to kernel modules, and I haven&apos;t put too much thought intowhether it makes sense to make it so.

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Thu, 01 Oct 2020 03:10:51 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8ca275b7d962a13ef38c6b6d63efbbd0efa367f - Make audit tests depend on /dev/auditpipe. This should fix</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#a8ca275b7d962a13ef38c6b6d63efbbd0efa367f</link>
        <description>Make audit tests depend on /dev/auditpipe. This should fixsome 416 failing tests on armv7:https://ci.freebsd.org/job/FreeBSD-head-armv7-test/lastCompletedBuild/testReport/Reviewed by:	asomersMFC after:	2 weeksSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D25144

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Thu, 18 Jun 2020 17:41:16 +0200</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a696dc6bb0e8e783dfd169c8299e1f33aac2935 - MFHead@r345880</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#9a696dc6bb0e8e783dfd169c8299e1f33aac2935</link>
        <description>MFHead@r345880

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Thu, 04 Apr 2019 20:26:32 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f462da4f3cf6cabcbac87c971634bcdec12fe06 - Fix and simplify code by using ATF_REQUIRE_FEATURE macro</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#8f462da4f3cf6cabcbac87c971634bcdec12fe06</link>
        <description>Fix and simplify code by using ATF_REQUIRE_FEATURE macroPR:		236857Reviewed by:	asomers, ngieApproved by:	emasteMFC after:	 1 monthSponsored by:	Netflix

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Mon, 01 Apr 2019 16:21:32 +0200</pubDate>
        <dc:creator>Olivier Cochard &lt;olivier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fe3fd48a5c9b1a082cb5d3a4da4469fd5666382 - audit(4) tests: require /etc/rc.d/auditd</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#7fe3fd48a5c9b1a082cb5d3a4da4469fd5666382</link>
        <description>audit(4) tests: require /etc/rc.d/auditdThese tests should be skipped if /etc/rc.d/auditd is missing, which could bethe case if world was built with WITHOUT_AUDIT set.  Also, one test caserequires /etc/rc.d/accounting.Submitted by:	ngieMFC after:	2 weeksPull Request:	https://github.com/freebsd/freebsd/pull/240

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Mon, 17 Dec 2018 19:11:06 +0100</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14b841d4a8e6c25d964f5e3bbda379a1541a27ec - MFH @ r337607, in preparation for boarding</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#14b841d4a8e6c25d964f5e3bbda379a1541a27ec</link>
        <description>MFH @ r337607, in preparation for boarding

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Sat, 11 Aug 2018 06:26:29 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bbd7a9298f75b52cf65ffa6ea4cfe0958a3fc8cf - Merge ^/head r336870 through r337285, and resolve conflicts.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#bbd7a9298f75b52cf65ffa6ea4cfe0958a3fc8cf</link>
        <description>Merge ^/head r336870 through r337285, and resolve conflicts.

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Sat, 04 Aug 2018 13:53:41 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>70eaeb3622c3f915b892527f7b69163cbc355da3 - audit(4): add tests for sysctl(3) and sysarch(2)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#70eaeb3622c3f915b892527f7b69163cbc355da3</link>
        <description>audit(4): add tests for sysctl(3) and sysarch(2)Submitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D16116

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Sun, 29 Jul 2018 22:34:44 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c907f24ead1909ab4fd6e5fbcefc5e0613d82213 - audit(4): add tests for the process-control audit class</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#c907f24ead1909ab4fd6e5fbcefc5e0613d82213</link>
        <description>audit(4): add tests for the process-control audit classTested syscalls include rfork(2), chdir(2), fchdir(2), chroot(2),getresuid(2), getresgid(2), setpriority(2), setgroups(2), setpgrp(2),setrlimit(2), setlogin(2), mlock(2), munlock(2), minherit(2), rtprio(2),profil(2), ktrace(2), ptrace(2), fork(2), umask(2), setuid(2), setgid(2),seteuid(2), and setegid(2).  The last six are only tested in the successcase, either because they&apos;re infalliable or a failure is difficult to causeon-demand.Submitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15966

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Tue, 26 Jun 2018 22:26:57 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4003d9383510b238ee789a49f91a3dc581a64a85 - audit(4): add tests for ioctl(2)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#4003d9383510b238ee789a49f91a3dc581a64a85</link>
        <description>audit(4): add tests for ioctl(2)Submitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15872

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Tue, 19 Jun 2018 03:32:33 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49f526501dc7eb2caa8251c803902cbb95a9cb57 - audit(4): Add tests for a few syscalls in the ad class</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#49f526501dc7eb2caa8251c803902cbb95a9cb57</link>
        <description>audit(4): Add tests for a few syscalls in the ad classThe ad audit class is for administrative commands.  This commit adds testfor settimeofday, adjtime, and getfh.Submitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15861

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Sun, 17 Jun 2018 18:24:46 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d7d1ecc0710a64ec2375a3d4ec7b1634a0d6a554 - audit(4): add tests for POSIX message queues</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#d7d1ecc0710a64ec2375a3d4ec7b1634a0d6a554</link>
        <description>audit(4): add tests for POSIX message queuesSubmitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15848

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Sat, 16 Jun 2018 20:22:35 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ad2afa8c8ba50ec5088e09aa14d1f0fc914c5fd5 - audit(4): Add a few tests for network-related syscalls</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#ad2afa8c8ba50ec5088e09aa14d1f0fc914c5fd5</link>
        <description>audit(4): Add a few tests for network-related syscallsAdd tests for socket(2), socketpair(2), and setsockopt(2)Submitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15803

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Fri, 15 Jun 2018 18:41:28 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5597d2a341946a8e50ebf00e961274dfa2c7a8d8 - audit(4): fix typo from r335136</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#5597d2a341946a8e50ebf00e961274dfa2c7a8d8</link>
        <description>audit(4): fix typo from r335136Typo in Makefile accidentally disabled some older testsMFC after:	2 weeksX-MFC-With:	335136

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Thu, 14 Jun 2018 16:53:01 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d203d2dd74bcd58b89532ea076479feaf1f9406 - audit(4): add tests for flock, fcntl, and fsync</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#6d203d2dd74bcd58b89532ea076479feaf1f9406</link>
        <description>audit(4): add tests for flock, fcntl, and fsyncSubmitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15795

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Thu, 14 Jun 2018 15:42:58 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f86d65170b22eddddaf4693d4dfeb3e99e3a2023 - audit(4): add tests for stat(2) and friends</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/Makefile#f86d65170b22eddddaf4693d4dfeb3e99e3a2023</link>
        <description>audit(4): add tests for stat(2) and friendsThis revision adds auditability tests for stat, lstat, fstat, and fstatat,all from the fa audit class.  More tests from that audit class will follow.Submitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15709

            List of files:
            /freebsd/tests/sys/audit/Makefile</description>
        <pubDate>Sun, 10 Jun 2018 23:36:29 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
