<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libthr/pthread.map, branch release/8.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.</title>
<updated>2011-02-16T16:18:46+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2011-02-16T16:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dec99dafe5763ba1db6950342aa80a634169c083'/>
<id>dec99dafe5763ba1db6950342aa80a634169c083</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.2-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.2-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,</title>
<updated>2008-06-09T01:14:10+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-06-09T01:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=83a07587898c460f4444b85725f2dbdf26cf6f33'/>
<id>83a07587898c460f4444b85725f2dbdf26cf6f33</id>
<content type='text'>
use stack space to keep cleanup information, this eliminates overhead of
calling malloc() and free() in thread library.

Discussed on: thread@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use stack space to keep cleanup information, this eliminates overhead of
calling malloc() and free() in thread library.

Discussed on: thread@
</pre>
</div>
</content>
</entry>
<entry>
<title>Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu</title>
<updated>2008-03-22T09:59:20+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-03-22T09:59:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9939a13667567dd4b0c3496953d99b87a6995208'/>
<id>9939a13667567dd4b0c3496953d99b87a6995208</id>
<content type='text'>
time clock id.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
time clock id.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more cpu affinity function's symbols.</title>
<updated>2008-03-05T06:56:35+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-03-05T06:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=07bbb16640b23f39dcfaac20ebfc66338b26fc97'/>
<id>07bbb16640b23f39dcfaac20ebfc66338b26fc97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement functions pthread_getaffinity_np and pthread_setaffinity_np to</title>
<updated>2008-03-03T09:16:29+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-03-03T09:16:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=57030e10718c5a6737cf2991d34941385230dc4c'/>
<id>57030e10718c5a6737cf2991d34941385230dc4c</id>
<content type='text'>
get and set thread's cpu affinity mask.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
get and set thread's cpu affinity mask.
</pre>
</div>
</content>
</entry>
<entry>
<title>Yet another pointy hat: when I zapped FBSDprivate_1.1, I forgot to move</title>
<updated>2008-02-06T20:45:46+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T20:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=47252f4e65a64cfcde317ef4e990330924f36d32'/>
<id>47252f4e65a64cfcde317ef4e990330924f36d32</id>
<content type='text'>
its contents to FBSDprivate_1.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
its contents to FBSDprivate_1.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert pthread.map to the format expected by version_gen.awk, and modify</title>
<updated>2008-02-06T20:25:00+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T20:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9b9744ff8c9cbc3b009c6257416d66dc764454b'/>
<id>a9b9744ff8c9cbc3b009c6257416d66dc764454b</id>
<content type='text'>
the Makefile accordingly; libthr now explicitly uses libc's Versions.def.

MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the Makefile accordingly; libthr now explicitly uses libc's Versions.def.

MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove incorrectly added FBSDprivate_1.1 namespace, and move symbols which</title>
<updated>2008-02-06T20:20:29+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T20:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=facfc982265540e2f61325f2f582b79523bac638'/>
<id>facfc982265540e2f61325f2f582b79523bac638</id>
<content type='text'>
are new in FreeBSD 8 to the appropriate namespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are new in FreeBSD 8 to the appropriate namespace.
</pre>
</div>
</content>
</entry>
<entry>
<title>Per discussion on -threads, rename _islocked_np() to _isowned_np().</title>
<updated>2008-02-06T19:34:31+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T19:34:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1cbdac2668c7f7a910145a40986030de83ca902a'/>
<id>1cbdac2668c7f7a910145a40986030de83ca902a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex is</title>
<updated>2008-02-03T22:38:10+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-03T22:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5fd410a787914ebad3df474b27908ea2d6444288'/>
<id>5fd410a787914ebad3df474b27908ea2d6444288</id>
<content type='text'>
locked.  This is intended primarily to support the userland equivalent
of the various *_ASSERT_LOCKED() macros we have in the kernel.

MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
locked.  This is intended primarily to support the userland equivalent
of the various *_ASSERT_LOCKED() macros we have in the kernel.

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