<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/libpthread/linuxthreads/sysdeps/pthread, branch 0.9.31</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>- commentary typo fix</title>
<updated>2009-01-21T23:18:41+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2009-01-21T23:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=1df91c2a061664ff1411433e849496011240d898'/>
<id>1df91c2a061664ff1411433e849496011240d898</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are not</title>
<updated>2008-12-29T13:44:44+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-12-29T13:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=30f06faa24eb3d6da34c80f5632a7f01aee900e0'/>
<id>30f06faa24eb3d6da34c80f5632a7f01aee900e0</id>
<content type='text'>
  implemented anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  implemented anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>sigaction overhaul as described in docs/sigaction.txt</title>
<updated>2008-12-15T09:29:33+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-15T09:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=885f507317b6c8576ba2e298c2249d27ea6f8404'/>
<id>885f507317b6c8576ba2e298c2249d27ea6f8404</id>
<content type='text'>
Run tested on i386.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run tested on i386.

</pre>
</div>
</content>
</entry>
<entry>
<title>Move kernel-features.h header from the linuxthread directory</title>
<updated>2008-12-11T14:45:14+00:00</updated>
<author>
<name>Carmelo Amoroso</name>
<email>carmelo.amoroso@st.com</email>
</author>
<published>2008-12-11T14:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=0f0f20abd295592740a1e764abb976e0db337d86'/>
<id>0f0f20abd295592740a1e764abb976e0db337d86</id>
<content type='text'>
to a common one (libc/sysdeps/linux/common/bits) so that any 
function can access to supported kernel feature (i.e. getdents).

Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to a common one (libc/sysdeps/linux/common/bits) so that any 
function can access to supported kernel feature (i.e. getdents).

Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Add globally __stringify macro in libc-symbols.h.</title>
<updated>2008-09-25T06:38:21+00:00</updated>
<author>
<name>Carmelo Amoroso</name>
<email>carmelo.amoroso@st.com</email>
</author>
<published>2008-09-25T06:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=9d7a9d2ef6298b0d3680dc86c76af79da04c2199'/>
<id>9d7a9d2ef6298b0d3680dc86c76af79da04c2199</id>
<content type='text'>
Remove all other duplicated definitions.

Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove all other duplicated definitions.

Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use getdents syscall if kernel provide supports for this</title>
<updated>2008-09-09T12:01:37+00:00</updated>
<author>
<name>Carmelo Amoroso</name>
<email>carmelo.amoroso@st.com</email>
</author>
<published>2008-09-09T12:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=33bcf733559a1108049c1d33ea8fafce0150e5f8'/>
<id>33bcf733559a1108049c1d33ea8fafce0150e5f8</id>
<content type='text'>
instead of relying upon getdents64.

Signed-off-by: Filippo Arcidiacono &lt;filippo.arcidiacono@st.com&gt;
Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of relying upon getdents64.

Signed-off-by: Filippo Arcidiacono &lt;filippo.arcidiacono@st.com&gt;
Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>- trim any trailing whitespace</title>
<updated>2008-07-23T11:23:36+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-07-23T11:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=1f020b178664857b0e107778d04fb971a58e6230'/>
<id>1f020b178664857b0e107778d04fb971a58e6230</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix inline keyword</title>
<updated>2008-07-23T11:19:00+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-07-23T11:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=f1775381f91f1250b20f1949dfd0364ddb0ee9fc'/>
<id>f1775381f91f1250b20f1949dfd0364ddb0ee9fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Peter Mazinger pointed out that my last commit was faulty.</title>
<updated>2007-01-11T22:39:13+00:00</updated>
<author>
<name>Joakim Tjernlund</name>
<email>joakim.tjernlund@transmode.se</email>
</author>
<published>2007-01-11T22:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=c8141d994e34babad60b3bb13f3b96636ce4d563'/>
<id>c8141d994e34babad60b3bb13f3b96636ce4d563</id>
<content type='text'>
This should fix it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix it.
</pre>
</div>
</content>
</entry>
<entry>
<title>finish the pthread locking cleanups.  This should get things compiling again</title>
<updated>2006-12-08T03:19:36+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2006-12-08T03:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=7270c874630a097227a07891dd50bf8baefc3f07'/>
<id>7270c874630a097227a07891dd50bf8baefc3f07</id>
<content type='text'>
though I still need to silence the warnings about _pthread_cleanup_push_defer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
though I still need to silence the warnings about _pthread_cleanup_push_defer
</pre>
</div>
</content>
</entry>
</feed>
