<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS-historic &#x2013; /uspace/trunk/libc/arch/mips32/src/thread_entry.s</title><description>WebSVN RSS feed &#x2013; HelenOS-historic</description><lastBuildDate>Sat, 04 Apr 2026 12:39:08 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fmips32%2Fsrc%2Fthread_entry.s&amp;max=40&amp;peg=1663</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fmips32%2Fsrc%2Fthread_entry.s&amp;peg=1663&amp;repname=HelenOS-historic" rel="self" type="application/rss+xml" />
<item><pubDate>Fri, 24 Mar 2006 01:51:14 +0100</pubDate><dc:creator>palkovsky</dc:creator><title>Rev 1123 – Changed MIPS to compile as PIC code.</title><description>&lt;div&gt;&lt;strong&gt;palkovsky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Changed MIPS to compile as PIC code.&lt;/div&gt;~ /uspace/trunk/libc/arch/mips32/include/psthread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/psthread.S&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/thread_entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/_link.ld.in&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fmips32%2Fsrc%2Fthread_entry.s&amp;rev=1123&amp;peg=1663</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fmips32%2Fsrc%2Fthread_entry.s&amp;rev=1123&amp;peg=1663</guid></item>
<item><pubDate>Thu, 23 Mar 2006 11:33:55 +0100</pubDate><dc:creator>palkovsky</dc:creator><title>Rev 1113 – Added symbolic links &apos;libarch&apos;,&apos;libadt&apos;,&apos;libipc&apos; into libc/include, so that it can ...</title><description>&lt;div&gt;&lt;strong&gt;palkovsky – 44 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added symbolic links &apos;libarch&apos;,&apos;libadt&apos;,&apos;libipc&apos; into libc/include,&lt;br /&gt;
so that it can be easily used from anywhere.&lt;br /&gt;
Renamed thread_main to __thread_main.&lt;br /&gt;
Allowed MIPS to compile with -O0.&lt;br /&gt;
Added non-preemptible threads support (not yet secured by futexes).&lt;br /&gt;
Added simple way to hold Thread Local Storage. Support for compiler&lt;br /&gt;
will be added later.&lt;br /&gt;
This update breaks IA64 uspace.&lt;br /&gt;
&lt;br /&gt;
There is some forgotten spinlock_lock() in futexes, amd64 gets locked&lt;br /&gt;
in the secod uspace thread probably with preemption disabled.&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;+ /uspace/trunk/libc/arch/amd64/include/atomic.h &lt;i&gt;(copied from /uspace/trunk/libc/arch/amd64/include/atomic_arch.h@1111)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/arch/amd64/include/atomic_arch.h&lt;br /&gt;+ /uspace/trunk/libc/arch/amd64/include/context_offset.h&lt;br /&gt;+ /uspace/trunk/libc/arch/amd64/include/psthread.h&lt;br /&gt;+ /uspace/trunk/libc/arch/amd64/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/src/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/amd64/src/psthread.S&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/src/thread_entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/include/atomic.h &lt;i&gt;(copied from /uspace/trunk/libc/arch/ia32/include/atomic_arch.h@1111)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/arch/ia32/include/atomic_arch.h&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/src/thread_entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/include/atomic.h &lt;i&gt;(copied from /uspace/trunk/libc/arch/ia64/include/atomic_arch.h@1111)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/arch/ia64/include/atomic_arch.h&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/src/thread_entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/include/atomic.h &lt;i&gt;(copied from /uspace/trunk/libc/arch/mips32/include/atomic_arch.h@1111)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/arch/mips32/include/atomic_arch.h&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/include/context_offset.h&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/include/psthread.h&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/src/psthread.S&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/thread_entry.s&lt;br /&gt;~ /uspace/trunk/libc/generic/libc.c&lt;br /&gt;+ /uspace/trunk/libc/generic/psthread.c&lt;br /&gt;~ /uspace/trunk/libc/generic/thread.c&lt;br /&gt;~ /uspace/trunk/libc/include/atomic.h&lt;br /&gt;~ /uspace/trunk/libc/include/io/io.h&lt;br /&gt;~ /uspace/trunk/libc/include/libc.h&lt;br /&gt;+ /uspace/trunk/libc/include/psthread.h&lt;br /&gt;~ /uspace/trunk/libc/include/stdarg.h&lt;br /&gt;~ /uspace/trunk/libc/include/stdint.h&lt;br /&gt;~ /uspace/trunk/libc/include/thread.h&lt;br /&gt;+ /uspace/trunk/libc/include/types.h&lt;br /&gt;~ /uspace/trunk/libc/include/unistd.h&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;~ /uspace/trunk/libc/Makefile.toolchain&lt;br /&gt;~ /uspace/trunk/libc/malloc/malloc.c&lt;br /&gt;~ /uspace/trunk/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fmips32%2Fsrc%2Fthread_entry.s&amp;rev=1113&amp;peg=1663</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fmips32%2Fsrc%2Fthread_entry.s&amp;rev=1113&amp;peg=1663</guid></item>
<item><pubDate>Wed, 22 Mar 2006 23:16:31 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 1105 – Fix mips32 linker script. Add .scommon input section. Add .got ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix mips32 linker script.&lt;br /&gt;
Add .scommon input section.&lt;br /&gt;
Add .got section and define _gp symbol.&lt;br /&gt;
Use this symbol to initialize gp register (r28).&lt;/div&gt;~ /uspace/trunk/libc/arch/mips32/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/thread_entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/_link.ld.in&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fmips32%2Fsrc%2Fthread_entry.s&amp;rev=1105&amp;peg=1663</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fmips32%2Fsrc%2Fthread_entry.s&amp;rev=1105&amp;peg=1663</guid></item>
<item><pubDate>Fri, 17 Mar 2006 19:09:15 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 1079 – Improved uspace threads (uspace).</title><description>&lt;div&gt;&lt;strong&gt;jermar – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Improved uspace threads (uspace).&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;+ /uspace/trunk/libc/arch/amd64/src/thread_entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/src/thread_entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/src/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/src/thread_entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/src/thread_entry.s&lt;br /&gt;~ /uspace/trunk/libc/generic/thread.c&lt;br /&gt;~ /uspace/trunk/libc/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fmips32%2Fsrc%2Fthread_entry.s&amp;rev=1079&amp;peg=1663</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fmips32%2Fsrc%2Fthread_entry.s&amp;rev=1079&amp;peg=1663</guid></item>
</channel></rss>