<?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; /branches/sparc/</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Wed, 22 Apr 2026 15:36:11 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;max=40&amp;</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fbranches%2Fsparc%2F&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Sat, 01 Aug 2009 18:26:04 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4679 – Enhancing the way how even distribution of threads over processor ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Enhancing the way how even distribution of threads over processor cores is achieved.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/sun4v/smp.c&lt;br /&gt;~ /branches/sparc/kernel/generic/include/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/scheduler.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4679</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4679</guid></item>
<item><pubDate>Fri, 24 Jul 2009 15:28:32 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4663 – Implemented detection of execution units, used in a heuristics which ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implemented detection of execution units, used in a heuristics which prevents the ready threads be unevenly distributed among physical cores by changing the order in which APs are woken up (and hence the order in which the CPUs will be running their kcpulb thread). Cleanup.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/proc/sun4v/scheduler.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/sun4v/smp.c&lt;br /&gt;~ /branches/sparc/kernel/kernel.config&lt;br /&gt;~ /branches/sparc/kernel/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4663</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4663</guid></item>
<item><pubDate>Sun, 12 Jul 2009 17:43:27 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4638 – SMP on Niagara made working: debugged the problem with the ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 25 file(s) modified&lt;/strong&gt;&lt;br/&gt;SMP on Niagara made working: debugged the problem with the &apos;non-deterministic&apos; symptoms, implemented the IPI mechanism.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/hypercall.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4v/ipi.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/md.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/interrupt.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/mmu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/trap/sun4u/interrupt.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/interrupt.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/mmu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/cpu/sun4v/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/tick.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/ipi.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/smp/sun4u/ipi.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/smp/sun4v/ipi.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/sun4v/smp.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4u/asm.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/asm.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/md.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/start.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/interrupt.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/trap/sun4u/interrupt.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/interrupt.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/tlb.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4638</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4638</guid></item>
<item><pubDate>Sun, 05 Jul 2009 21:23:59 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4614 – Waking CPUs up on sun4v. Weird errors occur when accessing ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Waking CPUs up on sun4v. Weird errors occur when accessing the THE structure.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/asm.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/sun4v/smp.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/start.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4614</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4614</guid></item>
<item><pubDate>Tue, 26 May 2009 20:20:45 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4433 – Fixed a TSB problem.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed a TSB problem.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/exception.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/as.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/tsb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4433</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4433</guid></item>
<item><pubDate>Wed, 13 May 2009 15:57:08 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4383 – Fixed instruction access exception and data access exception in the ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed instruction access exception and data access exception in the trap table. Added new traps defined by UltraSPARC Architecture 2007 (which UltraSPARC T2 follows).&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/exception.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4383</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4383</guid></item>
<item><pubDate>Sat, 09 May 2009 21:41:33 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4369 – Kernel stack and userspace window buffer pointers are stored in ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Kernel stack and userspace window buffer pointers are stored in scratchpad registers instead of memory.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/arch.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/regwin.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/proc/sun4v/scheduler.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/start.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4369</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4369</guid></item>
<item><pubDate>Sat, 14 Mar 2009 20:58:01 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4130 – Cleanup of the Niagara port. The main purpose of these ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 32 file(s) modified&lt;/strong&gt;&lt;br/&gt;Cleanup of the Niagara port. The main purpose of these changes is to make it easy to find out which code is generic, which is sun4u-specific and which is sun4v-specific.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/asm.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/barrier.h&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/include/cpu_family.h&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/include/cpu_node.h&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/include/mm/cache_spec.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/cache_spec.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/tlb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/frame.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tlb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/register.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4u/asm.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4u/cpu_family.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4u/cpu_node.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4u/register.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4v/register.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/cpu/sun4u/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/cpu/sun4v/cpu.c&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/mm/cache.S&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/mm/sun4u/cache.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4u/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/as.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/sun4u/smp.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/sun4v/smp.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/sparc64.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/sun4u/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4u/sparc64.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/sun4v/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/sparc64.c&lt;br /&gt;~ /branches/sparc/uspace/app/init/init.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4130</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4130</guid></item>
<item><pubDate>Sat, 14 Mar 2009 00:57:29 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4129 – Implemented missing features in Niagara memory management, minor cleanup.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implemented missing features in Niagara memory management, minor cleanup.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/as.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/page.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tlb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tsb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tte.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/regdef.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/as.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/tsb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/exception.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4129</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4129</guid></item>
<item><pubDate>Wed, 11 Mar 2009 21:07:51 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4073 – Implemented input and output drivers for Niagara. Written in the ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 18 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implemented input and output drivers for Niagara. Written in the old-fashion style (do not use the new DDI infrastructure nor the new keyboard driver). Anyway, tetris can be played.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/drivers/niagara.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/niagara.c&lt;br /&gt;~ /branches/sparc/kernel/generic/include/ddi/irq.h&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ipc/irq.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ipc/kbox.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/main.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/Makefile&lt;br /&gt;+ /branches/sparc/uspace/srv/fb/niagara.c&lt;br /&gt;+ /branches/sparc/uspace/srv/fb/niagara.h&lt;br /&gt;+ /branches/sparc/uspace/srv/kbd/arch/sparc64/include/niagara.h&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/arch/sparc64/src/kbd.c&lt;br /&gt;+ /branches/sparc/uspace/srv/kbd/arch/sparc64/src/niagara.c&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/genarch/src/nofb.c&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4073</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4073</guid></item>
<item><pubDate>Mon, 09 Mar 2009 22:45:31 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4068 – Fixed a stupid bug.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed a stupid bug.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4068</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4068</guid></item>
<item><pubDate>Sun, 08 Mar 2009 23:16:15 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4065 – minor cleanup</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;minor cleanup&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/frame.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/sparc64.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4065</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4065</guid></item>
<item><pubDate>Sun, 08 Mar 2009 22:55:54 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4064 – Workaround for the bug which usually caused rewriting saved register ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Workaround for the bug which usually caused rewriting saved register window data on the uspace stack. More investigation needed.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4064</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4064</guid></item>
<item><pubDate>Sun, 08 Mar 2009 22:53:45 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4063 – Fixed the bug which caused unexpected MMU misses. The fix ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed the bug which caused unexpected MMU misses. The fix breaks sun4u ports - this will be solved once the sun4v is integrated with the new configuration mechanism, which allows to define common options for both kernel and uspace.&lt;/div&gt;~ /branches/sparc/uspace/lib/libc/arch/sparc64/include/config.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4063</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=4063</guid></item>
<item><pubDate>Sun, 01 Mar 2009 23:57:12 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3993 – Implemented preemptible trap handler for userspace (including syscalls - did ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 22 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implemented preemptible trap handler for userspace (including syscalls - did not forget enabling interrupts for them) and the ralated stuff. Implemented handlers of instruction/data MMU miss/protection. Now some userspace tasks are run; there are, however, still some bugs causing unexpected data MMU misses.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/asm.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tlb.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4u/asm.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4v/asm.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/regwin.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/trap/sun4u/regwin.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/mmu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/regwin.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/tlb.c&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/proc/scheduler.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/proc/sun4u&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/proc/sun4u/scheduler.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/proc/sun4v&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/proc/sun4v/scheduler.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4u/start.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/asm.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/start.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/as.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3993</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3993</guid></item>
<item><pubDate>Sun, 08 Feb 2009 22:49:20 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3864 – Allocated bigger memory block for the Machine Description. This was ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Allocated bigger memory block for the Machine Description. This was the problem which prevented running HelenOS on real Niagara. Now all kernel tests except for &apos;slab2&apos; pass on real Niagara.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/md.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3864</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3864</guid></item>
<item><pubDate>Sun, 08 Feb 2009 00:02:58 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3863 – Simics machine: modifications needed to run userspace (the next step ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Simics machine: modifications needed to run userspace (the next step will be to implement the trap handler for uspace); real machine: small fixes, after them the machine passes some parts of the initialization, but fails to determine CPU frequency (probably due to a different format of Machine Description).&lt;/div&gt;~ /branches/sparc/boot/arch/sparc64/loader/asm.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/regdef.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/mmu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/niagara.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/asm.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3863</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3863</guid></item>
<item><pubDate>Wed, 04 Feb 2009 23:27:08 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3862 – Changed the structure of header files, which have sun4u and ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 82 file(s) modified&lt;/strong&gt;&lt;br/&gt;Changed the structure of header files, which have sun4u and sun4v versions. Implemented some sun4v TSB functions.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/arch.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/cpu_family.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/interrupt.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/as.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/frame.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/mmu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/page.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/as.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/frame.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/page.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/tlb.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/tsb.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/as.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/frame.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/mmu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/page.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tlb.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tsb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tte.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/tlb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/tsb.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/tte.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/regdef.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/register.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4u/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/regdef.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/trap/mmu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/sun4u/mmu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/mmu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/cpu/sun4u/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/cpu/sun4v/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/sgcn.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/page.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4u/as.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4u/tlb.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/mm/sun4u/tsb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/as.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/tlb.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/tsb.c&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/mm/tsb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/sun4v/smp.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/exception.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/trap.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/console/cmd.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/console/console.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/cpu/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ddi/ddi.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ddi/irq.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/interrupt/interrupt.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ipc/ipcrsc.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ipc/irq.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ipc/sysipc.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/uinit.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/backend_anon.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/backend_elf.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/backend_phys.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/slab.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/program.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/task.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/security/cap.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/synch/futex.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/synch/spinlock.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/syscall/copy.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/time/clock.c&lt;br /&gt;~ /branches/sparc/kernel/test/mm/falloc2.c&lt;br /&gt;~ /branches/sparc/kernel/test/mm/slab1.c&lt;br /&gt;~ /branches/sparc/kernel/test/mm/slab2.c&lt;br /&gt;~ /branches/sparc/kernel/test/synch/rwlock2.c&lt;br /&gt;~ /branches/sparc/kernel/test/synch/rwlock3.c&lt;br /&gt;~ /branches/sparc/kernel/test/synch/rwlock4.c&lt;br /&gt;~ /branches/sparc/kernel/test/synch/rwlock5.c&lt;br /&gt;~ /branches/sparc/kernel/test/synch/semaphore1.c&lt;br /&gt;~ /branches/sparc/kernel/test/synch/semaphore2.c&lt;br /&gt;~ /branches/sparc/kernel/test/thread/thread1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3862</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3862</guid></item>
<item><pubDate>Fri, 30 Jan 2009 23:50:17 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3835 – Niagara: Implemented (and debugged) installing identity mapping for kernel. Now ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Niagara: Implemented (and debugged) installing identity mapping for kernel. Now all the kernel tests pass on Simics.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/mmu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tlb.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4v/arch.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/mmu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/start.S&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/trap/mmu.S&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/mmu.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3835</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3835</guid></item>
<item><pubDate>Thu, 22 Jan 2009 23:58:03 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3817 – Progress on Niagara: Commented out portions of mm, which are ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Progress on Niagara: Commented out portions of mm, which are not required for kernel threads (temporarily). Scheduler is working. Implemented a driver of hypervisor&apos;s standard input. Kernel console is usable.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/drivers/kbd.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/drivers/niagara.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/hypercall.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/niagara.c&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/mm/as.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/mm/sun4u/as.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/as.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/sparc64.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/kinit.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3817</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3817</guid></item>
<item><pubDate>Sun, 18 Jan 2009 21:54:15 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3801 – Minor fixes in the preemptible trap handler.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Minor fixes in the preemptible trap handler.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3801</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3801</guid></item>
<item><pubDate>Sat, 17 Jan 2009 23:30:17 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3798 – Implemented preemptible trap handler for sun4v for trapping from kernel ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implemented preemptible trap handler for sun4v for trapping from kernel (not userspace). Not properly tested/debugged yet. HelenOS now reaches the as_install_arch function (where it, of course, fails).&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/regdef.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/cpu/sun4v/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/main.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/scheduler.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3798</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3798</guid></item>
<item><pubDate>Mon, 05 Jan 2009 22:43:59 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3783 – Machine description traversal implemented. Now used to detect CPU frequency.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Machine description traversal implemented. Now used to detect CPU frequency.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/hypercall.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4v/md.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/cpu/sun4v/cpu.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/sun4v/md.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/sparc64.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3783</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3783</guid></item>
<item><pubDate>Fri, 02 Jan 2009 22:41:11 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3771 – Forgotten files comitted to repository.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 20 file(s) modified&lt;/strong&gt;&lt;br/&gt;Forgotten files comitted to repository.&lt;/div&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/pagesize.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tlb.h&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/include/mm/tlb.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4u/cpu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4v/cpu.h&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/cpu/cpu.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/cpu/sun4u&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/cpu/sun4u/cpu.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/cpu/sun4v&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/cpu/sun4v/cpu.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/mm/sun4u&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/mm/sun4u/tlb.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/tlb.c&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/mm/tlb.c&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/smp/smp.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/smp/sun4u&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/smp/sun4u/smp.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/smp/sun4v&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/smp/sun4v/smp.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3771</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3771</guid></item>
<item><pubDate>Fri, 02 Jan 2009 22:36:48 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3770 – Working on Niagara port - TLB initialization, MMU fault status ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 22 file(s) modified&lt;/strong&gt;&lt;br/&gt;Working on Niagara port - TLB initialization, MMU fault status area initialization, hypercall enhancement, modified tick.c so that the (hyperprivileged) TICK register does not have to be accessed. Now the initialization phase proceeds, but some parts of it are omitted for now (e.g. CPU initialization).&lt;/div&gt;~ /branches/sparc/boot/arch/sparc64/loader/main.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/cpu_family.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/drivers/tick.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/tlb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/hypercall.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/sun4u/mmu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/mmu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/tick.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/as.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/frame.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/page.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/tsb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4u/start.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/sparc64.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/start.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/exception.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/console/cmd.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/main.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/tlb.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3770</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3770</guid></item>
<item><pubDate>Fri, 26 Dec 2008 21:24:01 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3748 – Be careful to preserve the output registers when processing the ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Be careful to preserve the output registers when processing the fast data access MMU miss.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/mmu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/sparc64.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3748</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3748</guid></item>
<item><pubDate>Fri, 26 Dec 2008 15:00:42 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3745 – Merged latest trunk changes (revs 3722 to 3744) into the ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 16 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merged latest trunk changes (revs 3722 to 3744) into the sparc branch.&lt;/div&gt;~ /branches/sparc/kernel/arch/mips32/src/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ppc32/src/ppc32.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/drivers/scr.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/scr.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/fb/fb.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/loader.c&lt;br /&gt;+ /branches/sparc/uspace/lib/libc/generic/mem.c &lt;i&gt;(copied from /trunk/uspace/lib/libc/generic/mem.c@3743)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/string.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/loader/loader.h&lt;br /&gt;+ /branches/sparc/uspace/lib/libc/include/mem.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/include/mem.h@3743)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/string.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/console/console.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/fb.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3745</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3745</guid></item>
<item><pubDate>Fri, 26 Dec 2008 13:55:28 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3743 – Started to implement support for sun4v. Bootloader adapted to autodetect ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 56 file(s) modified&lt;/strong&gt;&lt;br/&gt;Started to implement support for sun4v. Bootloader adapted to autodetect the architecture (sun4u, sun4v). Some generic sparc64 kernel files split into sun4u and sun4v versions (but the sun4u is still the default in many cases - in order to keep the code compilable). Implemented taking over the MMU. Implemented routines for performing the hypervisor API calls. Implemented a trivial standard output driver. HelenOS banner can now be printed from the kernel on Niagara.&lt;/div&gt;~ /branches/sparc/boot/arch/sparc64/loader/main.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/arch.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/cpu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/drivers/niagara.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/interrupt.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/as.h&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/include/mm/mmu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4u&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/mmu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/tlb.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/tte.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/mmu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tte.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/tlb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/tsb.h&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/include/mm/tte.h&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/include/regdef.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/register.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4u&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4u/arch.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4u/regdef.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4v&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4v/hypercall.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4v/regdef.h&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/include/trap/mmu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/trap/sun4u&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/trap/sun4u/mmu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/mmu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/asm.S&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/drivers/niagara.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/as.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/cache.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/page.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/tlb.c&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/sparc64.c&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/start.S&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/sun4u&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/sun4u/asm.S&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/sun4u/sparc64.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/sun4u/start.S&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/sun4v&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/sun4v/asm.S&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/sun4v/sparc64.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/sun4v/start.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/exception.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/mmu.S&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/trap/sun4u&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/trap/sun4u/trap_table.S&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/trap.c&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/trap/trap_table.S&lt;br /&gt;~ /branches/sparc/kernel/kernel.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3743</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3743</guid></item>
<item><pubDate>Fri, 26 Dec 2008 13:21:03 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3742 – The sparc branch synchronized with trunk at revision 3722 (trunk@3722).</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 124 file(s) modified&lt;/strong&gt;&lt;br/&gt;The sparc branch synchronized with trunk at revision 3722 (trunk@3722).&lt;/div&gt;+ /branches/sparc/boot/arch/ia64/loader/gefi/HelenOS/division.c &lt;i&gt;(copied from /trunk/boot/arch/ia64/loader/gefi/HelenOS/division.c@3722)&lt;/i&gt;&lt;br /&gt;+ /branches/sparc/boot/arch/ia64/loader/gefi/HelenOS/division.h &lt;i&gt;(copied from /trunk/boot/arch/ia64/loader/gefi/HelenOS/division.h@3722)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/gefi/HelenOS/hello.c&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/gefi/HelenOS/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/gefi/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/_link.ld.in&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/main.c&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/ofwarch.c&lt;br /&gt;~ /branches/sparc/boot/genarch/ofw.c&lt;br /&gt;~ /branches/sparc/boot/genarch/ofw.h&lt;br /&gt;~ /branches/sparc/contrib/toolchain/toolchain.sparc64.sh&lt;br /&gt;~ /branches/sparc/HelenOS.config&lt;br /&gt;x /branches/sparc/kernel/arch/amd64/include/drivers&lt;br /&gt;~ /branches/sparc/kernel/arch/amd64/src/amd64.c&lt;br /&gt;~ /branches/sparc/kernel/arch/amd64/src/debugger.c&lt;br /&gt;~ /branches/sparc/kernel/arch/arm32/src/arm32.c&lt;br /&gt;~ /branches/sparc/kernel/arch/arm32/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/include/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/include/drivers/ega.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/include/drivers/vesa.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/include/mm/as.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/src/boot/vga323.pal&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/src/cpu/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/src/drivers/vesa.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32xen/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/ski/ski.c&lt;br /&gt;~ /branches/sparc/kernel/arch/mips32/include/mm/asid.h&lt;br /&gt;~ /branches/sparc/kernel/arch/mips32/src/cpu/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/arch/mips32/src/debugger.c&lt;br /&gt;~ /branches/sparc/kernel/arch/mips32/src/exception.c&lt;br /&gt;~ /branches/sparc/kernel/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ppc32/src/ppc32.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/barrier.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/tlb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/interrupt.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/kbd.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/scr.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/tick.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/as.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/page.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/tsb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/smp.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/include/fb/fb.h&lt;br /&gt;~ /branches/sparc/kernel/genarch/include/fb/font-8x16.h&lt;br /&gt;+ /branches/sparc/kernel/genarch/include/fb/logo-196x66.h &lt;i&gt;(copied from /trunk/kernel/genarch/include/fb/logo-196x66.h@3722)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/kernel/genarch/include/fb/visuals.h&lt;br /&gt;~ /branches/sparc/kernel/genarch/include/kbd/i8042.h&lt;br /&gt;~ /branches/sparc/kernel/genarch/include/ofw/ofw_tree.h&lt;br /&gt;~ /branches/sparc/kernel/genarch/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/acpi/acpi.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/fb/fb.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/fb/font-8x16.c&lt;br /&gt;x /branches/sparc/kernel/genarch/src/fb/helenos.xbm&lt;br /&gt;+ /branches/sparc/kernel/genarch/src/fb/logo-196x66.c &lt;i&gt;(copied from /trunk/kernel/genarch/src/fb/logo-196x66.c@3722)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/kbd/key.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/mm/asid.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/ofw/ofw_tree.c&lt;br /&gt;~ /branches/sparc/kernel/generic/include/console/kconsole.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/debug.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/macros.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/sparc/kernel/generic/src/console/cmd.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/console/console.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/console/kconsole.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/cpu/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/interrupt/interrupt.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/lib/func.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/main.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/as.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/time/clock.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;~ /branches/sparc/kernel/kernel.config&lt;br /&gt;~ /branches/sparc/kernel/Makefile&lt;br /&gt;~ /branches/sparc/kernel/test/debug/mips1.c&lt;br /&gt;x /branches/sparc/niagara.simics&lt;br /&gt;x /branches/sparc/usii.simics&lt;br /&gt;x /branches/sparc/usiii.simics&lt;br /&gt;~ /branches/sparc/uspace/app/init/init.c&lt;br /&gt;~ /branches/sparc/uspace/app/init/Makefile&lt;br /&gt;~ /branches/sparc/uspace/app/klog/Makefile&lt;br /&gt;~ /branches/sparc/uspace/app/tester/Makefile&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/ipc/fb.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/libc.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/loader/pcb.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/string.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/Makefile&lt;br /&gt;~ /branches/sparc/uspace/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/console/console.c&lt;br /&gt;~ /branches/sparc/uspace/srv/console/gcons.c&lt;br /&gt;~ /branches/sparc/uspace/srv/console/gcons.h&lt;br /&gt;~ /branches/sparc/uspace/srv/console/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/console/screenbuffer.h&lt;br /&gt;~ /branches/sparc/uspace/srv/devmap/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/fb.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/fb.h&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/font-8x16.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/font-8x16.h&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/main.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/msim.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/ppm.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/serial_console.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/serial_console.h&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/sgcn.c&lt;br /&gt;+ /branches/sparc/uspace/srv/fb/ski.c &lt;i&gt;(copied from /trunk/uspace/srv/fb/ski.c@3722)&lt;/i&gt;&lt;br /&gt;+ /branches/sparc/uspace/srv/fb/ski.h &lt;i&gt;(copied from /trunk/uspace/srv/fb/ski.h@3722)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/tmpfs/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/loader/main.c&lt;br /&gt;~ /branches/sparc/uspace/srv/ns/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/pci/libpci/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/pci/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/rd/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/vfs/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3742</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3742</guid></item>
<item><pubDate>Wed, 03 Dec 2008 00:07:04 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3665 – Merged latest trunk changes into the sparc brach.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 95 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merged latest trunk changes into the sparc brach.&lt;/div&gt;~ /branches/sparc/boot/arch/ia64/loader/gefi/HelenOS/hello.c&lt;br /&gt;+ /branches/sparc/boot/arch/ia64/loader/gefi/HelenOS/mkimage.c &lt;i&gt;(copied from /trunk/boot/arch/ia64/loader/gefi/HelenOS/mkimage.c@3664)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/main.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/src/asm.S&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/bootinfo.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/cpu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/ia64/include/drivers/kbd.h &lt;i&gt;(copied from /trunk/kernel/arch/ia64/include/drivers/kbd.h@3664)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/interrupt.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/mm/page.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/mm/tlb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/proc/task.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/ddi/ddi.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/drivers/ega.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/ia64.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/interrupt.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/mm/frame.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/ski/ski.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/smp/smp.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/drivers/fhc.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/drivers/pci.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/fhc.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/kbd.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/pci.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/interrupt.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/include/kbd/ns16550.h&lt;br /&gt;~ /branches/sparc/kernel/genarch/include/kbd/z8530.h&lt;br /&gt;~ /branches/sparc/kernel/genarch/include/ofw/ofw_tree.h&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/kbd/i8042.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/kbd/ns16550.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/kbd/z8530.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/ofw/ebus.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/ofw/fhc.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/ofw/pci.c&lt;br /&gt;~ /branches/sparc/kernel/generic/include/adt/bitmap.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/byteorder.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/ddi/irq.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/ipc/kbox.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ddi/irq.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/interrupt/interrupt.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ipc/irq.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ipc/kbox.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ipc/sysipc.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/task.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/synch/futex.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/time/clock.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;~ /branches/sparc/kernel/kernel.config&lt;br /&gt;~ /branches/sparc/kernel/Makefile&lt;br /&gt;~ /branches/sparc/usiii.simics&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/cp/cp.c&lt;br /&gt;+ /branches/sparc/uspace/app/tester/loop &lt;i&gt;(copied from /trunk/uspace/app/tester/loop@3664)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/app/tester/Makefile&lt;br /&gt;~ /branches/sparc/uspace/app/tester/tester.c&lt;br /&gt;~ /branches/sparc/uspace/app/tester/tester.h&lt;br /&gt;~ /branches/sparc/uspace/app/trace/trace.c&lt;br /&gt;+ /branches/sparc/uspace/dist/readme &lt;i&gt;(copied from /trunk/uspace/dist/readme@3664)&lt;/i&gt;&lt;br /&gt;+ /branches/sparc/uspace/lib/libc/arch/ia64/include/ddi.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/arch/ia64/include/ddi.h@3664)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/ia64/Makefile.inc&lt;br /&gt;+ /branches/sparc/uspace/lib/libc/arch/ia64/src/ddi.c &lt;i&gt;(copied from /trunk/uspace/lib/libc/arch/ia64/src/ddi.c@3664)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/ctype.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/errno.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/ipc/loader.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/ega.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat.h&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat_dentry.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat_dentry.h&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat_idx.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/tmpfs/tmpfs_dump.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;+ /branches/sparc/uspace/srv/kbd/arch/ia64/include/lkbd.h &lt;i&gt;(copied from /trunk/uspace/srv/kbd/arch/ia64/include/lkbd.h@3664)&lt;/i&gt;&lt;br /&gt;+ /branches/sparc/uspace/srv/kbd/arch/ia64/include/scanc.h &lt;i&gt;(copied from /trunk/uspace/srv/kbd/arch/ia64/include/scanc.h@3664)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/arch/ia64/src/kbd.c&lt;br /&gt;+ /branches/sparc/uspace/srv/kbd/arch/ia64/src/lkbd.c &lt;i&gt;(copied from /trunk/uspace/srv/kbd/arch/ia64/src/lkbd.c@3664)&lt;/i&gt;&lt;br /&gt;+ /branches/sparc/uspace/srv/kbd/arch/ia64/src/mouse.c &lt;i&gt;(copied from /trunk/uspace/srv/kbd/arch/ia64/src/mouse.c@3664)&lt;/i&gt;&lt;br /&gt;+ /branches/sparc/uspace/srv/kbd/arch/ia64/src/scanc.c &lt;i&gt;(copied from /trunk/uspace/srv/kbd/arch/ia64/src/scanc.c@3664)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/vfs/vfs.h&lt;br /&gt;~ /branches/sparc/uspace/srv/vfs/vfs_lookup.c&lt;br /&gt;~ /branches/sparc/uspace/srv/vfs/vfs_node.c&lt;br /&gt;~ /branches/sparc/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3665</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3665</guid></item>
<item><pubDate>Tue, 02 Dec 2008 23:46:14 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3664 – Added some SunBlade 1500 stuff (part of it is just ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 17 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added some SunBlade 1500 stuff (part of it is just temporary - e.g. the new visual). Some small fixes and enhancements.&lt;/div&gt;~ /branches/sparc/boot/arch/sparc64/loader/main.c&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/ofwarch.c&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/register.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/asm.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/drivers/scr.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/regdef.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/register.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/cpu/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/scr.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/tick.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/start.S&lt;br /&gt;~ /branches/sparc/kernel/genarch/include/fb/visuals.h&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/fb/fb.c&lt;br /&gt;~ /branches/sparc/niagara.simics&lt;br /&gt;~ /branches/sparc/usii.simics&lt;br /&gt;~ /branches/sparc/usiii.simics&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3664</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3664</guid></item>
<item><pubDate>Sat, 22 Nov 2008 23:43:18 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3618 – Support for framebuffers, where the first pixel is mapped to ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 20 file(s) modified&lt;/strong&gt;&lt;br/&gt;Support for framebuffers, where the first pixel is mapped to a different address than the OBP &apos;reg&apos; property claims. Cleanup, comments, C-style.&lt;/div&gt;~ /branches/sparc/boot/arch/sparc64/loader/main.c&lt;br /&gt;~ /branches/sparc/boot/genarch/ofw.c&lt;br /&gt;~ /branches/sparc/boot/genarch/ofw_tree.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/cache_spec.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/tlb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/cpu/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/scr.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/sgcn.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/smp.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/start.S&lt;br /&gt;~ /branches/sparc/kernel/genarch/include/fb/fb.h&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/fb/fb.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/ofw/ofw_tree.c&lt;br /&gt;~ /branches/sparc/usiii.simics&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/serial_console.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/serial_console.h&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/sgcn.c&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/arch/sparc64/src/sgcn.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3618</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3618</guid></item>
<item><pubDate>Sat, 22 Nov 2008 00:53:33 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3607 – Cleanup and minor fixes.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Cleanup and minor fixes.&lt;/div&gt;~ /branches/sparc/boot/arch/sparc64/loader/ofwarch.c&lt;br /&gt;~ /branches/sparc/boot/genarch/balloc.h&lt;br /&gt;~ /branches/sparc/boot/genarch/ofw.c&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/include/drivers/simics_output.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/tlb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/drivers/simics_output.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/main.c&lt;br /&gt;~ /branches/sparc/uspace/app/init/init.c&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/arch/sparc64/src/sgcn.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3607</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3607</guid></item>
<item><pubDate>Fri, 21 Nov 2008 20:55:03 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3602 – Merge latest trunk changes into the sparc branch.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merge latest trunk changes into the sparc branch.&lt;/div&gt;~ /branches/sparc/kernel/arch/ppc32/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/sparc/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libblock/libblock.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libblock/libblock.h&lt;br /&gt;~ /branches/sparc/uspace/srv/console/console.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat_fat.h&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3602</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3602</guid></item>
<item><pubDate>Mon, 17 Nov 2008 23:59:18 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3593 – Merged latest trunk changes into sparc branch.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 100 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merged latest trunk changes into sparc branch.&lt;/div&gt;~ /branches/sparc/boot/arch/amd64/Makefile.inc&lt;br /&gt;~ /branches/sparc/boot/arch/arm32/loader/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/ia32/Makefile.inc&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/asm.S&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/boot.S&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/gefi/apps/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/gefi/HelenOS/hello.c&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/gefi/HelenOS/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/main.c&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/main.h&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/loader/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/Makefile&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/asm.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/atomic.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/bootinfo.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/drivers/it.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/mm/page.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/drivers/it.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/ia64.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/mm/frame.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/mm/page.c&lt;br /&gt;+ /branches/sparc/kernel/arch/ia64/src/smp &lt;i&gt;(copied from /trunk/kernel/arch/ia64/src/smp@3592)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/src/start.S&lt;br /&gt;~ /branches/sparc/kernel/arch/mips32/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ppc32/src/asm.S&lt;br /&gt;~ /branches/sparc/kernel/arch/ppc32/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ppc64/src/mm/page.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/asm.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/drivers/ns16550.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/types.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/kbd.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/include/kbd/ns16550.h&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/kbd/key.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/kbd/ns16550.c&lt;br /&gt;~ /branches/sparc/kernel/generic/include/proc/program.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/stdarg.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/synch/spinlock.h&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ipc/kbox.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/main.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/program.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/task.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/sparc/kernel/kernel.config&lt;br /&gt;~ /branches/sparc/tools/mkfat.py&lt;br /&gt;x /branches/sparc/tools/mkfat.sh&lt;br /&gt;~ /branches/sparc/tools/mktmpfs.py&lt;br /&gt;~ /branches/sparc/usiii.simics&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/cat/cat.c&lt;br /&gt;~ /branches/sparc/uspace/app/klog/Makefile&lt;br /&gt;~ /branches/sparc/uspace/app/tester/Makefile&lt;br /&gt;~ /branches/sparc/uspace/app/tetris/Makefile&lt;br /&gt;~ /branches/sparc/uspace/app/trace/Makefile&lt;br /&gt;~ /branches/sparc/uspace/app/trace/trace.c&lt;br /&gt;+ /branches/sparc/uspace/lib/libblock &lt;i&gt;(copied from /trunk/uspace/lib/libblock@3592)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/ppc32/src/entry.s&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/loader.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/task.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/thread.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/align.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/byteorder.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/errno.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/loader/loader.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/Makefile&lt;br /&gt;~ /branches/sparc/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libfs/Makefile&lt;br /&gt;~ /branches/sparc/uspace/lib/softfloat/Makefile&lt;br /&gt;~ /branches/sparc/uspace/lib/softint/Makefile&lt;br /&gt;~ /branches/sparc/uspace/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/console/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/devmap/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat.h&lt;br /&gt;+ /branches/sparc/uspace/srv/fs/fat/fat_dentry.c &lt;i&gt;(copied from /trunk/uspace/srv/fs/fat/fat_dentry.c@3592)&lt;/i&gt;&lt;br /&gt;+ /branches/sparc/uspace/srv/fs/fat/fat_dentry.h &lt;i&gt;(copied from /trunk/uspace/srv/fs/fat/fat_dentry.h@3592)&lt;/i&gt;&lt;br /&gt;+ /branches/sparc/uspace/srv/fs/fat/fat_fat.c &lt;i&gt;(copied from /trunk/uspace/srv/fs/fat/fat_fat.c@3592)&lt;/i&gt;&lt;br /&gt;+ /branches/sparc/uspace/srv/fs/fat/fat_fat.h &lt;i&gt;(copied from /trunk/uspace/srv/fs/fat/fat_fat.h@3592)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat_idx.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/tmpfs/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/tmpfs/tmpfs_dump.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/loader/arch/ppc32/ppc32.s&lt;br /&gt;~ /branches/sparc/uspace/srv/loader/main.c&lt;br /&gt;~ /branches/sparc/uspace/srv/loader/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/ns/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/pci/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/rd/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/vfs/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3593</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3593</guid></item>
<item><pubDate>Mon, 17 Nov 2008 23:06:35 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3592 – Simics configuration script booting HelenOS on Niagara added.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Simics configuration script booting HelenOS on Niagara added.&lt;/div&gt;+ /branches/sparc/niagara.simics&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3592</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3592</guid></item>
<item><pubDate>Mon, 17 Nov 2008 15:28:41 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3591 – Making the code compatible also with US-IV (US-IV+) - TLB ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Making the code compatible also with US-IV (US-IV+) - TLB size based on CPU autodetection, cleanup of code waking up APs. General cleanup.&lt;/div&gt;~ /branches/sparc/boot/arch/sparc64/loader/ofwarch.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/cache.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/cache_spec.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/tlb.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/register.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/cache.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/smp.c&lt;br /&gt;~ /branches/sparc/usii.simics&lt;br /&gt;~ /branches/sparc/usiii.simics&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3591</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3591</guid></item>
<item><pubDate>Wed, 12 Nov 2008 10:47:21 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3582 – Made changes making HelenOS run on US-IV CPUs. Minor refactoring ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 26 file(s) modified&lt;/strong&gt;&lt;br/&gt;Made changes making HelenOS run on US-IV CPUs. Minor refactoring of the SGCN driver.&lt;/div&gt;~ /branches/sparc/boot/arch/sparc64/loader/asm.S&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/main.c&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/main.h&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/ofwarch.c&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/register.h&lt;br /&gt;~ /branches/sparc/boot/genarch/ofw_tree.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/cpu_family.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/cpu_node.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/regdef.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/register.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/cpu/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/smp.c&lt;br /&gt;~ /branches/sparc/kernel/genarch/include/ofw/ofw_tree.h&lt;br /&gt;~ /branches/sparc/kernel/genarch/src/ofw/ofw_tree.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/cpu/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/main.c&lt;br /&gt;~ /branches/sparc/usii.simics&lt;br /&gt;~ /branches/sparc/usiii.simics&lt;br /&gt;~ /branches/sparc/uspace/app/init/init.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/msim.c&lt;br /&gt;+ /branches/sparc/uspace/srv/fb/serial_console.c&lt;br /&gt;+ /branches/sparc/uspace/srv/fb/serial_console.h&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/sgcn.c&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/arch/sparc64/src/sgcn.c&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/genarch/src/nofb.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3582</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3582</guid></item>
<item><pubDate>Wed, 05 Nov 2008 00:25:34 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3549 – Implemented uspace Serengeti drivers for kbd and fb. Integrated with ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 24 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implemented uspace Serengeti drivers for kbd and fb. Integrated with other parts of HelenOS. Now it is possible to play Tetris on a simulated Serengeti machine (usiii.simics).&lt;/div&gt;~ /branches/sparc/boot/arch/sparc64/loader/asm.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/drivers/kbd.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/drivers/sgcn.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/sgcn.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sparc64.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/sparc/kernel/kernel.config&lt;br /&gt;~ /branches/sparc/kernel/Makefile&lt;br /&gt;~ /branches/sparc/usiii.simics&lt;br /&gt;~ /branches/sparc/uspace/srv/console/console.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/main.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fb/Makefile&lt;br /&gt;+ /branches/sparc/uspace/srv/fb/sgcn.c&lt;br /&gt;+ /branches/sparc/uspace/srv/fb/sgcn.h&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/arch/mips32/src/kbd.c&lt;br /&gt;+ /branches/sparc/uspace/srv/kbd/arch/sparc64/include/sgcn.h&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/arch/sparc64/src/kbd.c&lt;br /&gt;+ /branches/sparc/uspace/srv/kbd/arch/sparc64/src/sgcn.c&lt;br /&gt;+ /branches/sparc/uspace/srv/kbd/genarch/include/nofb.h&lt;br /&gt;+ /branches/sparc/uspace/srv/kbd/genarch/src/nofb.c&lt;br /&gt;~ /branches/sparc/uspace/srv/kbd/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3549</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3549</guid></item>
<item><pubDate>Sun, 26 Oct 2008 23:35:47 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3514 – Input support added to SGCN driver, connected to HelenOS kernel ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Input support added to SGCN driver, connected to HelenOS kernel (uspace TBD), so that kconsole is usable.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/drivers/sgcn.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/drivers/sgcn.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /branches/sparc/usiii.simics&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3514</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2F&amp;rev=3514</guid></item>
</channel></rss>