<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/libthread/Linux-arm-asm.s, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>libthread: simplify</title>
<updated>2020-12-30T12:53:28+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-12-30T12:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=18571208068d5fe2f0bf7b4e980525a7f577c503'/>
<id>18571208068d5fe2f0bf7b4e980525a7f577c503</id>
<content type='text'>
Now that everything uses pthreads and pthreadperthread,
can delete various conditionals, all the custom context code,
and so on. Also update documents.

Fixes #355.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that everything uses pthreads and pthreadperthread,
can delete various conditionals, all the custom context code,
and so on. Also update documents.

Fixes #355.
</pre>
</div>
</content>
</entry>
<entry>
<title>libthread: fix ARM build by renaming file</title>
<updated>2020-02-11T11:58:26+00:00</updated>
<author>
<name>Neven Sajko</name>
<email>nsajko@gmail.com</email>
</author>
<published>2020-02-11T09:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=0237dec768a4ee36ae9e18ce8566d2c999d78410'/>
<id>0237dec768a4ee36ae9e18ce8566d2c999d78410</id>
<content type='text'>
Fixes #363

Change-Id: Ic8ad5ccce3935fdf00732d78d3024b535db90447
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #363

Change-Id: Ic8ad5ccce3935fdf00732d78d3024b535db90447
</pre>
</div>
</content>
</entry>
<entry>
<title>libthread: remove Linux 2.4 code</title>
<updated>2020-01-20T04:04:58+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-20T02:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=8d82ccefd2b4b058e20ae0a7e3d9ef9b6b8cf8c3'/>
<id>8d82ccefd2b4b058e20ae0a7e3d9ef9b6b8cf8c3</id>
<content type='text'>
Linux.c was for Linux 2.4 and is no longer used directly,
only indirectly because NetBSD.c was a 1-line file #including Linux.c.
So mv Linux.c NetBSD.c.

Also rm Linux-*-asm.s which was for Linux 2.4 as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Linux.c was for Linux 2.4 and is no longer used directly,
only indirectly because NetBSD.c was a 1-line file #including Linux.c.
So mv Linux.c NetBSD.c.

Also rm Linux-*-asm.s which was for Linux 2.4 as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>libthread: rm unused ARM (get|set)mcontext (#354)</title>
<updated>2020-01-20T01:43:55+00:00</updated>
<author>
<name>Neven Sajko</name>
<email>nsajko@gmail.com</email>
</author>
<published>2020-01-20T01:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=57157d856e4bf66326771e8036062eb6881280ca'/>
<id>57157d856e4bf66326771e8036062eb6881280ca</id>
<content type='text'>
They were just a duplicate of my(get|set)mcontext from the other
assembly file, and unused from threadimpl.h.

Change-Id: Id8003e5177ed9d37a7f0210037acbe55bbf7f708</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were just a duplicate of my(get|set)mcontext from the other
assembly file, and unused from threadimpl.h.

Change-Id: Id8003e5177ed9d37a7f0210037acbe55bbf7f708</pre>
</div>
</content>
</entry>
<entry>
<title>use macro for getcontext (setjmp)</title>
<updated>2005-11-04T16:34:19+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2005-11-04T16:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=1e05fdf92cf4c3ae32c52d6928f3e74000b76f6a'/>
<id>1e05fdf92cf4c3ae32c52d6928f3e74000b76f6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>arm</title>
<updated>2005-11-03T00:48:14+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2005-11-03T00:48:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=2494fc9fa05582e6b9e8d96b90899ef6a5e55adb'/>
<id>2494fc9fa05582e6b9e8d96b90899ef6a5e55adb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>arm</title>
<updated>2005-11-03T00:13:33+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2005-11-03T00:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=9aa463c541d03ce5389e7015b9a19358a5796e63'/>
<id>9aa463c541d03ce5389e7015b9a19358a5796e63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>arm</title>
<updated>2005-11-01T18:35:44+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2005-11-01T18:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=f51bf048784abd642dea4f033bc95acbd4468b6a'/>
<id>f51bf048784abd642dea4f033bc95acbd4468b6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
