<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libthr/pthread.map, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2008-06-09T01:14:10Z</updated>
<entry>
<title>Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,</title>
<updated>2008-06-09T01:14:10Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-06-09T01:14:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=83a07587898c460f4444b85725f2dbdf26cf6f33'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu</title>
<updated>2008-03-22T09:59:20Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-03-22T09:59:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9939a13667567dd4b0c3496953d99b87a6995208'/>
<id>urn:sha1:9939a13667567dd4b0c3496953d99b87a6995208</id>
<content type='text'>
time clock id.
</content>
</entry>
<entry>
<title>Add more cpu affinity function's symbols.</title>
<updated>2008-03-05T06:56:35Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-03-05T06:56:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07bbb16640b23f39dcfaac20ebfc66338b26fc97'/>
<id>urn:sha1:07bbb16640b23f39dcfaac20ebfc66338b26fc97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement functions pthread_getaffinity_np and pthread_setaffinity_np to</title>
<updated>2008-03-03T09:16:29Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-03-03T09:16:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=57030e10718c5a6737cf2991d34941385230dc4c'/>
<id>urn:sha1:57030e10718c5a6737cf2991d34941385230dc4c</id>
<content type='text'>
get and set thread's cpu affinity mask.
</content>
</entry>
<entry>
<title>Yet another pointy hat: when I zapped FBSDprivate_1.1, I forgot to move</title>
<updated>2008-02-06T20:45:46Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T20:45:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=47252f4e65a64cfcde317ef4e990330924f36d32'/>
<id>urn:sha1:47252f4e65a64cfcde317ef4e990330924f36d32</id>
<content type='text'>
its contents to FBSDprivate_1.0.
</content>
</entry>
<entry>
<title>Convert pthread.map to the format expected by version_gen.awk, and modify</title>
<updated>2008-02-06T20:25:00Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T20:25:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a9b9744ff8c9cbc3b009c6257416d66dc764454b'/>
<id>urn:sha1:a9b9744ff8c9cbc3b009c6257416d66dc764454b</id>
<content type='text'>
the Makefile accordingly; libthr now explicitly uses libc's Versions.def.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Remove incorrectly added FBSDprivate_1.1 namespace, and move symbols which</title>
<updated>2008-02-06T20:20:29Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T20:20:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=facfc982265540e2f61325f2f582b79523bac638'/>
<id>urn:sha1:facfc982265540e2f61325f2f582b79523bac638</id>
<content type='text'>
are new in FreeBSD 8 to the appropriate namespace.
</content>
</entry>
<entry>
<title>Per discussion on -threads, rename _islocked_np() to _isowned_np().</title>
<updated>2008-02-06T19:34:31Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T19:34:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1cbdac2668c7f7a910145a40986030de83ca902a'/>
<id>urn:sha1:1cbdac2668c7f7a910145a40986030de83ca902a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex is</title>
<updated>2008-02-03T22:38:10Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-03T22:38:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5fd410a787914ebad3df474b27908ea2d6444288'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Remove vfork() overloading, it is no longer needed.</title>
<updated>2007-12-20T04:32:28Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2007-12-20T04:32:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=06c8eb55ceb11e005252eb355d52371d2d0c3154'/>
<id>urn:sha1:06c8eb55ceb11e005252eb355d52371d2d0c3154</id>
<content type='text'>
</content>
</entry>
</feed>
