<?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 README</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>4a0fc138e5eb343e45388e66698a4765b308a622 - tools: add arc4random_uniform() bias test</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#4a0fc138e5eb343e45388e66698a4765b308a622</link>
        <description>tools: add arc4random_uniform() bias testThis test program executed arc4random_uniform() repeatedly andanalyzes the distribution of return values, showing how similarthe parameters of the observed outcome are to the expectedparameters of an equidistribution.This cannot be a unit test as it takes quite a while to run andlots of memory (~3 GB) to execute.Reviewed by:	cemApproved by:	emasteDifferential Revision:	https://reviews.freebsd.org/D47659

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Wed, 27 Nov 2024 18:37:58 +0100</pubDate>
        <dc:creator>Robert Clausecker &lt;fuz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>05248206f720394d95c2a7475429311df670a2e9 - Remove $FreeBSD$: one-line bare tag</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#05248206f720394d95c2a7475429311df670a2e9</link>
        <description>Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/

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

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Wed, 03 Mar 2021 13:56:56 +0100</pubDate>
        <dc:creator>Peter Holm &lt;pho@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff3468ac94597efdcbc56f372528dfc98b114dac - Provide userland notification of gpio pin changes (&quot;userland gpio interrupts&quot;).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#ff3468ac94597efdcbc56f372528dfc98b114dac</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/tools/test/README</description>
        <pubDate>Sat, 12 Dec 2020 19:34:15 +0100</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5d8944a83ff8a3aad14197b7aa0800ff9bda95e - Catch up with head (r291075).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#a5d8944a83ff8a3aad14197b7aa0800ff9bda95e</link>
        <description>Catch up with head (r291075).

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Thu, 19 Nov 2015 17:28:42 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c3feed41a52b5692575275541bce39a83146644 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#3c3feed41a52b5692575275541bce39a83146644</link>
        <description>Merge from head

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Sun, 01 Nov 2015 22:17:38 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9300da1d3d559da5a6e1ca29d2878c9250669aaf - Fix spelling and grammer in tools/test/README.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#9300da1d3d559da5a6e1ca29d2878c9250669aaf</link>
        <description>Fix spelling and grammer in tools/test/README.Reviewed by:	gnn

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Wed, 28 Oct 2015 16:00:21 +0100</pubDate>
        <dc:creator>Eric van Gyzen &lt;vangyzen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f12bed1cdac50bb2402aed914c8e45904e13658 - Update the README to describe all the current tests in this directory.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#9f12bed1cdac50bb2402aed914c8e45904e13658</link>
        <description>Update the README to describe all the current tests in this directory.

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Wed, 28 Oct 2015 04:39:18 +0100</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e6e746bfb086d563bf0ad454a33ecbcab8836dbf - MFH: r278968-r280640</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#e6e746bfb086d563bf0ad454a33ecbcab8836dbf</link>
        <description>MFH: r278968-r280640Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Wed, 25 Mar 2015 23:35:08 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa1e92b687fa55aae3b9aff3cddc806ddd49cc4b - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#fa1e92b687fa55aae3b9aff3cddc806ddd49cc4b</link>
        <description>Merge from head

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Wed, 04 Mar 2015 22:33:08 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca65be80fd770188b15b4aecdd245ddbeb7f46ed - Merge ^/head r279313 through r279595.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#ca65be80fd770188b15b4aecdd245ddbeb7f46ed</link>
        <description>Merge ^/head r279313 through r279595.

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Wed, 04 Mar 2015 20:47:33 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>072aeeb66a0635e9d658f753a3278984cc1fcc27 - Merge r278538 through r279514.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#072aeeb66a0635e9d658f753a3278984cc1fcc27</link>
        <description>Merge r278538 through r279514.

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Mon, 02 Mar 2015 08:37:01 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e28e010e40f6be43a82af1a989d1d9b9cc8931e - Remove the old DTrace test suite makefile - it was somewhat primitive and</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#1e28e010e40f6be43a82af1a989d1d9b9cc8931e</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/tools/test/README</description>
        <pubDate>Sun, 01 Mar 2015 00:35:29 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a068746777241722b2b32c5d0bc443a2a64d80b - MFC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#6a068746777241722b2b32c5d0bc443a2a64d80b</link>
        <description>MFC

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Tue, 15 May 2012 02:42:12 +0200</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38f1b189cd839bd8aa122ae06cc084810ca1e395 - IFC @ r234692</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#38f1b189cd839bd8aa122ae06cc084810ca1e395</link>
        <description>IFC @ r234692sys/amd64/include/cpufunc.hsys/amd64/include/fpu.hsys/amd64/amd64/fpu.csys/amd64/vmm/vmm.c - Add API to allow vmm FPU state init/save/restore.FP stuff discussed with: kib

            List of files:
            /freebsd/tools/test/README</description>
        <pubDate>Thu, 26 Apr 2012 09:52:28 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d3373029e29b8aebb412f99efbd03cd4fbb853d9 - Add regression tests scripts for multi-IP FIBs exercising the send,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#d3373029e29b8aebb412f99efbd03cd4fbb853d9</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/tools/test/README</description>
        <pubDate>Fri, 17 Feb 2012 05:26:24 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f21f64ac27d77cab4e38e6ee81be926b7b1bfd1 - MFC: r207151</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/test/README#1f21f64ac27d77cab4e38e6ee81be926b7b1bfd1</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/tools/test/README</description>
        <pubDate>Sun, 02 May 2010 18:55:10 +0200</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
