<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/regression/pthread, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-12-04T03:17:47Z</updated>
<entry>
<title>Fix LDADD/DPADD that should be LIBADD.</title>
<updated>2015-12-04T03:17:47Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-12-04T03:17:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eacae6dc66aa881c102f11e2003174eea7e8af74'/>
<id>urn:sha1:eacae6dc66aa881c102f11e2003174eea7e8af74</id>
<content type='text'>
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>NO_MAN= has been deprecated in favor of MAN= for some time, go ahead</title>
<updated>2014-04-13T05:21:56Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2014-04-13T05:21:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3bdf775801b218aa5a89564839405b122f4b233e'/>
<id>urn:sha1:3bdf775801b218aa5a89564839405b122f4b233e</id>
<content type='text'>
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.
</content>
</entry>
<entry>
<title>Add missing header needed by sleep(3).</title>
<updated>2013-07-16T09:22:50Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2013-07-16T09:22:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b30cabddc23d8f651df2589874b88514ea90bcc'/>
<id>urn:sha1:4b30cabddc23d8f651df2589874b88514ea90bcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reencode files from latin1 to UTF-8.</title>
<updated>2011-12-29T12:33:27Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2011-12-29T12:33:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=47e236b1780e464ff0d4ca15851c74d7c96426ba'/>
<id>urn:sha1:47e236b1780e464ff0d4ca15851c74d7c96426ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test cases for stack unwinding.</title>
<updated>2010-09-25T04:26:40Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2010-09-25T04:26:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e04b953e48e773903edee543f90af3cd38b7d4a0'/>
<id>urn:sha1:e04b953e48e773903edee543f90af3cd38b7d4a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed missing or broken library dependencies.</title>
<updated>2010-02-25T14:42:26Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2010-02-25T14:42:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9fd69f37d28cfd7438cac3eeb45fe9dd46b4d7dd'/>
<id>urn:sha1:9fd69f37d28cfd7438cac3eeb45fe9dd46b4d7dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mutex_islocked_np -&gt; mutex_isowned_np</title>
<updated>2008-02-06T19:41:05Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T19:41:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ecd14de7d70b8521293511e70a6a5a02cbf6838e'/>
<id>urn:sha1:ecd14de7d70b8521293511e70a6a5a02cbf6838e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>After careful consideration (and a brief discussion with attilio@), change</title>
<updated>2008-02-04T12:35:23Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-04T12:35:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fcd61d91418fa19a4ad71973263f55edb33201d6'/>
<id>urn:sha1:fcd61d91418fa19a4ad71973263f55edb33201d6</id>
<content type='text'>
the semantics of pthread_mutex_islocked_np() to return true if and only if
the mutex is held by the current thread.

Obviously, change the regression test to match.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Add a regression test for pthread_mutex_islocked_np().</title>
<updated>2008-02-03T22:35:45Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-03T22:35:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8dbd3d1b6b9591ff6f8af5973ce7735bb17e99ad'/>
<id>urn:sha1:8dbd3d1b6b9591ff6f8af5973ce7735bb17e99ad</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>initialize mutex and cv.</title>
<updated>2006-12-06T00:03:42Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2006-12-06T00:03:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=56073c9eacb10783c1e3f075850eddcb64383bb2'/>
<id>urn:sha1:56073c9eacb10783c1e3f075850eddcb64383bb2</id>
<content type='text'>
</content>
</entry>
</feed>
