<?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>ae0245f0df673b85ba0c283bf444f7b2468957ab - Test kernel/kqueue/t_timer, subtests abstime, basic_timer and timer_units</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/kernel/kqueue/Makefile#ae0245f0df673b85ba0c283bf444f7b2468957ab</link>
        <description>Test kernel/kqueue/t_timer, subtests abstime, basic_timer and timer_unitsoften fail when run on QEMU because QEMU misses clock interrupts.Always check timespec against expected &quot;tv_sec&quot; and use an &quot;4 * tv_sec&quot;upper bound when run under QEMU.Now becomes part of PR kern/43997 &quot;Kernel timer discrepancies&quot;.

            List of files:
            /netbsd-src/tests/kernel/kqueue/Makefile</description>
        <pubDate>Sun, 21 Nov 2021 09:35:39 +0000</pubDate>
        <dc:creator>hannken &lt;hannken@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4e78a8a8afb5e1688a619050b16e83c0b4467194 - Fix a regression introduced in kern_event.c,v 1.129 that would cause</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/kernel/kqueue/Makefile#4e78a8a8afb5e1688a619050b16e83c0b4467194</link>
        <description>Fix a regression introduced in kern_event.c,v 1.129 that would cause&quot;udata&quot; to get clobbered on ONESHOT events, and add a unit test for it.Reported by martin@ (manifested in his case as a KASSERT() firing whenrunning unit tests in COMPAT_NETBSD32).

            List of files:
            /netbsd-src/tests/kernel/kqueue/Makefile</description>
        <pubDate>Sat, 23 Oct 2021 18:46:26 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5b88446290ad1ecec5b922a57304cbe27381922 - Add support for the EVFILT_EMPTY filter, which is activated when the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/kernel/kqueue/Makefile#d5b88446290ad1ecec5b922a57304cbe27381922</link>
        <description>Add support for the EVFILT_EMPTY filter, which is activated when thewrite buffer associated with the file descriptor is empty.  This iscurrently implemented only for sockets, and is intended primarily toprovide visibility to applications that all previously written datahas been acknowledged by the TCP layer on the receiver.  Compatiblewith the same filter in FreeBSD.

            List of files:
            /netbsd-src/tests/kernel/kqueue/Makefile</description>
        <pubDate>Sat, 23 Oct 2021 01:28:33 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dbceac44db78762dd4294d6fb78dc2fd13212212 - Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/kernel/kqueue/Makefile#dbceac44db78762dd4294d6fb78dc2fd13212212</link>
        <description>Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS,NOTE_NSECONDS, and NOTE_ABSTIME filter flags to EVFILT_TIMER,API-compatible with the same in FreeBSD.

            List of files:
            /netbsd-src/tests/kernel/kqueue/Makefile</description>
        <pubDate>Wed, 13 Oct 2021 04:57:19 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8831e8f699cb089dd0e1a235db2e021fa060d47 - Add a test case for the race condition in PR kern/50094, modeled after</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/kernel/kqueue/Makefile#a8831e8f699cb089dd0e1a235db2e021fa060d47</link>
        <description>Add a test case for the race condition in PR kern/50094, modeled afterthe Go run-time scenario described in the PR.

            List of files:
            /netbsd-src/tests/kernel/kqueue/Makefile</description>
        <pubDate>Sun, 10 Oct 2021 17:47:38 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09a886100cea06866df46a150ae607d02ac9eb16 - Tab alignment</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/kernel/kqueue/Makefile#09a886100cea06866df46a150ae607d02ac9eb16</link>
        <description>Tab alignment

            List of files:
            /netbsd-src/tests/kernel/kqueue/Makefile</description>
        <pubDate>Fri, 29 Apr 2016 07:12:34 +0000</pubDate>
        <dc:creator>ryoon &lt;ryoon@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b8ae57c505d19e61198b1c9df0c626a115fe70 - bump warns.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/kernel/kqueue/Makefile#d0b8ae57c505d19e61198b1c9df0c626a115fe70</link>
        <description>bump warns.

            List of files:
            /netbsd-src/tests/kernel/kqueue/Makefile</description>
        <pubDate>Wed, 14 Jan 2015 22:22:32 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f611942e778045fd3e333c7d39c004688a4ef552 - Unbreak the NOTE_TRACK event of EVFILT_PROC. When attaching to the child</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/kernel/kqueue/Makefile#f611942e778045fd3e333c7d39c004688a4ef552</link>
        <description>Unbreak the NOTE_TRACK event of EVFILT_PROC. When attaching to the childprocess, proc_find can&apos;t be used as the child is still in state SIDL.

            List of files:
            /netbsd-src/tests/kernel/kqueue/Makefile</description>
        <pubDate>Sat, 17 Nov 2012 21:55:24 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d0b4b5bb84757c65a8b8d70c31a1b122f4d9fc3 - Get rid of static Atffiles and let bsd.test.mk generate them on the fly.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/kernel/kqueue/Makefile#9d0b4b5bb84757c65a8b8d70c31a1b122f4d9fc3</link>
        <description>Get rid of static Atffiles and let bsd.test.mk generate them on the fly.

            List of files:
            /netbsd-src/tests/kernel/kqueue/Makefile</description>
        <pubDate>Tue, 13 Jul 2010 21:13:21 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>99635d94f82fb58d3c51bb4c370c3b720b278ab1 - Add the kernel-level tests developed by Lukasz Strzygowski as part of the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/kernel/kqueue/Makefile#99635d94f82fb58d3c51bb4c370c3b720b278ab1</link>
        <description>Add the kernel-level tests developed by Lukasz Strzygowski as part of theatfify GSoC 2008 project.

            List of files:
            /netbsd-src/tests/kernel/kqueue/Makefile</description>
        <pubDate>Fri, 20 Feb 2009 21:39:57 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
