<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/test, branch releng/10.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Add simple test for the read/write/lseek on posix shm filedescriptor.</title>
<updated>2013-08-21T17:47:11+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-08-21T17:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7291e2a320cfe54b6d9c988be5502509599df94f'/>
<id>7291e2a320cfe54b6d9c988be5502509599df94f</id>
<content type='text'>
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
</pre>
</div>
</content>
</entry>
<entry>
<title>This test is working now, so remove it from NOTWORK.</title>
<updated>2013-06-02T01:07:38+00:00</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2013-06-02T01:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1e86bf67f54f16c797eafbe3efabd22d63d17ca5'/>
<id>1e86bf67f54f16c797eafbe3efabd22d63d17ca5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>As python3 does not have raw_input(), convert it to input() when we</title>
<updated>2013-05-13T19:53:19+00:00</updated>
<author>
<name>Hiren Panchasara</name>
<email>hiren@FreeBSD.org</email>
</author>
<published>2013-05-13T19:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=05864d89d10c54fe35fe510833c55e41b47170a0'/>
<id>05864d89d10c54fe35fe510833c55e41b47170a0</id>
<content type='text'>
are using python3.

PR:	177214
Reviewed by:	gnn
Approved by:	sbruno (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are using python3.

PR:	177214
Reviewed by:	gnn
Approved by:	sbruno (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix this script so we don't expand the second $FreeBSD since svn thinks</title>
<updated>2013-02-27T19:59:58+00:00</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2013-02-27T19:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=80ff58b89dcacfe07fe20b045890df9db5ca0af0'/>
<id>80ff58b89dcacfe07fe20b045890df9db5ca0af0</id>
<content type='text'>
the $ in $1 ends the keyword, and expands it...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the $ in $1 ends the keyword, and expands it...
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework the handling of the children for the pthread_vfork_test.  The</title>
<updated>2013-01-30T13:14:34+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-01-30T13:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9005607c8fa7317a759f1fc16cae4738f9a2fbb3'/>
<id>9005607c8fa7317a759f1fc16cae4738f9a2fbb3</id>
<content type='text'>
trivial handler for SIGCHLD is installed, and SIGCHLD is blocked, to
not abandon our zombies to init(8). This way, the zombies are around
slightly longer, allowing to actually exercise the logic for p_pwait
use by the test.

MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
trivial handler for SIGCHLD is installed, and SIGCHLD is blocked, to
not abandon our zombies to init(8). This way, the zombies are around
slightly longer, allowing to actually exercise the logic for p_pwait
use by the test.

MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>A number of places in the source tree still reference cuad.* after</title>
<updated>2012-12-08T22:16:36+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-12-08T22:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=839f11a4fe18e4ae2dd930766b551fa67e354735'/>
<id>839f11a4fe18e4ae2dd930766b551fa67e354735</id>
<content type='text'>
sio(4) was deprecated by uart(4).

s/cuad/cuau/g/

PR:		docs/171533
Reviewed by:	imp
Approved by:	cperciva (implicit)
MFC after:	3 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sio(4) was deprecated by uart(4).

s/cuad/cuau/g/

PR:		docs/171533
Reviewed by:	imp
Approved by:	cperciva (implicit)
MFC after:	3 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Covert to python 3</title>
<updated>2012-10-22T02:12:02+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-10-22T02:12:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=168ff9ab82c45f39c3c91800bdb41ba15c93b47b'/>
<id>168ff9ab82c45f39c3c91800bdb41ba15c93b47b</id>
<content type='text'>
Approved by:	cperciva
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	cperciva
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SOFT as a possible section to exclude from counter list.</title>
<updated>2012-09-10T16:32:28+00:00</updated>
<author>
<name>Fabien Thomas</name>
<email>fabient@FreeBSD.org</email>
</author>
<published>2012-09-10T16:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=345ddfcfe96ec7cc2bbe8b0217eea546fdab200a'/>
<id>345ddfcfe96ec7cc2bbe8b0217eea546fdab200a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a reasonable error message telling the caller to specify a program</title>
<updated>2012-09-04T20:14:37+00:00</updated>
<author>
<name>George V. Neville-Neil</name>
<email>gnn@FreeBSD.org</email>
</author>
<published>2012-09-04T20:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d2c10b2a70e08c3d2a51c65de4b4510b9bb5921b'/>
<id>d2c10b2a70e08c3d2a51c65de4b4510b9bb5921b</id>
<content type='text'>
to be executed under hwpmc.  If there is no program to run then
exit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to be executed under hwpmc.  If there is no program to run then
exit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test program, written by Stephan Uphoff, which demonstrates the</title>
<updated>2012-07-11T19:12:10+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2012-07-11T19:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f1a4133b814a599c1dee4e570f33f90462451cca'/>
<id>f1a4133b814a599c1dee4e570f33f90462451cca</id>
<content type='text'>
deadlock due to i/o performed over the buffers backed by file mappings.

MFC after:	2 weeks
Approved by:	ups
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
deadlock due to i/o performed over the buffers backed by file mappings.

MFC after:	2 weeks
Approved by:	ups
</pre>
</div>
</content>
</entry>
</feed>
