<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/libc/sysdeps/linux/sh/sys, branch master</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>sh/user.h: clean up conflicts from kernel user.h</title>
<updated>2009-09-15T22:02:57+00:00</updated>
<author>
<name>Andrew Stubbs</name>
<email>ams@codesourcery.com</email>
</author>
<published>2009-09-15T22:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=2b4af5d5bf440711e1b5b8329cb74631e6d65c04'/>
<id>2b4af5d5bf440711e1b5b8329cb74631e6d65c04</id>
<content type='text'>
This patch makes sufficient modifications to the SH sys/user.h to be
able to build and run gdbserver with Linux kernel 2.6.30.

The problem is that both the kernel and library headers define the same
symbols, thus making it impossible in include both headers. The patch
undefines the kernel symbols in favour of the library symbols.

Signed-off-by: Andrew Stubbs &lt;ams@codesourcery.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch makes sufficient modifications to the SH sys/user.h to be
able to build and run gdbserver with Linux kernel 2.6.30.

The problem is that both the kernel and library headers define the same
symbols, thus making it impossible in include both headers. The patch
undefines the kernel symbols in favour of the library symbols.

Signed-off-by: Andrew Stubbs &lt;ams@codesourcery.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gcc built-in defines for detecting SH cores instead of</title>
<updated>2009-02-23T07:00:33+00:00</updated>
<author>
<name>Carmelo Amoroso</name>
<email>carmelo.amoroso@st.com</email>
</author>
<published>2009-02-23T07:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=1a08441c06b25efb87de33512674e80a8dedc63e'/>
<id>1a08441c06b25efb87de33512674e80a8dedc63e</id>
<content type='text'>
uclibc config option macros (aligning SH to all other archs).

Changes applied as below:
__CONFIG_SH4__  -&gt; __SH4__
__CONFIG_SH2__  -&gt; __sh2__
__CONFIG_SH2A__ -&gt; __SH2A__

Note: pay attention to capital letters

Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uclibc config option macros (aligning SH to all other archs).

Changes applied as below:
__CONFIG_SH4__  -&gt; __SH4__
__CONFIG_SH2__  -&gt; __sh2__
__CONFIG_SH2A__ -&gt; __SH2A__

Note: pay attention to capital letters

Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix ioperm build problems caused by libc_hidden_proto removal</title>
<updated>2008-11-21T11:15:58+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-11-21T11:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=bbf84bb108beca2e014e93e76371b8fdb3336bf3'/>
<id>bbf84bb108beca2e014e93e76371b8fdb3336bf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>whitespace only: touchups from Hans-Christian Egtvedt</title>
<updated>2008-01-05T09:24:45+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-01-05T09:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=e7aef8240caebd8fc69919b69ba74b021289a6b6'/>
<id>e7aef8240caebd8fc69919b69ba74b021289a6b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Carmelo AMOROSO &lt;carmelo.amoroso@st.com&gt; writes:</title>
<updated>2007-06-13T16:23:59+00:00</updated>
<author>
<name>Joakim Tjernlund</name>
<email>joakim.tjernlund@transmode.se</email>
</author>
<published>2007-06-13T16:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=23a4b23a9a4a1668950c4c264e9f99d73bf935f6'/>
<id>23a4b23a9a4a1668950c4c264e9f99d73bf935f6</id>
<content type='text'>
Hi All,
this patch fixes a mismatch in ucontext struct between uClibc and kernel.
In this way a signal handler installed by sigaction can access
to the whole machine state correctly.
This can be applied both to trunk and nptl branch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hi All,
this patch fixes a mismatch in ucontext struct between uClibc and kernel.
In this way a signal handler installed by sigaction can access
to the whole machine state correctly.
This can be applied both to trunk and nptl branch
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes from Carmelo AMOROSO to depend less on kernel headers</title>
<updated>2007-04-02T19:30:58+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2007-04-02T19:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=becdcc75f97d3d4480b9317633f0a59334a15a94'/>
<id>becdcc75f97d3d4480b9317633f0a59334a15a94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dont include asm/user.h</title>
<updated>2007-03-14T03:10:29+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2007-03-14T03:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=d8a1759c47f6ebdcf0c7ffd4a327733fe183f7ce'/>
<id>d8a1759c47f6ebdcf0c7ffd4a327733fe183f7ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync sh's procfs.h with glibc, fixes gdbserver.</title>
<updated>2007-03-07T09:47:39+00:00</updated>
<author>
<name>Paul Mundt</name>
<email>lethal@linux-sh.org</email>
</author>
<published>2007-03-07T09:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=90307023f82a831229be3ce14f46ce3449638584'/>
<id>90307023f82a831229be3ce14f46ce3449638584</id>
<content type='text'>
Patch from Carmelo Amoroso &lt;carmelo73@gmail.com&gt;.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch from Carmelo Amoroso &lt;carmelo73@gmail.com&gt;.

</pre>
</div>
</content>
</entry>
<entry>
<title>sync with upstream via psm</title>
<updated>2006-08-23T19:27:42+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2006-08-23T19:27:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=0814bdad52c764ec4f3c010e78d7cdb6418e64e0'/>
<id>0814bdad52c764ec4f3c010e78d7cdb6418e64e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove generated stuff, restore sh/sys/procfs.h from M. R. Brown</title>
<updated>2002-03-02T08:21:48+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-03-02T08:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=d87c27924f6c1b38087b4802470d7d3d324c902d'/>
<id>d87c27924f6c1b38087b4802470d7d3d324c902d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
