<?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 README</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>05248206 - Remove $FreeBSD$: one-line bare tag</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#05248206</link>
        <description>Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Wed, 16 Aug 2023 17:55:20 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a272653 - stress2:	 Initial import</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#8a272653</link>
        <description>stress2:	 Initial importDiscussed with:	 kib

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Wed, 03 Mar 2021 12:56:56 +0000</pubDate>
        <dc:creator>Peter Holm &lt;pho@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff3468ac - Provide userland notification of gpio pin changes (&quot;userland gpio interrupts&quot;).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#ff3468ac</link>
        <description>Provide userland notification of gpio pin changes (&quot;userland gpio interrupts&quot;).This is an import of the Google Summer of Code 2018 project completed byChristian Kramer (and, sadly, ignored by us for two years now).  The goalsstated for that project were:    FreeBSD already has support for interrupts implemented in the GPIO    controller drivers of several SoCs, but there are no interfaces to take    advantage of them out of user space yet. The goal of this work is to    implement such an interface by providing descriptors which integrate    with the common I/O system calls and multiplexing mechanisms.The initial imported code supports the following functionality: -  A kernel driver that provides an interface to the user space; the    existing gpioc(4) driver was enhanced with this functionality. -  Implement support for the most common I/O system calls / multiplexing    mechanisms:     -  read() Places the pin number on which the interrupt occurred in the        buffer. Blocking and non-blocking behaviour supported.     -	poll()/select()     -	kqueue()     -	signal driven I/O. Posting SIGIO when the O_ASYNC was set. -  Many-to-many relationship between pins and file descriptors.     -  A file descriptor can monitor several GPIO pins.     -  A GPIO pin can be monitored by multiple file descriptors. -  Integration with gpioctl and libgpio.I added some fixes (mostly to locking) and feature enhancements on top ofthe original gsoc code.  The feature ehancements allow the user to choosebetween detailed and summary event reporting.  Detailed reporting providesa record describing each pin change event.  Summary reporting provides thetime of the first and last change of each pin, and a count of how many timesit changed state since the last read(2) call.  Another enhancement allowsthe recording of multiple state change events on multiple pins between eachcall to read(2) (the original code would track only a single event at a time).The phabricator review for these changes timed out without approval, but Icite it below anyway, because the review contains a series of diffs thatshow how I evolved the code from its original state in Christian&apos;s githubrepo for the gsoc project to what is being commited here.  (In effect,the phab review extends the VC history back to the original code.)Submitted by:	Christian KramerObtained from:	https://github.com/ckraemer/freebsd/tree/gsoc2018Differential Revision:	https://reviews.freebsd.org/D27398

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Sat, 12 Dec 2020 18:34:15 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9300da1d - Fix spelling and grammer in tools/test/README.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#9300da1d</link>
        <description>Fix spelling and grammer in tools/test/README.Reviewed by:	gnn

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Wed, 28 Oct 2015 15:00:21 +0000</pubDate>
        <dc:creator>Eric van Gyzen &lt;vangyzen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f12bed1 - Update the README to describe all the current tests in this directory.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#9f12bed1</link>
        <description>Update the README to describe all the current tests in this directory.

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Wed, 28 Oct 2015 03:39:18 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e28e010 - Remove the old DTrace test suite makefile - it was somewhat primitive and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#1e28e010</link>
        <description>Remove the old DTrace test suite makefile - it was somewhat primitive andmostly unmaintained, and it has been superseded by the infrastructure addedin r279418.Reviewed by:	ngieSponsored by:	EMC / Isilon Storage Divison

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Sat, 28 Feb 2015 23:35:29 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d3373029 - Add regression tests scripts for multi-IP FIBs exercising the send,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#d3373029</link>
        <description>Add regression tests scripts for multi-IP FIBs exercising the send,receive and forward path tagging packets with both the ifconfig fiboption or using ipfw, running ICMP6, TCP/v6 and UDP/v6 tests andtesting both setfib(2) as well as the SO_SETFIB socket option.At 16 FIBs a total of over 64k return codes/replies/stati are checked,sometimes multiple times (in different ways, e.g. the reflected requestas well as ipfw counter values).The scripts need two or three machines to run and are thus not addedto the tools/regression framework but only to tools/test.Sponsored by:	Cisco Systems, Inc.

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Fri, 17 Feb 2012 04:26:24 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f21f64a - MFC: r207151</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#1f21f64a</link>
        <description>MFC: r207151Add a TestFloat based test suite for floating-point implementationscurrently supporting sparc64. After a `make depend all` there arethree programs; testsoftfloat for testing against the SoftFloat insrc/lib/libc/softfloat for reference purposes, testemufloat fortesting the emulator source in src/lib/libc/sparc64/fpu and testfloatfor testing with the installed libc. Support for other architecturescan be added as needed.PR:		144900Submitted by:	Peter Jeremy

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Sun, 02 May 2010 16:55:10 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a12be0b9 - Add the DTrace test makefile for the test suite distributed in OpenSolaris.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#a12be0b9</link>
        <description>Add the DTrace test makefile for the test suite distributed in OpenSolaris.

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Sat, 17 May 2008 02:09:48 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59b90664 - Add $FreeBSD$.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#59b90664</link>
        <description>Add $FreeBSD$.Describe the other two directories in here.

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Mon, 08 Oct 2001 12:28:31 +0000</pubDate>
        <dc:creator>Jeroen Ruigrok van der Werven &lt;asmodai@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>03bbd5cc - Fix a couple of typos.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#03bbd5cc</link>
        <description>Fix a couple of typos.

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Fri, 07 Mar 1997 01:48:24 +0000</pubDate>
        <dc:creator>Mike Pritchard &lt;mpp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>953a3198 - malloc.c	A program to benchmark and test malloc.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#953a3198</link>
        <description>malloc.c	A program to benchmark and test malloc.

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Sun, 15 Oct 1995 12:29:12 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fbbdcf6a - README reads:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/README#fbbdcf6a</link>
        <description>README reads:This directory is for test programs.A test program is one that will excercise a particular bit of the systemand try to break it and/or measuring performance on it.Please make a subdir per program, and add a brief description to this file.

            List of files:
            /freebsd-14.2/tools/test/README</description>
        <pubDate>Sun, 15 Oct 1995 11:27:49 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
