<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/libpthread/linuxthreads/sysdeps, 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>sigwait: remove __sigwait and __GI_sigwait symbols - they are unused</title>
<updated>2009-09-19T05:02:47+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-09-19T01:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=397e6889b734ac2508477752cf2a1acdf9d66fd4'/>
<id>397e6889b734ac2508477752cf2a1acdf9d66fd4</id>
<content type='text'>
sigwait is not called from any uclibc function, so "hidden symbol"
trick is not needed on it. __sigwait also is never used,
and it's not clear why it even existed.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sigwait is not called from any uclibc function, so "hidden symbol"
trick is not needed on it. __sigwait also is never used,
and it's not clear why it even existed.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure</title>
<updated>2009-09-18T18:21:25+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-09-05T20:04:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=12b4c6b14c197397b47122c1a6c60e179d83376f'/>
<id>12b4c6b14c197397b47122c1a6c60e179d83376f</id>
<content type='text'>
    text           data     bss     dec     hex filename
-    370              0       0     370     172 libc/misc/dirent/opendir.o
+    366              0       0     366     16e libc/misc/dirent/opendir.o
-    375              4       0     379     17b libc/pwd_grp/lckpwdf.o
+    356              4       0     360     168 libc/pwd_grp/lckpwdf.o
-    248              0       0     248      f8 librt/shm.o
+    209              0       0     209      d1 librt/shm.o

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    text           data     bss     dec     hex filename
-    370              0       0     370     172 libc/misc/dirent/opendir.o
+    366              0       0     366     16e libc/misc/dirent/opendir.o
-    375              4       0     379     17b libc/pwd_grp/lckpwdf.o
+    356              4       0     360     168 libc/pwd_grp/lckpwdf.o
-    248              0       0     248      f8 librt/shm.o
+    209              0       0     209      d1 librt/shm.o

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix compilation of linuxthreads for sparc64</title>
<updated>2009-05-21T22:33:48+00:00</updated>
<author>
<name>Austin Foxley</name>
<email>austinf@cetoncorp.com</email>
</author>
<published>2009-05-21T20:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=0949826e9501e9f08767aeb476ea1464bf95f218'/>
<id>0949826e9501e9f08767aeb476ea1464bf95f218</id>
<content type='text'>
Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 25744 via svnmerge from </title>
<updated>2009-03-19T18:00:28+00:00</updated>
<author>
<name>Khem Raj</name>
<email>kraj@mvista.com</email>
</author>
<published>2009-03-19T18:00:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=024800c5eaa3c27db28d73f7ac6b7a1c23523f00'/>
<id>024800c5eaa3c27db28d73f7ac6b7a1c23523f00</id>
<content type='text'>
svn+ssh://kraj@svn.uclibc.org/svn/trunk/uClibc

........
  r25744 | austinf | 2009-03-18 16:05:54 -0700 (Wed, 18 Mar 2009) | 3 lines
  
  fix compilation of linuxthreads for sparc
  add myself to MAINTAINERS for sparc
........
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn+ssh://kraj@svn.uclibc.org/svn/trunk/uClibc

........
  r25744 | austinf | 2009-03-18 16:05:54 -0700 (Wed, 18 Mar 2009) | 3 lines
  
  fix compilation of linuxthreads for sparc
  add myself to MAINTAINERS for sparc
........
</pre>
</div>
</content>
</entry>
<entry>
<title>add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)</title>
<updated>2009-03-12T23:04:05+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-03-12T23:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=63abb489adf80e503560668914d600d28d1b5f42'/>
<id>63abb489adf80e503560668914d600d28d1b5f42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>linuxthreads fixes from Will Newton (will.newton AT gmail.com):</title>
<updated>2009-03-12T20:56:23+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-03-12T20:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=3e14f4569fc85aaf53e3df9ffd6d9ec5b2ba5973'/>
<id>3e14f4569fc85aaf53e3df9ffd6d9ec5b2ba5973</id>
<content type='text'>
* share Sys V semaphores in order to get appropriate SEM_UNDO semantics.
* correct guardaddr in pthread_free() for TLS case
* move spinlock unlocking before restart()
* When exit was called from a signal handler, the restart
  from the manager processing the exit request instead restarted the thread
  in pthread_cond_timedwait.
  (see http://sources.redhat.com/ml/libc-ports/2006-05/msg00000.html)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* share Sys V semaphores in order to get appropriate SEM_UNDO semantics.
* correct guardaddr in pthread_free() for TLS case
* move spinlock unlocking before restart()
* When exit was called from a signal handler, the restart
  from the manager processing the exit request instead restarted the thread
  in pthread_cond_timedwait.
  (see http://sources.redhat.com/ml/libc-ports/2006-05/msg00000.html)

</pre>
</div>
</content>
</entry>
<entry>
<title>Added sysdep.h and sysdep-cancel.h for linuxthreads ARM</title>
<updated>2009-01-28T15:23:25+00:00</updated>
<author>
<name>Carmelo Amoroso</name>
<email>carmelo.amoroso@st.com</email>
</author>
<published>2009-01-28T15:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=f3b285b8ba059d789c7c6629fc7e871e1d0871a5'/>
<id>f3b285b8ba059d789c7c6629fc7e871e1d0871a5</id>
<content type='text'>
Signed-off-by: Will Wagner &lt;will_wagner@carallon.com&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Will Wagner &lt;will_wagner@carallon.com&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Synch with trunk: miscellaneous changes, mostly cleanup,</title>
<updated>2009-01-22T16:04:28+00:00</updated>
<author>
<name>Carmelo Amoroso</name>
<email>carmelo.amoroso@st.com</email>
</author>
<published>2009-01-22T16:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=91772298b0377ab805e19085f60a7808fe62d157'/>
<id>91772298b0377ab805e19085f60a7808fe62d157</id>
<content type='text'>
code styling, comments. No object-code changes.

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

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
code styling, comments. No object-code changes.

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

</pre>
</div>
</content>
</entry>
<entry>
<title>- pull r24593:24596 from trunk</title>
<updated>2008-12-29T14:14:45+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-12-29T14:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=f498888930d2e1ba4a1cdf60760df9584ff1eaa6'/>
<id>f498888930d2e1ba4a1cdf60760df9584ff1eaa6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Linuxthreads from Trunk.</title>
<updated>2008-12-15T19:07:27+00:00</updated>
<author>
<name>Khem Raj</name>
<email>kraj@mvista.com</email>
</author>
<published>2008-12-15T19:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=049ddd1e98e7c26664f8b66cd5e1239bda3c19cc'/>
<id>049ddd1e98e7c26664f8b66cd5e1239bda3c19cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
