<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/libpthread/linuxthreads/sysdeps/pthread/bits, branch svn_nptl</title>
<subtitle>Where we track our uclibc patches
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/'/>
<entry>
<title>When you delete a '1' does it become '0' or tri-stated?</title>
<updated>2006-12-16T04:40:40+00:00</updated>
<author>
<name>"Steven J. Hill"</name>
<email>sjhill@realitydiluted.com</email>
</author>
<published>2006-12-16T04:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=1bcf527f5f8c94aac1b2e80b585898a7266293af'/>
<id>1bcf527f5f8c94aac1b2e80b585898a7266293af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from trunk.</title>
<updated>2006-08-18T02:53:54+00:00</updated>
<author>
<name>"Steven J. Hill"</name>
<email>sjhill@realitydiluted.com</email>
</author>
<published>2006-08-18T02:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=7e91845af60d913d4b58f83c0044c8685c3c6ffa'/>
<id>7e91845af60d913d4b58f83c0044c8685c3c6ffa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy from trunk.</title>
<updated>2006-02-23T02:35:04+00:00</updated>
<author>
<name>"Steven J. Hill"</name>
<email>sjhill@realitydiluted.com</email>
</author>
<published>2006-02-23T02:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=0f2c86bee22bc756814129b430b0687c7e23df81'/>
<id>0f2c86bee22bc756814129b430b0687c7e23df81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old directories.</title>
<updated>2005-11-16T03:58:05+00:00</updated>
<author>
<name>"Steven J. Hill"</name>
<email>sjhill@realitydiluted.com</email>
</author>
<published>2005-11-16T03:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=4e19db9216b8781b2b34f9b5ce6d3c61d1574a38'/>
<id>4e19db9216b8781b2b34f9b5ce6d3c61d1574a38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with trunk. "So do that funky merge whiiite boy..."</title>
<updated>2005-09-13T02:28:34+00:00</updated>
<author>
<name>"Steven J. Hill"</name>
<email>sjhill@realitydiluted.com</email>
</author>
<published>2005-09-13T02:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=07a485defae1ef578c5b3ce0d4373201948a7345'/>
<id>07a485defae1ef578c5b3ce0d4373201948a7345</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from trunk.</title>
<updated>2005-07-23T22:10:27+00:00</updated>
<author>
<name>"Steven J. Hill"</name>
<email>sjhill@realitydiluted.com</email>
</author>
<published>2005-07-23T22:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=1d2230a7d275706c5f0de850e15527aae3744310'/>
<id>1d2230a7d275706c5f0de850e15527aae3744310</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>There were two versions of 'pthreadtypes.h' originally in uClibc. Also,</title>
<updated>2005-05-14T23:42:47+00:00</updated>
<author>
<name>"Steven J. Hill"</name>
<email>sjhill@realitydiluted.com</email>
</author>
<published>2005-05-14T23:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=af0e80a93e60d0a478c489084607c7175d22dc9e'/>
<id>af0e80a93e60d0a478c489084607c7175d22dc9e</id>
<content type='text'>
since we are going to support the two implementations of pthreads, we
again need to instead create symbolic links to use the proper version
of the file depending on the pthreads option chosen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since we are going to support the two implementations of pthreads, we
again need to instead create symbolic links to use the proper version
of the file depending on the pthreads option chosen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Major update for pthreads, based in large part on improvements</title>
<updated>2003-02-27T18:13:05+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-02-27T18:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=187dd78d7bd1c03fcf16e54a30314512d38e1a4a'/>
<id>187dd78d7bd1c03fcf16e54a30314512d38e1a4a</id>
<content type='text'>
from glibc 2.3.  This should make threads much more efficient.
 -Erik
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from glibc 2.3.  This should make threads much more efficient.
 -Erik
</pre>
</div>
</content>
</entry>
<entry>
<title>Several pthreads updates.  Enable linuxthreads_db.  Several fixes</title>
<updated>2002-08-06T14:49:17+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-08-06T14:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=7711a9b8e870372e19f6bea41a70baa0ea2878dd'/>
<id>7711a9b8e870372e19f6bea41a70baa0ea2878dd</id>
<content type='text'>
related to thread local storage.
 -Erik
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
related to thread local storage.
 -Erik
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill the libc-lock headers, which we do not use and which are</title>
<updated>2002-06-10T21:44:45+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-06-10T21:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=417197ca7ced6f14701137a989dfe0e88edeb6e9'/>
<id>417197ca7ced6f14701137a989dfe0e88edeb6e9</id>
<content type='text'>
not correct for uClibc.  Fix setenv locking to behave itself.
 -Erik
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not correct for uClibc.  Fix setenv locking to behave itself.
 -Erik
</pre>
</div>
</content>
</entry>
</feed>
