<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libpthread/arch/sparc64, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2007-10-09T14:16:39Z</updated>
<entry>
<title>Repo copy libpthreads to libkse.</title>
<updated>2007-10-09T14:16:39Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2007-10-09T14:16:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aaffe2b157f65a534c955edb61c88aa1b764266d'/>
<id>urn:sha1:aaffe2b157f65a534c955edb61c88aa1b764266d</id>
<content type='text'>
This introduces the WITHOUT_LIBKSE nob,
and changes WITHOUT_LIBPTHREADS to mean with neither threading libs.
Approved by:	re(kensmith)
</content>
</entry>
<entry>
<title>Fix compile, s/tp_dtv/tp_tdv/g.</title>
<updated>2004-08-16T14:07:38Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-08-16T14:07:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f914e34db60451949199d2a3b1fa050b0588af10'/>
<id>urn:sha1:f914e34db60451949199d2a3b1fa050b0588af10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1. Add macro DTV_OFFSET to calculate dtv offset in tcb.</title>
<updated>2004-08-16T03:27:29Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-08-16T03:27:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a002d437eaf0d15470bc75c142a22ff3d643b030'/>
<id>urn:sha1:a002d437eaf0d15470bc75c142a22ff3d643b030</id>
<content type='text'>
2. Export symbols needed by debugger.
</content>
</entry>
<entry>
<title>Add TLS support for i386 and amd64.</title>
<updated>2004-08-15T16:28:05Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2004-08-15T16:28:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=99c8d0836d46bae77bce109ca19c8518e91b3f31'/>
<id>urn:sha1:99c8d0836d46bae77bce109ca19c8518e91b3f31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call kse_switchin to switch context when being debugged.</title>
<updated>2004-07-13T22:54:23Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-07-13T22:54:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e378b41cb4c59163562f6431ee93afa00942d8af'/>
<id>urn:sha1:e378b41cb4c59163562f6431ee93afa00942d8af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't forget to initialize the fake tcb when the kcb is allocated.</title>
<updated>2003-10-12T16:50:45Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2003-10-12T16:50:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=077af0a4b4ed7159699a3970554afb079d0aa079'/>
<id>urn:sha1:077af0a4b4ed7159699a3970554afb079d0aa079</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reverse the order of the first two arguments to _sparc64_enter_uts().</title>
<updated>2003-10-09T20:52:17Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2003-10-09T20:52:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1f2215bcc491fa15202ba0efbc32cba681a30999'/>
<id>urn:sha1:1f2215bcc491fa15202ba0efbc32cba681a30999</id>
<content type='text'>
The first argument is the UTS function, the second argument is the
first argument to the UTS function.  Who's on first.
</content>
</entry>
<entry>
<title>Convert a couple of hardcoded values to constants.  Make thr_getcontext()</title>
<updated>2003-10-09T14:48:09Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2003-10-09T14:48:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=97576c1c61a122b56c34b6fd9dca2b83f9643b83'/>
<id>urn:sha1:97576c1c61a122b56c34b6fd9dca2b83f9643b83</id>
<content type='text'>
return 0 when called the first time, and return 1 when resumed by
thr_setcontext().
</content>
</entry>
<entry>
<title>Add preliminary sparc64 support to libpthread.  This does not</title>
<updated>2003-10-09T02:32:28Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2003-10-09T02:32:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=203a51090bdc011c1b61b29cd96db34d1144434e'/>
<id>urn:sha1:203a51090bdc011c1b61b29cd96db34d1144434e</id>
<content type='text'>
yet work, but hopefully someone familiar with the sparc64
port can pick up the reins.

Submitted by:	jake
With mods by:	deischen
</content>
</entry>
</feed>
