<?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/kernel/generic/</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Fri, 03 Apr 2026 23:45:13 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;max=40&amp;</link><atom:link href="https://historic.helenos.org/rss.php?isdir=1&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=4679</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=4679</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=4638</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=4638</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=4073</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=4073</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3993</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3993</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3862</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3862</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3817</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3817</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3798</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3798</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3770</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3770</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3745</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3745</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3742</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3665</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3665</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3607</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3602</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3593</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3593</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3582</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3549</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3514</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3514</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3492</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3492</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3467</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3467</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3397</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3365</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3343</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3343</guid></item>
<item><pubDate>Sat, 16 Aug 2008 15:44:13 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3332 – Fix types when processing IPC_M_DATA_WRITE arguments.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix types when processing IPC_M_DATA_WRITE arguments.&lt;/div&gt;~ /trunk/kernel/generic/src/ipc/sysipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3332</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3332</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3274</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3274</guid></item>
<item><pubDate>Wed, 06 Aug 2008 20:09:09 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3246 – cstyle</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;cstyle&lt;/div&gt;~ /trunk/kernel/generic/src/lib/rd.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3246</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3246</guid></item>
<item><pubDate>Thu, 31 Jul 2008 12:42:38 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 3240 – move unfinished ObjC support to a separate branch</title><description>&lt;div&gt;&lt;strong&gt;decky – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;move unfinished ObjC support to a separate branch&lt;/div&gt;+ /branches/cs &lt;i&gt;(copied from /trunk@3239)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/genarch/include/mm/page_pt.h&lt;br /&gt;~ /trunk/kernel/genarch/src/mm/as_pt.c&lt;br /&gt;x /trunk/kernel/generic/include/lib/objc.h&lt;br /&gt;x /trunk/kernel/generic/include/lib/objc_ext.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/as.h&lt;br /&gt;x /trunk/kernel/generic/src/lib/objc.c&lt;br /&gt;x /trunk/kernel/generic/src/lib/objc_ext.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/kernel.config&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3240</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3240</guid></item>
<item><pubDate>Sun, 27 Jul 2008 17:14:07 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 3233 – remove dummy page coloring facility, which is currenty not used</title><description>&lt;div&gt;&lt;strong&gt;decky – 18 file(s) modified&lt;/strong&gt;&lt;br/&gt;remove dummy page coloring facility, which is currenty not used&lt;/div&gt;~ /trunk/kernel/arch/amd64/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ppc64/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/page.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/amd64/include/config.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/arm32/include/config.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia32/include/config.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia64/include/config.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/mips32/include/config.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ppc32/include/config.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ppc64/include/config.h&lt;br /&gt;~ /trunk/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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3233</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3233</guid></item>
<item><pubDate>Sun, 27 Jul 2008 13:15:45 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3229 – Improve definition of generic macros.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Improve definition of generic macros.&lt;/div&gt;~ /trunk/kernel/generic/include/macros.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3229</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3229</guid></item>
<item><pubDate>Sun, 27 Jul 2008 05:50:53 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 3228 – physical memory detection in MSIM (discontinous regions supported) remove Sgi ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 22 file(s) modified&lt;/strong&gt;&lt;br/&gt;physical memory detection in MSIM (discontinous regions supported)&lt;br /&gt;
remove Sgi Indy (ARC) support -- it was unmaintaned, untested for years and without uspace support&lt;/div&gt;x /trunk/contrib/conf/bootindy&lt;br /&gt;~ /trunk/contrib/conf/msim.conf&lt;br /&gt;~ /trunk/HelenOS.config&lt;br /&gt;x /trunk/kernel/arch/mips32/include/drivers/arc.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/drivers/msim.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/drivers/serial.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/mm/tlb.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/console.c&lt;br /&gt;x /trunk/kernel/arch/mips32/src/drivers/arc.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/drivers/msim.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/interrupt.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/mips32.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/mm/frame.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/doc/arch/mips32&lt;br /&gt;~ /trunk/kernel/generic/include/config.h&lt;br /&gt;~ /trunk/kernel/generic/include/macros.h&lt;br /&gt;~ /trunk/kernel/kernel.config&lt;br /&gt;~ /trunk/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3228</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3228</guid></item>
<item><pubDate>Fri, 25 Jul 2008 12:26:20 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3225 – Check the validity of the &apos;len&apos; argument for sysinfo syscalls.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Check the validity of the &apos;len&apos; argument for sysinfo syscalls.&lt;/div&gt;~ /trunk/kernel/generic/src/sysinfo/sysinfo.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3225</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3225</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%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3222</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3222</guid></item>
<item><pubDate>Sun, 06 Jul 2008 22:07:59 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3208 – The real intention of the previous commit was to put ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;The real intention of the previous commit was to put the boundary&lt;br /&gt;
on 4 GiB, not 16 GiB.&lt;/div&gt;~ /trunk/kernel/generic/include/mm/frame.h&lt;br /&gt;~ /trunk/kernel/generic/src/mm/frame.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3208</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3208</guid></item>
<item><pubDate>Sun, 06 Jul 2008 21:47:48 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3207 – Introduce FRAME_LOW_16_GiB slab/frame allocator flag. When specified, the allocators will ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Introduce FRAME_LOW_16_GiB slab/frame allocator flag. When specified, the&lt;br /&gt;
allocators will not allocate memory above 16 GiB. Each architecture needs to&lt;br /&gt;
make sure not to merge zones from below and above 16 GiB.  Allocations that&lt;br /&gt;
require memory below 16 GiB need to be altered to use this flag.&lt;/div&gt;~ /trunk/kernel/generic/include/mm/frame.h&lt;br /&gt;~ /trunk/kernel/generic/src/mm/frame.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3207</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3207</guid></item>
<item><pubDate>Sun, 06 Jul 2008 20:20:02 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3206 – Avoid deadlock during the &apos;zone n&apos; kconsole command.  Buddy ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Avoid deadlock during the &apos;zone n&apos; kconsole command.  Buddy allocator detail is&lt;br /&gt;
no longer printed because the effort to avoid the deadlock was simply not worth&lt;br /&gt;
it.&lt;/div&gt;~ /trunk/kernel/generic/include/mm/buddy.h&lt;br /&gt;~ /trunk/kernel/generic/src/mm/buddy.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/frame.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3206</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3206</guid></item>
<item><pubDate>Sun, 06 Jul 2008 18:16:32 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3205 – Fix deadlock in the &apos;zones&apos; kconsole command.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix deadlock in the &apos;zones&apos; kconsole command.&lt;/div&gt;~ /trunk/kernel/generic/src/mm/frame.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3205</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3205</guid></item>
<item><pubDate>Tue, 01 Jul 2008 21:19:33 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3198 – Use initrd with mips32 port. Increase memory size.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Use initrd with mips32 port. Increase memory size.&lt;/div&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /trunk/kernel/generic/include/config.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3198</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3198</guid></item>
<item><pubDate>Tue, 01 Jul 2008 13:44:52 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3194 – Remove left-over debugging stuff.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Remove left-over debugging stuff.&lt;/div&gt;~ /trunk/kernel/generic/src/console/kconsole.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3194</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3194</guid></item>
<item><pubDate>Mon, 30 Jun 2008 22:33:18 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3193 – cstyle fixes</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;cstyle fixes&lt;/div&gt;~ /trunk/kernel/arch/ppc32/src/mm/page.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/kconsole.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/main.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3193</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3193</guid></item>
<item><pubDate>Tue, 24 Jun 2008 01:02:01 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3188 – Finer grained waiting for memory with consideration of the number ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Finer grained waiting for memory with consideration of the number&lt;br /&gt;
of available memory frames.&lt;/div&gt;~ /trunk/kernel/generic/src/mm/frame.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3188</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3188</guid></item>
<item><pubDate>Mon, 23 Jun 2008 20:49:45 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3187 – Get rid of the infamous &quot;Sleep not implemented&quot; panic during ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Get rid of the infamous &quot;Sleep not implemented&quot; panic during low memory&lt;br /&gt;
condition. Use a condition variable to implement the sleep. As of now, the&lt;br /&gt;
condition is rather coarse and can cause that threads may sleep unnecessarily.&lt;br /&gt;
Needs to be fine tuned and based on the amount of memory available.&lt;/div&gt;~ /trunk/kernel/generic/src/mm/frame.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3187</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Fgeneric%2F&amp;isdir=1&amp;rev=3187</guid></item>
</channel></rss>