<?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/generic/thread.c</title><description>WebSVN RSS feed &#x2013; HelenOS-historic</description><lastBuildDate>Sun, 05 Apr 2026 15:27:03 +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%2Fgeneric%2Fthread.c&amp;max=40&amp;peg=1321</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;peg=1321&amp;repname=HelenOS-historic" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 09 Apr 2006 21:08:16 +0200</pubDate><dc:creator>vana</dc:creator><title>Rev 1167 – Thread RSE support completion (uspace)</title><description>&lt;div&gt;&lt;strong&gt;vana – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Thread RSE support completion (uspace)&lt;/div&gt;~ /uspace/trunk/libc/arch/ia64/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/generic/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=1167&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=1167&amp;peg=1321</guid></item>
<item><pubDate>Fri, 24 Mar 2006 15:29:19 +0100</pubDate><dc:creator>palkovsky</dc:creator><title>Rev 1129 – Completed support for TLS in GCC (modifier __thread) for ia32,amd64,ia64 ...</title><description>&lt;div&gt;&lt;strong&gt;palkovsky – 23 file(s) modified&lt;/strong&gt;&lt;br/&gt;Completed support for TLS in GCC (modifier __thread) for ia32,amd64,ia64 and mips.&lt;/div&gt;~ /uspace/trunk/init/init.c&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/thread.c&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/Makefile.inc&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/src/thread.c&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/Makefile.inc&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/src/thread.c&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/_link.ld.in&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/thread.c&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/_link.ld.in&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/psthread.h&lt;br /&gt;~ /uspace/trunk/libc/include/thread.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=1129&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=1129&amp;peg=1321</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%2Fgeneric%2Fthread.c&amp;rev=1113&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=1113&amp;peg=1321</guid></item>
<item><pubDate>Fri, 17 Mar 2006 20:56:16 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 1081 – Fix uspace threads for ia64.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix uspace threads for ia64.&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;~ /uspace/trunk/libc/generic/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=1081&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=1081&amp;peg=1321</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%2Fgeneric%2Fthread.c&amp;rev=1079&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=1079&amp;peg=1321</guid></item>
<item><pubDate>Fri, 17 Mar 2006 02:31:55 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 1065 – Support for uspace threads.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Support for uspace threads.&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;~ /uspace/trunk/libc/generic/libc.c&lt;br /&gt;+ /uspace/trunk/libc/generic/thread.c &lt;i&gt;(copied from /uspace/trunk/libc/generic/libc.c@1062)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/include/thread.h &lt;i&gt;(copied from /uspace/trunk/libc/include/stdlib.h@1062)&lt;/i&gt;&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%2Fgeneric%2Fthread.c&amp;rev=1065&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=1065&amp;peg=1321</guid></item>
<item><pubDate>Sun, 15 Jan 2006 18:37:14 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 713 – some fancy stuff</title><description>&lt;div&gt;&lt;strong&gt;decky – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;some fancy stuff&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;+ /uspace/trunk/init/init.h&lt;br /&gt;~ /uspace/trunk/init/Makefile&lt;br /&gt;+ /uspace/trunk/init/version.c&lt;br /&gt;+ /uspace/trunk/init/version.h&lt;br /&gt;~ /uspace/trunk/libc/generic/io.c&lt;br /&gt;~ /uspace/trunk/libc/generic/libc.c&lt;br /&gt;~ /uspace/trunk/libc/include/libc.h&lt;br /&gt;~ /uspace/trunk/libc/include/unistd.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=713&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=713&amp;peg=1321</guid></item>
<item><pubDate>Wed, 16 Nov 2005 15:13:31 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 491 – initial uspace build system</title><description>&lt;div&gt;&lt;strong&gt;decky – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;initial uspace build system&lt;/div&gt;+ /uspace/trunk/libc/arch&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/entry.s &lt;i&gt;(copied from /uspace/trunk/libc/entry.s@490)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/Makefile.inc&lt;br /&gt;x /uspace/trunk/libc/entry.s&lt;br /&gt;+ /uspace/trunk/libc/generic&lt;br /&gt;+ /uspace/trunk/libc/generic/libc.c &lt;i&gt;(copied from /uspace/trunk/libc/libc.c@490)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/generic/libc.h &lt;i&gt;(copied from /uspace/trunk/libc/libc.h@490)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/include&lt;br /&gt;+ /uspace/trunk/libc/include/unistd.h &lt;i&gt;(copied from /uspace/trunk/libc/unistd.h@490)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/libc.c&lt;br /&gt;x /uspace/trunk/libc/libc.h&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;x /uspace/trunk/libc/unistd.h&lt;br /&gt;x /uspace/trunk/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=491&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=491&amp;peg=1321</guid></item>
<item><pubDate>Mon, 07 Nov 2005 18:24:44 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 447 – Initial import of user-space stuff</title><description>&lt;div&gt;&lt;strong&gt;decky – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Initial import of user-space stuff&lt;/div&gt;+ /uspace&lt;br /&gt;+ /uspace/trunk&lt;br /&gt;+ /uspace/trunk/init.c&lt;br /&gt;+ /uspace/trunk/libc&lt;br /&gt;+ /uspace/trunk/libc/entry.s&lt;br /&gt;+ /uspace/trunk/libc/libc.c&lt;br /&gt;+ /uspace/trunk/libc/libc.h&lt;br /&gt;+ /uspace/trunk/libc/Makefile&lt;br /&gt;+ /uspace/trunk/libc/unistd.h&lt;br /&gt;+ /uspace/trunk/Makefile&lt;br /&gt;+ /uspace/trunk/_link.ld&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=447&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fthread.c&amp;rev=447&amp;peg=1321</guid></item>
</channel></rss>