<?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 &#x2013; /trunk/kernel/arch/sparc64/src/proc/thread.c</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Fri, 03 Apr 2026 23:56:57 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2Ftrunk%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fthread.c&amp;max=40&amp;peg=2007</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Ftrunk%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fthread.c&amp;peg=2007&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Mon, 20 Nov 2006 20:19:54 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 1987 – Take the possible difference between kernel and physical address into ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Take the possible difference between kernel and physical address into account in TSB and userspace window buffer &lt;br /&gt;
allocation and deallocation code.&lt;/div&gt;~ /trunk/kernel/arch/sparc64/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fthread.c&amp;rev=1987&amp;peg=2007</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fthread.c&amp;rev=1987&amp;peg=2007</guid></item>
<item><pubDate>Wed, 30 Aug 2006 17:50:29 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1857 – sparc64 work. More bits needed to reach the userspace milestone ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;sparc64 work.&lt;br /&gt;
More bits needed to reach the userspace milestone were added.&lt;br /&gt;
The preemptible_handler(), still a prototype, now contains all functionality it needs.&lt;br /&gt;
Some sanitation was added to functions expecting page-aligned pointers to&lt;br /&gt;
userspace window buffer.&lt;/div&gt;~ /trunk/kernel/arch/sparc64/include/mm/frame.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/regdef.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/proc/thread.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/trap/trap_table.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fthread.c&amp;rev=1857&amp;peg=2007</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fthread.c&amp;rev=1857&amp;peg=2007</guid></item>
<item><pubDate>Tue, 29 Aug 2006 13:06:57 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1854 – Define architecture-specific thread sub-constructors and sub-destructors on all architectures. Define ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 24 file(s) modified&lt;/strong&gt;&lt;br/&gt;Define architecture-specific thread sub-constructors and sub-destructors on all architectures.&lt;br /&gt;
Define the THREAD_FLAG_USPACE which means that the thread runs in user space.&lt;br /&gt;
The forementioned changes allow for allocating of user window buffer on sparc64&lt;br /&gt;
threads that execute in userspace.&lt;br /&gt;
&lt;br /&gt;
A lot of formatting and indentation fixes.&lt;/div&gt;~ /trunk/kernel/arch/amd64/include/proc/task.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/src/proc/thread.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/proc/task.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/proc/thread.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/arch/ppc64/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/arch.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/barrier.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/trap/regwin.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;+ /trunk/kernel/arch/sparc64/src/proc/thread.c&lt;br /&gt;~ /trunk/kernel/generic/include/mm/frame.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/frame.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fthread.c&amp;rev=1854&amp;peg=2007</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fthread.c&amp;rev=1854&amp;peg=2007</guid></item>
</channel></rss>