<?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/boot/arch/sparc64/</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Tue, 21 Apr 2026 21:54:53 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;max=40&amp;</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3863</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3863</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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3770</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3770</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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3743</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3742</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3742</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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3664</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3618</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3607</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3607</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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3593</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3593</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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3591</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3582</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3549</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3549</guid></item>
<item><pubDate>Sat, 25 Oct 2008 23:45:34 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3502 – Implemented Serengeti console driver (only output, input TBD), all output ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implemented Serengeti console driver (only output, input TBD), all output now goes to the console instead of Simics CLI window.&lt;/div&gt;~ /branches/sparc/boot/arch/sparc64/loader/main.c&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/drivers/sgcn.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sparc64.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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3502</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3502</guid></item>
<item><pubDate>Tue, 14 Oct 2008 20:51:30 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3492 – Changes in trunk merged into the sparc branch. SILO&apos;s ramdisk ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 128 file(s) modified&lt;/strong&gt;&lt;br/&gt;Changes in trunk merged into the sparc branch. SILO&apos;s ramdisk issue solved by the CONFIG_RD_EXTERNAL option.&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/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/ppc64/loader/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/main.c&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/silo/silo.conf&lt;br /&gt;~ /branches/sparc/boot/boot.config&lt;br /&gt;~ /branches/sparc/boot/generic/string.c&lt;br /&gt;~ /branches/sparc/boot/generic/string.h&lt;br /&gt;~ /branches/sparc/kernel/arch/amd64/include/syscall.h&lt;br /&gt;~ /branches/sparc/kernel/arch/arm32/include/interrupt.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/include/asm.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/include/cpu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/ia32/include/syscall.h &lt;i&gt;(copied from /trunk/kernel/arch/ia32/include/syscall.h@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/src/asm.S&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/src/cpu/cpu.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/src/proc/scheduler.c&lt;br /&gt;+ /branches/sparc/kernel/arch/ia32/src/syscall.c &lt;i&gt;(copied from /trunk/kernel/arch/ia32/src/syscall.c@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/include/asm.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ppc32/include/asm/regname.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ppc32/include/exception.h&lt;br /&gt;+ /branches/sparc/kernel/arch/ppc32/include/regutils.h &lt;i&gt;(copied from /trunk/kernel/arch/ppc32/include/regutils.h@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/regwin.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/syscall.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/proc/thread.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/trap_table.S&lt;br /&gt;~ /branches/sparc/kernel/generic/include/ipc/ipc.h&lt;br /&gt;+ /branches/sparc/kernel/generic/include/ipc/kbox.h &lt;i&gt;(copied from /trunk/kernel/generic/include/ipc/kbox.h@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/kernel/generic/include/ipc/sysipc.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/syscall/syscall.h&lt;br /&gt;+ /branches/sparc/kernel/generic/include/udebug &lt;i&gt;(copied from /trunk/kernel/generic/include/udebug@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/kernel/generic/src/console/cmd.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ipc/ipc.c&lt;br /&gt;+ /branches/sparc/kernel/generic/src/ipc/kbox.c &lt;i&gt;(copied from /trunk/kernel/generic/src/ipc/kbox.c@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/kernel/generic/src/ipc/sysipc.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/lib/memstr.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/uinit.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/as.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/syscall/syscall.c&lt;br /&gt;+ /branches/sparc/kernel/generic/src/udebug &lt;i&gt;(copied from /trunk/kernel/generic/src/udebug@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/kernel/kernel.config&lt;br /&gt;~ /branches/sparc/kernel/Makefile&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/builtins/cd/cd.c&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/builtins/cd/entry.h&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/cmds.h&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/mknewcmd&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/cat/cat.c&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/cat/entry.h&lt;br /&gt;+ /branches/sparc/uspace/app/bdsh/cmds/modules/cp &lt;i&gt;(copied from /trunk/uspace/app/bdsh/cmds/modules/cp@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/help/entry.h&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/help/help.c&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/ls/entry.h&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/mkdir/entry.h&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/pwd/entry.h&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/pwd/pwd.c&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/quit/entry.h&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/quit/quit.c&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/rm/entry.h&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/rm/rm.c&lt;br /&gt;+ /branches/sparc/uspace/app/bdsh/cmds/modules/sleep &lt;i&gt;(copied from /trunk/uspace/app/bdsh/cmds/modules/sleep@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/touch/entry.h&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/cmds/modules/touch/touch.c&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/config.h&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/exec.c&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/Makefile&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/README&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/scli.c&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/util.c&lt;br /&gt;~ /branches/sparc/uspace/app/bdsh/util.h&lt;br /&gt;~ /branches/sparc/uspace/app/init/init.c&lt;br /&gt;~ /branches/sparc/uspace/app/tester/ipc/send_sync.c&lt;br /&gt;~ /branches/sparc/uspace/app/tester/tester.c&lt;br /&gt;+ /branches/sparc/uspace/app/trace &lt;i&gt;(copied from /trunk/uspace/app/trace@3491)&lt;/i&gt;&lt;br /&gt;+ /branches/sparc/uspace/dist/app &lt;i&gt;(copied from /trunk/uspace/dist/app@3491)&lt;/i&gt;&lt;br /&gt;+ /branches/sparc/uspace/dist/cfg &lt;i&gt;(copied from /trunk/uspace/dist/cfg@3491)&lt;/i&gt;&lt;br /&gt;x /branches/sparc/uspace/dist/etc&lt;br /&gt;x /branches/sparc/uspace/dist/sbin&lt;br /&gt;+ /branches/sparc/uspace/dist/srv &lt;i&gt;(copied from /trunk/uspace/dist/srv@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/amd64/include/syscall.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/arm32/include/syscall.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/ia32/include/syscall.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/ia32/src/syscall.S&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/ia64/include/syscall.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/mips32/include/syscall.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/ppc32/include/syscall.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/ppc64/include/syscall.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/sparc64/include/syscall.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/ipc.c&lt;br /&gt;+ /branches/sparc/uspace/lib/libc/generic/loader.c &lt;i&gt;(copied from /trunk/uspace/lib/libc/generic/loader.c@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/smc.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/string.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/task.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/time.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/tls.c&lt;br /&gt;+ /branches/sparc/uspace/lib/libc/generic/udebug.c &lt;i&gt;(copied from /trunk/uspace/lib/libc/generic/udebug.c@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/vfs/canonify.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/ipc/ipc.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/ipc/loader.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/libc.h&lt;br /&gt;+ /branches/sparc/uspace/lib/libc/include/loader/loader.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/include/loader/loader.h@3491)&lt;/i&gt;&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/include/syscall.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/task.h&lt;br /&gt;+ /branches/sparc/uspace/lib/libc/include/udebug.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/include/udebug.h@3491)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/Makefile&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/Makefile.toolchain&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/loader/main.c&lt;br /&gt;~ /branches/sparc/uspace/srv/vfs/vfs.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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3492</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3492</guid></item>
<item><pubDate>Mon, 29 Sep 2008 16:07:08 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3479 – Names containing &apos;UPA&apos; replaced with strings containing more general &apos;ICBUS&apos;. ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;Names containing &apos;UPA&apos; replaced with strings containing more general &apos;ICBUS&apos;. SMART_FIRMWARE option replaced with CPU autodetection + new option CONFIG_A_OUT_ISOFS_B.&lt;/div&gt;~ /branches/sparc/boot/arch/ppc32/Makefile.inc&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/asm.S&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/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/boot/boot.config&lt;br /&gt;~ /branches/sparc/boot/genarch/balloc.h&lt;br /&gt;~ /branches/sparc/boot/genarch/ofw_tree.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/arch.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/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/start.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3479</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3479</guid></item>
<item><pubDate>Mon, 22 Sep 2008 23:30:06 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3467 – SMP and CPU initialiation modified to work even with Serengeti ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;SMP and CPU initialiation modified to work even with Serengeti OFW tree layout; support for output to the Simics CLI console added (see my blog); some header files modified to conform US-III definition. Now HelenOS (on the sample configuration - usiii.simics) is able to run some userspace tasks.&lt;/div&gt;~ /branches/sparc/boot/arch/ppc32/Makefile.inc&lt;br /&gt;~ /branches/sparc/boot/arch/ppc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/ofwarch.c&lt;br /&gt;~ /branches/sparc/boot/genarch/ofw_tree.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/cpu_node.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/drivers/simics_output.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/cache_spec.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/tte.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/cpu/cpu.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/drivers/simics_output.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/smp.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sparc64.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/main.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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3467</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3467</guid></item>
<item><pubDate>Fri, 12 Sep 2008 16:11:42 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3398 – US used as a code for the UltraSPARC I-II subarchitecture ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;US used as a code for the UltraSPARC I-II subarchitecture instead of US2.&lt;/div&gt;~ /branches/sparc/boot/arch/sparc64/loader/asm.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/start.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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3398</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3398</guid></item>
<item><pubDate>Fri, 12 Sep 2008 15:40:06 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3397 – Merged recent changes from trunk into the Sparc branch.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 73 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merged recent changes from trunk into the 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/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/ia64/Makefile.inc&lt;br /&gt;~ /branches/sparc/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/ppc32/loader/main.c&lt;br /&gt;~ /branches/sparc/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/ppc32/loader/ofwarch.c&lt;br /&gt;~ /branches/sparc/boot/arch/ppc64/loader/Makefile&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/loader/boot.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/Makefile&lt;br /&gt;~ /branches/sparc/boot/genarch/balloc.h&lt;br /&gt;x /branches/sparc/boot/tools/ia64&lt;br /&gt;~ /branches/sparc/contrib/toolchain/toolchain.amd64.sh&lt;br /&gt;~ /branches/sparc/contrib/toolchain/toolchain.arm32.sh&lt;br /&gt;~ /branches/sparc/contrib/toolchain/toolchain.ia32.sh&lt;br /&gt;~ /branches/sparc/contrib/toolchain/toolchain.ia64.sh&lt;br /&gt;~ /branches/sparc/contrib/toolchain/toolchain.mipseb32.sh&lt;br /&gt;~ /branches/sparc/contrib/toolchain/toolchain.mipsel32.sh&lt;br /&gt;~ /branches/sparc/contrib/toolchain/toolchain.ppc32.sh&lt;br /&gt;~ /branches/sparc/contrib/toolchain/toolchain.ppc64.sh&lt;br /&gt;~ /branches/sparc/contrib/toolchain/toolchain.sparc64.sh&lt;br /&gt;~ /branches/sparc/kernel/arch/amd64/include/atomic.h&lt;br /&gt;~ /branches/sparc/kernel/arch/amd64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/arm32/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/include/atomic.h&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/ia32xen/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/ia64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/mips32/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/mips32/src/mm/tlb.c&lt;br /&gt;~ /branches/sparc/kernel/arch/ppc32/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/ppc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/atomic.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/generic/include/errno.h&lt;br /&gt;~ /branches/sparc/kernel/generic/include/ipc/ipc.h&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/sysipc.c&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;~ /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/proc/task.c&lt;br /&gt;+ /branches/sparc/uspace/app/bdsh &lt;i&gt;(copied from /trunk/uspace/app/bdsh@3396)&lt;/i&gt;&lt;br /&gt;x /branches/sparc/uspace/app/cli&lt;br /&gt;~ /branches/sparc/uspace/app/init/init.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/amd64/Makefile.inc&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/arm32/Makefile.inc&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/ia32/Makefile.inc&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/ia64/Makefile.inc&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/mips32/Makefile.inc&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/mips32eb/Makefile.inc&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/ppc32/Makefile.inc&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/ppc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/arch/sparc64/Makefile.inc&lt;br /&gt;+ /branches/sparc/uspace/lib/libc/generic/getopt.c &lt;i&gt;(copied from /trunk/uspace/lib/libc/generic/getopt.c@3396)&lt;/i&gt;&lt;br /&gt;+ /branches/sparc/uspace/lib/libc/generic/io/asprintf.c &lt;i&gt;(copied from /trunk/uspace/lib/libc/generic/io/asprintf.c@3396)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/io/printf_core.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/io/sprintf.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/io/vsnprintf.c&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/generic/ipc.c&lt;br /&gt;+ /branches/sparc/uspace/lib/libc/include/getopt.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/include/getopt.h@3396)&lt;/i&gt;&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/include/stdio.h&lt;br /&gt;~ /branches/sparc/uspace/lib/libc/Makefile&lt;br /&gt;~ /branches/sparc/uspace/Makefile&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /branches/sparc/uspace/srv/fs/tmpfs/tmpfs_ops.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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3397</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3397</guid></item>
<item><pubDate>Tue, 26 Aug 2008 00:08:29 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3365 – Integrated US-III port into the build process; added script for ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Integrated US-III port into the build process; added script for downloading and patching SILO; added patched SILO binaries; modified sources of the Sparc64 port up to the beginning of the main_bsp_separated_stack function: phys. address size not hardwired but configurable (41 bits on US-II, 43 bits on US-III), WSTATE register implicitly written 0 on startup.&lt;/div&gt;~ /branches/sparc/boot/arch/sparc64/loader/asm.S&lt;br /&gt;~ /branches/sparc/boot/arch/sparc64/Makefile.inc&lt;br /&gt;+ /branches/sparc/boot/arch/sparc64/silo/silo.patched.tar.gz&lt;br /&gt;~ /branches/sparc/boot/boot.config&lt;br /&gt;~ /branches/sparc/boot/genarch/balloc.h&lt;br /&gt;+ /branches/sparc/contrib/util&lt;br /&gt;+ /branches/sparc/contrib/util/DownloadAndPatchSILO.sh&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/start.S&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/main.c&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%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3365</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3365</guid></item>
<item><pubDate>Tue, 19 Aug 2008 18:54:50 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 3343 – add sparc branch</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;add sparc branch&lt;/div&gt;+ /branches/sparc &lt;i&gt;(copied from /trunk@3342)&lt;/i&gt;&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3343</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3343</guid></item>
<item><pubDate>Fri, 15 Aug 2008 18:59:13 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3324 – Boot support for FAT16 on sparc64.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Boot support for FAT16 on sparc64.&lt;/div&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3324</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3324</guid></item>
<item><pubDate>Sun, 10 Aug 2008 17:28:42 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3274 – memcpy(), memmove() and similar functions return dst instead of src. ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;memcpy(), memmove() and similar functions return dst instead of src.&lt;br /&gt;
Fix all implementations, including those in assembly. ppc32 assembly&lt;br /&gt;
version didn&apos;t seem to be affected by this.&lt;/div&gt;~ /trunk/boot/arch/arm32/loader/asm.S&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/asm.S&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/asm.S&lt;br /&gt;~ /trunk/kernel/arch/amd64/src/asm_utils.S&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/asm.S&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/asm.S&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/src/asm.S&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/asm.S&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/asm.S&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/asm.S&lt;br /&gt;~ /trunk/kernel/generic/src/lib/memstr.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/string.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3274</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3274</guid></item>
<item><pubDate>Sat, 09 Aug 2008 19:57:50 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 3258 – use less cryptic filenames</title><description>&lt;div&gt;&lt;strong&gt;decky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;use less cryptic filenames&lt;/div&gt;~ /trunk/boot/arch/amd64/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3258</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3258</guid></item>
<item><pubDate>Tue, 05 Aug 2008 23:52:14 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3244 – Split mktmpfs.py to a TMPFS specific part and a HORD ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Split mktmpfs.py to a TMPFS specific part and a HORD specific part. The latter&lt;br /&gt;
is moved to mkhord.py and can be reused for FAT16 images as well. mktmpfs.py and&lt;br /&gt;
mkfat.sh define the same interface now. Modify makefiles to use the modified&lt;br /&gt;
interface (e.g. do not pass alignment to either mktmpfs.py or mkfat.sh). FAT16&lt;br /&gt;
initrd image can be now loaded as initrd on amd64 and gets recognized as a&lt;br /&gt;
ramdisk image.&lt;/div&gt;~ /trunk/boot/arch/amd64/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;+ /trunk/tools/mkhord.py&lt;br /&gt;~ /trunk/tools/mktmpfs.py&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3244</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3244</guid></item>
<item><pubDate>Wed, 30 Jul 2008 19:00:19 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3239 – Don&apos;t ask whether to replace image.boot.gz if it already exists.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Don&apos;t ask whether to replace image.boot.gz if it already exists.&lt;/div&gt;~ /trunk/boot/arch/sparc64/Makefile.inc&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3239</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3239</guid></item>
<item><pubDate>Mon, 28 Jul 2008 20:17:48 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3237 – Compress image.boot when creating a sparc64 bootable CD, making thus ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Compress image.boot when creating a sparc64 bootable CD, making thus use&lt;br /&gt;
of SILO&apos;s decompressing ability.&lt;/div&gt;~ /trunk/boot/arch/sparc64/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/sparc64/silo/silo.conf&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3237</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3237</guid></item>
<item><pubDate>Tue, 08 Jul 2008 18:05:45 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3222 – Merge program-loader related stuff from dynload branch to trunk. (huge)</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 101 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merge program-loader related stuff from dynload branch to trunk. (huge)&lt;/div&gt;~ /trunk/boot/arch/amd64/grub/menu.lst&lt;br /&gt;~ /trunk/boot/arch/amd64/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ia32/grub/menu.lst&lt;br /&gt;~ /trunk/boot/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/ia64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;~ /trunk/kernel/arch/amd64/src/userspace.c&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/userspace.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/userspace.c&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/src/userspace.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/asm.S&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/start.S&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/asm.S&lt;br /&gt;~ /trunk/kernel/arch/ppc64/src/asm.S&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/asm.S&lt;br /&gt;~ /trunk/kernel/generic/include/lib/elf.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/as.h&lt;br /&gt;+ /trunk/kernel/generic/include/proc/program.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/task.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;+ /trunk/kernel/generic/include/synch/smc.h&lt;br /&gt;~ /trunk/kernel/generic/include/syscall/syscall.h&lt;br /&gt;~ /trunk/kernel/generic/src/lib/elf.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/as.c&lt;br /&gt;+ /trunk/kernel/generic/src/proc/program.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;+ /trunk/kernel/generic/src/synch/smc.c&lt;br /&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;+ /trunk/uspace/app/cli&lt;br /&gt;+ /trunk/uspace/app/cli/cli.c&lt;br /&gt;+ /trunk/uspace/app/cli/Makefile&lt;br /&gt;~ /trunk/uspace/app/init/init.c&lt;br /&gt;~ /trunk/uspace/app/tester/tester.c&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/amd64/src/entry.s&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/arm32/src/entry.s&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia32/src/entry.s&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia64/src/entry.s&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/mips32/src/entry.s&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ppc32/src/entry.s&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ppc64/src/entry.s&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/sparc64/src/entry.s&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/as.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/stream.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/libc.c&lt;br /&gt;+ /trunk/uspace/lib/libc/generic/pcb.c&lt;br /&gt;+ /trunk/uspace/lib/libc/generic/smc.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/task.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/as.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/io/stream.h&lt;br /&gt;+ /trunk/uspace/lib/libc/include/ipc/loader.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/libc.h&lt;br /&gt;+ /trunk/uspace/lib/libc/include/loader&lt;br /&gt;+ /trunk/uspace/lib/libc/include/loader/pcb.h&lt;br /&gt;+ /trunk/uspace/lib/libc/include/smc.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/task.h&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;~ /trunk/uspace/Makefile&lt;br /&gt;+ /trunk/uspace/srv/loader&lt;br /&gt;+ /trunk/uspace/srv/loader/arch&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/amd64&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/amd64/amd64.s&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/amd64/Makefile.inc&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/amd64/_link.ld.in&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/arm32&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/arm32/arm32.s&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/arm32/Makefile.inc&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/arm32/_link.ld.in&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/ia32&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/ia32/ia32.s&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/ia32/Makefile.inc&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/ia32/_link.ld.in&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/ia64&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/ia64/ia64.s&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/ia64/Makefile.inc&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/ia64/_link.ld.in&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/mips32&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/mips32/Makefile.inc&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/mips32/mips32.s&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/mips32/_link.ld.in&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/ppc32&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/ppc32/Makefile.inc&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/ppc32/ppc32.s&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/ppc32/_link.ld.in&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/sparc64&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/sparc64/Makefile.inc&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/sparc64/sparc64.s&lt;br /&gt;+ /trunk/uspace/srv/loader/arch/sparc64/_link.ld.in&lt;br /&gt;+ /trunk/uspace/srv/loader/elf_load.c&lt;br /&gt;+ /trunk/uspace/srv/loader/include&lt;br /&gt;+ /trunk/uspace/srv/loader/include/arch.h&lt;br /&gt;+ /trunk/uspace/srv/loader/include/elf.h&lt;br /&gt;+ /trunk/uspace/srv/loader/include/elf_load.h&lt;br /&gt;+ /trunk/uspace/srv/loader/interp.s&lt;br /&gt;+ /trunk/uspace/srv/loader/main.c&lt;br /&gt;+ /trunk/uspace/srv/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3222</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3222</guid></item>
<item><pubDate>Sun, 15 Jun 2008 13:07:37 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3146 – Don&apos;t make any assumptions about the contents of the I-cache ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Don&apos;t make any assumptions about the contents of the I-cache in sparc64 &lt;br /&gt;
loader and before passing control to the kernel, invalidate the I-cache.&lt;/div&gt;~ /trunk/boot/arch/sparc64/loader/asm.S&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/ofwarch.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3146</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3146</guid></item>
<item><pubDate>Sat, 14 Jun 2008 22:48:41 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3144 – Issue a sparc64 write barrier before passing control from the ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Issue a sparc64 write barrier before passing control from the loader to &lt;br /&gt;
the kernel.&lt;/div&gt;~ /trunk/boot/arch/sparc64/loader/asm.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3144</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3144</guid></item>
<item><pubDate>Tue, 03 Jun 2008 16:37:17 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 3052 – RAM disk / filesystem support</title><description>&lt;div&gt;&lt;strong&gt;decky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;RAM disk / filesystem support&lt;/div&gt;~ /trunk/boot/arch/amd64/grub/menu.lst&lt;br /&gt;~ /trunk/boot/arch/amd64/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/ia32/grub/menu.lst&lt;br /&gt;~ /trunk/boot/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3052</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3052</guid></item>
<item><pubDate>Fri, 30 May 2008 16:22:58 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 3027 – finish unifying pack script</title><description>&lt;div&gt;&lt;strong&gt;decky – 17 file(s) modified&lt;/strong&gt;&lt;br/&gt;finish unifying pack script&lt;/div&gt;~ /trunk/boot/arch/arm32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/_link.ld.in&lt;br /&gt;~ /trunk/boot/arch/ia64/loader/Makefile&lt;br /&gt;x /trunk/boot/arch/ia64/loader/pack&lt;br /&gt;+ /trunk/boot/arch/ia64/loader/_link.ld.in&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;x /trunk/boot/arch/mips32/loader/_link.ld.in&lt;br /&gt;+ /trunk/boot/arch/mips32/loader/_link.ld.in.binary &lt;i&gt;(copied from /trunk/boot/arch/mips32/loader/_link.ld.in@3024)&lt;/i&gt;&lt;br /&gt;+ /trunk/boot/arch/mips32/loader/_link.ld.in.ecoff&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/_link.ld.in&lt;br /&gt;~ /trunk/boot/arch/ppc64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc64/loader/_link.ld.in&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;x /trunk/boot/arch/sparc64/loader/pack&lt;br /&gt;+ /trunk/boot/arch/sparc64/loader/_link.ld.in&lt;br /&gt;~ /trunk/boot/tools/pack.py&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3027</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3027</guid></item>
<item><pubDate>Thu, 29 May 2008 18:04:09 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 3024 – use unified pack script by arm32</title><description>&lt;div&gt;&lt;strong&gt;decky – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;use unified pack script by arm32&lt;/div&gt;~ /trunk/boot/arch/arm32/loader/main.c&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/Makefile&lt;br /&gt;x /trunk/boot/arch/arm32/loader/pack&lt;br /&gt;+ /trunk/boot/arch/arm32/loader/_link.ld.in&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3024</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=3024</guid></item>
<item><pubDate>Mon, 17 Dec 2007 08:25:49 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2649 – Enable tmpfs in arm32, ia32xen, ia64, ppc32, ppc64 and sparc64.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Enable tmpfs in arm32, ia32xen, ia64, ppc32, ppc64 and sparc64.&lt;/div&gt;~ /trunk/boot/arch/arm32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ia32xen/grub/menu.lst&lt;br /&gt;~ /trunk/boot/arch/ia32xen/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/ia64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2649</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2649</guid></item>
<item><pubDate>Fri, 28 Sep 2007 19:29:05 +0200</pubDate><dc:creator>cejka</dc:creator><title>Rev 2551 – DevMap, VFS and FAT added to boot images for all ...</title><description>&lt;div&gt;&lt;strong&gt;cejka – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;DevMap, VFS and FAT added to boot images for all architectures.&lt;/div&gt;~ /trunk/boot/arch/arm32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ia32/grub/menu.lst&lt;br /&gt;~ /trunk/boot/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/ia32xen/grub/menu.lst&lt;br /&gt;~ /trunk/boot/arch/ia32xen/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/ia64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;~ /trunk/contrib/conf/ski.conf&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2551</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2551</guid></item>
<item><pubDate>Sun, 09 Sep 2007 21:55:56 +0200</pubDate><dc:creator>vana</dc:creator><title>Rev 2511 – IA64 loader (based on sparc loader)</title><description>&lt;div&gt;&lt;strong&gt;vana – 13 file(s) modified&lt;/strong&gt;&lt;br/&gt;IA64 loader (based on sparc loader)&lt;/div&gt;+ /trunk/boot/arch/ia64/loader&lt;br /&gt;+ /trunk/boot/arch/ia64/loader/asm.h&lt;br /&gt;+ /trunk/boot/arch/ia64/loader/asm.S&lt;br /&gt;+ /trunk/boot/arch/ia64/loader/boot.S&lt;br /&gt;+ /trunk/boot/arch/ia64/loader/main.c&lt;br /&gt;+ /trunk/boot/arch/ia64/loader/main.h&lt;br /&gt;+ /trunk/boot/arch/ia64/loader/Makefile&lt;br /&gt;+ /trunk/boot/arch/ia64/loader/pack&lt;br /&gt;+ /trunk/boot/arch/ia64/loader/stack.h&lt;br /&gt;+ /trunk/boot/arch/ia64/loader/types.h&lt;br /&gt;~ /trunk/boot/arch/ia64/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;~ /trunk/HelenOS.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2511</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2511</guid></item>
<item><pubDate>Wed, 08 Aug 2007 16:43:29 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2507 – Fix sparc64 loader&apos;s pack script for use with gcc 4.2.1 ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix sparc64 loader&apos;s pack script for use with gcc 4.2.1 by&lt;br /&gt;
avoiding pointer to int type casts so that the newer gcc doesn&apos;t emit a warning.&lt;br /&gt;
Due to the -Werror flags, such a warning would prevent a successful build.&lt;/div&gt;~ /trunk/boot/arch/sparc64/loader/pack&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2507</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2507</guid></item>
<item><pubDate>Sat, 23 Jun 2007 15:34:01 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2479 – New, better-structured, directory layout for uspace.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 67 file(s) modified&lt;/strong&gt;&lt;br/&gt;New, better-structured, directory layout for uspace.&lt;/div&gt;~ /trunk/boot/arch/amd64/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/ia32xen/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;~ /trunk/contrib/conf/ski.conf&lt;br /&gt;+ /trunk/uspace/app&lt;br /&gt;+ /trunk/uspace/app/init &lt;i&gt;(copied from /trunk/uspace/init@2478)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/app/init/Makefile&lt;br /&gt;+ /trunk/uspace/app/klog &lt;i&gt;(copied from /trunk/uspace/klog@2478)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/app/klog/Makefile&lt;br /&gt;+ /trunk/uspace/app/tester &lt;i&gt;(copied from /trunk/uspace/tester@2478)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/app/tester/Makefile&lt;br /&gt;+ /trunk/uspace/app/tetris &lt;i&gt;(copied from /trunk/uspace/tetris@2478)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/app/tetris/input.c&lt;br /&gt;~ /trunk/uspace/app/tetris/Makefile&lt;br /&gt;~ /trunk/uspace/app/tetris/screen.c&lt;br /&gt;x /trunk/uspace/console&lt;br /&gt;x /trunk/uspace/fb&lt;br /&gt;x /trunk/uspace/fs&lt;br /&gt;x /trunk/uspace/init&lt;br /&gt;x /trunk/uspace/kbd&lt;br /&gt;x /trunk/uspace/klog&lt;br /&gt;+ /trunk/uspace/lib&lt;br /&gt;+ /trunk/uspace/lib/libc &lt;i&gt;(copied from /trunk/uspace/libc@2478)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/amd64/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/arm32/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/arm32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia64/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia64/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/mips32/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/mips32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ppc32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ppc64/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/sparc64/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;+ /trunk/uspace/lib/softfloat &lt;i&gt;(copied from /trunk/uspace/softfloat@2478)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/lib/softint &lt;i&gt;(copied from /trunk/uspace/softint@2478)&lt;/i&gt;&lt;br /&gt;x /trunk/uspace/libc&lt;br /&gt;~ /trunk/uspace/Makefile&lt;br /&gt;x /trunk/uspace/ns&lt;br /&gt;x /trunk/uspace/pci&lt;br /&gt;x /trunk/uspace/rd&lt;br /&gt;x /trunk/uspace/softfloat&lt;br /&gt;x /trunk/uspace/softint&lt;br /&gt;+ /trunk/uspace/srv&lt;br /&gt;+ /trunk/uspace/srv/console &lt;i&gt;(copied from /trunk/uspace/console@2478)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/srv/console/Makefile&lt;br /&gt;+ /trunk/uspace/srv/fb &lt;i&gt;(copied from /trunk/uspace/fb@2478)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/srv/fb/Makefile&lt;br /&gt;+ /trunk/uspace/srv/fs &lt;i&gt;(copied from /trunk/uspace/fs@2478)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/srv/fs/Makefile&lt;br /&gt;+ /trunk/uspace/srv/kbd &lt;i&gt;(copied from /trunk/uspace/kbd@2478)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/srv/kbd/Makefile&lt;br /&gt;+ /trunk/uspace/srv/ns &lt;i&gt;(copied from /trunk/uspace/ns@2478)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/srv/ns/Makefile&lt;br /&gt;+ /trunk/uspace/srv/pci &lt;i&gt;(copied from /trunk/uspace/pci@2478)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/srv/pci/libpci/Makefile&lt;br /&gt;~ /trunk/uspace/srv/pci/Makefile&lt;br /&gt;+ /trunk/uspace/srv/rd &lt;i&gt;(copied from /trunk/uspace/rd@2478)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/srv/rd/Makefile&lt;br /&gt;x /trunk/uspace/tester&lt;br /&gt;x /trunk/uspace/tetris&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2479</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2479</guid></item>
<item><pubDate>Thu, 31 May 2007 23:14:14 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 2438 – update for new compiler configuration scheme</title><description>&lt;div&gt;&lt;strong&gt;decky – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;update for new compiler configuration scheme&lt;/div&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;~ /trunk/boot/boot.config&lt;br /&gt;~ /trunk/kernel/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/tools/build&lt;br /&gt;~ /trunk/uspace/libc/Makefile.toolchain&lt;br /&gt;~ /trunk/uspace/uspace.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2438</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2438</guid></item>
<item><pubDate>Sun, 15 Apr 2007 22:51:04 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2250 – Fix ticket #31.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix ticket #31.&lt;/div&gt;~ /trunk/boot/arch/sparc64/loader/main.c&lt;br /&gt;~ /trunk/boot/genarch/balloc.c&lt;br /&gt;~ /trunk/boot/genarch/balloc.h&lt;br /&gt;~ /trunk/boot/genarch/ofw.c&lt;br /&gt;~ /trunk/boot/genarch/ofw.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2250</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2250</guid></item>
<item><pubDate>Wed, 11 Apr 2007 23:21:09 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2237 – Upgrade SILO to 1.4.13.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Upgrade SILO to 1.4.13.&lt;/div&gt;~ /trunk/boot/arch/sparc64/silo/silo.tar.gz&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2237</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2237</guid></item>
<item><pubDate>Fri, 06 Apr 2007 14:21:50 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 2185 – rename ipcc to tester</title><description>&lt;div&gt;&lt;strong&gt;decky – 17 file(s) modified&lt;/strong&gt;&lt;br/&gt;rename ipcc to tester&lt;/div&gt;~ /trunk/boot/arch/amd64/grub/menu.lst&lt;br /&gt;~ /trunk/boot/arch/amd64/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/ia32/grub/menu.lst&lt;br /&gt;~ /trunk/boot/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/ia32xen/grub/menu.debug.lst&lt;br /&gt;~ /trunk/boot/arch/ia32xen/grub/menu.lst&lt;br /&gt;~ /trunk/boot/arch/ia32xen/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;~ /trunk/contrib/conf/ski.conf&lt;br /&gt;~ /trunk/kernel/generic/src/lib/objc.c&lt;br /&gt;x /trunk/uspace/ipcc&lt;br /&gt;~ /trunk/uspace/Makefile&lt;br /&gt;+ /trunk/uspace/tester &lt;i&gt;(copied from /trunk/uspace/ipcc@2183)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/tester/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2185</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fboot%2Farch%2Fsparc64%2F&amp;rev=2185</guid></item>
</channel></rss>