<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/src/thread/powerpc, branch v1.0.2</title>
<subtitle>musl - an implementation of the standard library for Linux-based systems</subtitle>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/'/>
<entry>
<title>powerpc: handle syscall error in clone.</title>
<updated>2012-11-19T15:58:09+00:00</updated>
<author>
<name>rofl0r</name>
<email>retnyg@gmx.net</email>
</author>
<published>2012-11-19T05:21:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=3fae236e00068d17e007275717940f5d5e94ba1a'/>
<id>3fae236e00068d17e007275717940f5d5e94ba1a</id>
<content type='text'>
sigsetjmp: store temporaries in jmp_buf rather than on stack.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sigsetjmp: store temporaries in jmp_buf rather than on stack.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix powerpc asm not to store data in volatile space below stack pointer</title>
<updated>2012-11-19T03:57:32+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-19T03:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=9565a349f217fb6f532fac06b7ef458a32c2ad2e'/>
<id>9565a349f217fb6f532fac06b7ef458a32c2ad2e</id>
<content type='text'>
it's essential to decrement the stack pointer before writing to new
stack space, rather than afterwards. otherwise there is a race
condition during which asynchronous code (signals) could clobber the
data being stored.

it may be possible to optimize the code further using stwu, but I
wanted to avoid making any changes to the actual stack layout in this
commit. further improvements can be made separately if desired.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it's essential to decrement the stack pointer before writing to new
stack space, rather than afterwards. otherwise there is a race
condition during which asynchronous code (signals) could clobber the
data being stored.

it may be possible to optimize the code further using stwu, but I
wanted to avoid making any changes to the actual stack layout in this
commit. further improvements can be made separately if desired.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix indention with spaces in powerpc asm</title>
<updated>2012-11-14T19:27:51+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-14T19:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=d1bf452d75bef2b098765fe94b9ccb24cdb6568b'/>
<id>d1bf452d75bef2b098765fe94b9ccb24cdb6568b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PPC port cleaned up, static linking works well now.</title>
<updated>2012-11-13T18:12:25+00:00</updated>
<author>
<name>rofl0r</name>
<email>retnyg@gmx.net</email>
</author>
<published>2012-11-09T22:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=1c8eb8bad791fe9d01d0d4ab77882db634fa933d'/>
<id>1c8eb8bad791fe9d01d0d4ab77882db634fa933d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
