<?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>794fd74a - tests: Add some test cases for SO_SPLICE</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#794fd74a</link>
        <description>tests: Add some test cases for SO_SPLICEReviewed by:	gallatinMFC after:	3 monthsSponsored by:	Klara, Inc.Sponsored by:	StormshieldDifferential Revision:	https://reviews.freebsd.org/D46412(cherry picked from commit 877cf210c08b99aa532107e176b372de58579493)

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Tue, 10 Sep 2024 16:51:03 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bed96ef0 - socket tests: Serialize sonewconn_overflow</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#bed96ef0</link>
        <description>socket tests: Serialize sonewconn_overflowIt relies on being able inspect the dmesg buffer to see whether thekernel logged certain messages.  If it&apos;s interleaved with tests thatgenerate large amounts of console output (e.g., GELI tests), then it canfail spuriously.MFC after:	2 weeks(cherry picked from commit ab27e232b14c07317642a2e4c546c9b71bd9c00b)

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Sun, 14 Jul 2024 16:12:50 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44952722 - tests: Add ktrace capability violation test cases</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#44952722</link>
        <description>tests: Add ktrace capability violation test casesIntroduce regression tests for ktrace(2) that target capabilityviolations.These test cases ensure that ktrace(2) records these violations:- CAPFAIL_NOTCAPABLE- CAPFAIL_INCREASE- CAPFAIL_SYSCALL- CAPFAIL_SIGNAL- CAPFAIL_PROTO- CAPFAIL_SOCKADDR- CAPFAIL_NAMEI- CAPFAIL_CPUSETA portion of these test cases create processes that do NOT entercapability mode, but raise violations. This is intended behavior.Users may run `ktrace -t p` on non-Capsicumized programs to detectviolations that would occur if the process were in capability mode.Reviewed by:	markjApproved by:	markj (mentor)MFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D40682(cherry picked from commit 2f39a986641ecebaa9080ca28118903bd9707a1f)

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Sat, 06 Apr 2024 18:31:30 +0000</pubDate>
        <dc:creator>Jake Freeland &lt;jfree@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aebaa32c - kern: pts: do not special case closed slave side</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#aebaa32c</link>
        <description>kern: pts: do not special case closed slave sideThis would previously return 1 if the slave side of the pts was closedto force an application to read() from it and observe the EOF, but it&apos;snot clear why and this is inconsistent both with how we handle deviceswith similar mechanics (like pipes) and also with other kernels, such asOpenBSD/NetBSD and Linux.PR:             239604Reviewed by:	kib(cherry picked from commit 30189156d325fbcc9d1997d791daedc9fa3bed20)

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Tue, 16 Jan 2024 02:55:59 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>761d9162 - tests: Test that SIGSYS is not delivered if kern.signosys knob is off</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#761d9162</link>
        <description>tests: Test that SIGSYS is not delivered if kern.signosys knob is offReviewed by:		markjDifferential Revision:	https://reviews.freebsd.org/D41979MFC after:		1 week(cherry picked from commit b67c0ba4613861f8245ce835081311aef1c19bae)

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Tue, 03 Oct 2023 07:38:02 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e19be5b0 - SIGSYS: add tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#e19be5b0</link>
        <description>SIGSYS: add tests(cherry picked from commit 0afcac3e37e911f7e387ebeb2aae19b2b00ca4cc)

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Mon, 25 Sep 2023 18:40:28 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>811b3d0f - socket tests: Add a regression test for MSG_WAITALL</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#811b3d0f</link>
        <description>socket tests: Add a regression test for MSG_WAITALLPR:		212716MFC after:	1 weekSponsored by:	The FreeBSD Foundation(cherry picked from commit 38426b32e106cf251520259b29779372eda7a5f8)

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Thu, 31 Aug 2023 17:29:29 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/tests/sys/kern/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>74192f9b - ktls_test: specify OpenSSL 1.1 API</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#74192f9b</link>
        <description>ktls_test: specify OpenSSL 1.1 APIReviewed by:	emasteSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Thu, 11 May 2023 03:49:44 +0000</pubDate>
        <dc:creator>Pierre Pronchery &lt;pierre@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>70bb2286 - ktls_test: Add debug option to hexdump keys, nonces, and buffers.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#70bb2286</link>
        <description>ktls_test: Add debug option to hexdump keys, nonces, and buffers.Reviewed by:	markjSponsored by:	Chelsio CommunicationsDifferential Revision:	https://reviews.freebsd.org/D37509

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Thu, 08 Dec 2022 00:57:28 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e87ff1ea - tests/socket: add accept_filter(9) test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#e87ff1ea</link>
        <description>tests/socket: add accept_filter(9) testTest basic functionality of accf_data(9) and accf_http(9)

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Mon, 08 Aug 2022 21:10:18 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be1f485d - sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg().</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#be1f485d</link>
        <description>sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg().Implement Linux-variant of MSG_TRUNC input flag used in recv(), recvfrom() and recvmsg().Posix defines MSG_TRUNC as an output flag, indicating packet/datagram truncation.Linux extended it a while (~15+ years) ago to act as input flag,resulting in returning the full packet size regarless of the inputbuffer size.It&apos;s a (relatively) popular pattern to do recvmsg( MSG_PEEK | MSG_TRUNC) to get thepacket size, allocate the buffer and issue another call to fetch the packet.In particular, it&apos;s popular in userland netlink code, which is the primary driving factor of this change.This commit implements the MSG_TRUNC support for SOCK_DGRAM sockets (udp, unix and all soreceive_generic() users).PR:		kern/176322Reviewed by:	pauamma(doc)Differential Revision: https://reviews.freebsd.org/D35909MFC after:	1 month

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Mon, 25 Jul 2022 19:46:40 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>235d960a - tests/unix_passfd: compile SOCK_STREAM and SOCK_DGRAM versions</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#235d960a</link>
        <description>tests/unix_passfd: compile SOCK_STREAM and SOCK_DGRAM versionsMost test pass identically on different kinds of sockets. However,few edge cases work differently on stream and datagram sockets. Wewant to exercise this and document.Differential revision:	https://reviews.freebsd.org/D35420

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Fri, 24 Jun 2022 16:09:11 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d896da9 - tests/unix_passfd: Prevent running them in parallel</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#2d896da9</link>
        <description>tests/unix_passfd: Prevent running them in parallelOnly the send_and_shutdown test is exclusive, but kyua doesn&apos;t allowto prevent parallel execution of a single test.Approved by:	glebiusSponsored by:	NetflixDifferential Revision:	https://reviews.freebsd.org/D35260

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Mon, 23 May 2022 13:30:25 +0000</pubDate>
        <dc:creator>Olivier Cochard &lt;olivier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c678572e - Prevent running sigwait tests in parallel</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#c678572e</link>
        <description>Prevent running sigwait tests in paralleltest_sig_discard_ign_* could not run at the same time.Approved by:	dchaginSponsored by:	NetflixDifferential Revision:	https://reviews.freebsd.org/D35236

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Tue, 17 May 2022 21:28:56 +0000</pubDate>
        <dc:creator>Olivier Cochard &lt;olivier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d317723 - tests/kern: add tests for PF_UNIX/SOCK_DGRAM</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#6d317723</link>
        <description>tests/kern: add tests for PF_UNIX/SOCK_DGRAM

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Thu, 12 May 2022 18:02:41 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c8b5c478 - Add tests for affinity syscalls.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#c8b5c478</link>
        <description>Add tests for affinity syscalls.MFC after:		2 weeks

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Wed, 11 May 2022 07:39:18 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>128b9bf9 - Add tests for sigwait family syscalls.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#128b9bf9</link>
        <description>Add tests for sigwait family syscalls.MFC after:		2 weeks

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Mon, 25 Apr 2022 10:20:12 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4642a6fa - Disable building kcov test on powerpcspe</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#4642a6fa</link>
        <description>Disable building kcov test on powerpcspeIt&apos;s also 32-bit and lacks support for the needed atomic operations.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Thu, 14 Apr 2022 15:03:00 +0000</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b7d882f - Enable the kcov tests on supported architectures</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/kern/Makefile#1b7d882f</link>
        <description>Enable the kcov tests on supported architecturesi386 and 32-bit powerpc lack support for the needed atomic operationsin userspace.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/tests/sys/kern/Makefile</description>
        <pubDate>Thu, 07 Apr 2022 13:31:32 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
