<?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/arm/kernel/generic/</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Sun, 05 Apr 2026 20:15:35 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;max=40&amp;</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Wed, 15 Jul 2009 20:22:02 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4647 – Branch out a new arm branch.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Branch out a new arm branch.&lt;/div&gt;+ /branches/arm &lt;i&gt;(copied from /trunk@4646)&lt;/i&gt;&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4647</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4647</guid></item>
<item><pubDate>Mon, 13 Jul 2009 21:35:34 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4640 – Improve comment.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Improve comment.&lt;/div&gt;~ /trunk/kernel/generic/include/context.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4640</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4640</guid></item>
<item><pubDate>Mon, 13 Jul 2009 21:34:44 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4639 – IRQ-safe switch to userspace.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;IRQ-safe switch to userspace.&lt;/div&gt;~ /trunk/kernel/generic/src/main/uinit.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4639</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4639</guid></item>
<item><pubDate>Sat, 11 Jul 2009 17:14:56 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4635 – Things are much easier when the compiler knows that context_save() ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Things are much easier when the compiler knows that context_save() returns twice.&lt;/div&gt;~ /trunk/kernel/generic/include/context.h&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/fibril.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/fibril.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4635</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4635</guid></item>
<item><pubDate>Thu, 18 Jun 2009 10:30:50 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4556 – define endianess externally to be able to exactly specify whether ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 42 file(s) modified&lt;/strong&gt;&lt;br/&gt;define endianess externally to be able to exactly specify whether we are using UTF-32LE or UTF-32BE&lt;br /&gt;
quit messing with BOM in UTF-32&lt;/div&gt;x /trunk/kernel/arch/amd64/include/byteorder.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/Makefile.inc&lt;br /&gt;x /trunk/kernel/arch/arm32/include/byteorder.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/Makefile.inc&lt;br /&gt;x /trunk/kernel/arch/ia32/include/byteorder.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/Makefile.inc&lt;br /&gt;x /trunk/kernel/arch/ia64/include/byteorder.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/Makefile.inc&lt;br /&gt;x /trunk/kernel/arch/mips32/include/byteorder.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/elf.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/Makefile.inc&lt;br /&gt;x /trunk/kernel/arch/ppc32/include/byteorder.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/Makefile.inc&lt;br /&gt;x /trunk/kernel/arch/sparc64/include/byteorder.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /trunk/kernel/generic/include/byteorder.h&lt;br /&gt;~ /trunk/kernel/generic/include/string.h&lt;br /&gt;~ /trunk/kernel/generic/src/printf/printf_core.c&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;x /trunk/uspace/lib/libc/arch/amd64/include/byteorder.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/amd64/Makefile.inc&lt;br /&gt;x /trunk/uspace/lib/libc/arch/arm32/include/byteorder.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/arm32/Makefile.inc&lt;br /&gt;x /trunk/uspace/lib/libc/arch/ia32/include/byteorder.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia32/Makefile.inc&lt;br /&gt;x /trunk/uspace/lib/libc/arch/ia64/include/byteorder.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia64/Makefile.inc&lt;br /&gt;x /trunk/uspace/lib/libc/arch/mips32/include/byteorder.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/mips32/Makefile.inc&lt;br /&gt;x /trunk/uspace/lib/libc/arch/mips32eb/include/byteorder.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/mips32eb/Makefile.inc&lt;br /&gt;x /trunk/uspace/lib/libc/arch/ppc32/include/byteorder.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ppc32/Makefile.inc&lt;br /&gt;x /trunk/uspace/lib/libc/arch/sparc64/include/byteorder.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/sparc64/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/printf_core.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/byteorder.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/string.h&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile.toolchain&lt;br /&gt;~ /trunk/uspace/lib/softfloat/include/sftypes.h&lt;br /&gt;~ /trunk/uspace/lib/softfloat/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4556</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4556</guid></item>
<item><pubDate>Wed, 03 Jun 2009 21:34:45 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4490 – remove redundant index_t and count_t types (which were always quite ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 108 file(s) modified&lt;/strong&gt;&lt;br/&gt;remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)&lt;/div&gt;~ /trunk/kernel/arch/amd64/include/cpu.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/proc/task.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/src/ddi/ddi.c&lt;br /&gt;~ /trunk/kernel/arch/amd64/src/interrupt.c&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/cpu.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/proc/task.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/smp/smp.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/ddi/ddi.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/interrupt.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/mm/frame.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/smp/mps.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/mm/tlb.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/mm/page.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/mm/vhpt.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/arch.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/debugger.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/mips32.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/arch/ppc32/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/mm/frame.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/tlb.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/tsb.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/drivers/fhc.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/drivers/pci.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/tsb.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/smp/smp.c&lt;br /&gt;~ /trunk/kernel/genarch/src/acpi/madt.c&lt;br /&gt;~ /trunk/kernel/genarch/src/mm/asid.c&lt;br /&gt;~ /trunk/kernel/genarch/src/mm/page_ht.c&lt;br /&gt;~ /trunk/kernel/genarch/src/ofw/ebus.c&lt;br /&gt;~ /trunk/kernel/genarch/src/ofw/fhc.c&lt;br /&gt;~ /trunk/kernel/genarch/src/ofw/ofw_tree.c&lt;br /&gt;~ /trunk/kernel/genarch/src/ofw/pci.c&lt;br /&gt;~ /trunk/kernel/genarch/src/ofw/sbus.c&lt;br /&gt;~ /trunk/kernel/generic/include/adt/bitmap.h&lt;br /&gt;~ /trunk/kernel/generic/include/adt/btree.h&lt;br /&gt;~ /trunk/kernel/generic/include/adt/fifo.h&lt;br /&gt;~ /trunk/kernel/generic/include/adt/hash_table.h&lt;br /&gt;~ /trunk/kernel/generic/include/arch.h&lt;br /&gt;~ /trunk/kernel/generic/include/config.h&lt;br /&gt;~ /trunk/kernel/generic/include/console/chardev.h&lt;br /&gt;~ /trunk/kernel/generic/include/console/console.h&lt;br /&gt;~ /trunk/kernel/generic/include/console/kconsole.h&lt;br /&gt;~ /trunk/kernel/generic/include/cpu.h&lt;br /&gt;~ /trunk/kernel/generic/include/ddi/irq.h&lt;br /&gt;~ /trunk/kernel/generic/include/ipc/event.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/frame.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/slab.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/tlb.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/scheduler.h&lt;br /&gt;~ /trunk/kernel/generic/include/sort.h&lt;br /&gt;~ /trunk/kernel/generic/include/string.h&lt;br /&gt;~ /trunk/kernel/generic/include/symtab.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/futex.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/rwlock.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/spinlock.h&lt;br /&gt;~ /trunk/kernel/generic/src/adt/bitmap.c&lt;br /&gt;~ /trunk/kernel/generic/src/adt/btree.c&lt;br /&gt;~ /trunk/kernel/generic/src/adt/hash_table.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/cmd.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/console.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/kconsole.c&lt;br /&gt;~ /trunk/kernel/generic/src/ddi/ddi.c&lt;br /&gt;~ /trunk/kernel/generic/src/ddi/irq.c&lt;br /&gt;~ /trunk/kernel/generic/src/debug/symtab.c&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/event.c&lt;br /&gt;~ /trunk/kernel/generic/src/lib/sort.c&lt;br /&gt;~ /trunk/kernel/generic/src/lib/string.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/main.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/backend_anon.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/backend_elf.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/frame.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/slab.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/generic/src/printf/printf_core.c&lt;br /&gt;~ /trunk/kernel/generic/src/printf/vprintf.c&lt;br /&gt;~ /trunk/kernel/generic/src/printf/vsnprintf.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/generic/src/synch/futex.c&lt;br /&gt;~ /trunk/kernel/generic/src/synch/spinlock.c&lt;br /&gt;~ /trunk/kernel/generic/src/synch/waitq.c&lt;br /&gt;~ /trunk/kernel/generic/src/time/clock.c&lt;br /&gt;~ /trunk/kernel/test/avltree/avltree1.c&lt;br /&gt;~ /trunk/kernel/test/mm/falloc2.c&lt;br /&gt;~ /trunk/kernel/test/mm/purge1.c&lt;br /&gt;~ /trunk/kernel/test/synch/rwlock4.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4490</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4490</guid></item>
<item><pubDate>Wed, 03 Jun 2009 20:45:53 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4460 – Streamline locking of phones during cloning.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Streamline locking of phones during cloning.&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=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4460</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4460</guid></item>
<item><pubDate>Wed, 03 Jun 2009 07:40:56 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4452 – send notification also during task creation (the intention is to ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;send notification also during task creation&lt;br /&gt;
(the intention is to be able to pair task creation and destruction to avoid missed waits)&lt;/div&gt;~ /trunk/kernel/generic/include/ipc/event_types.h&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4452</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4452</guid></item>
<item><pubDate>Wed, 03 Jun 2009 07:36:30 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4451 – rename the macro to be consistent with LOWER32/UPPER32 and add ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;rename the macro to be consistent with LOWER32/UPPER32 and add 64b typecast&lt;br /&gt;
(how much fun with a single macro :))&lt;/div&gt;~ /trunk/kernel/generic/include/macros.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4451</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4451</guid></item>
<item><pubDate>Wed, 03 Jun 2009 04:01:13 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4450 – Parethesize args in MERGE_LOHI32 macro.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Parethesize args in MERGE_LOHI32 macro.&lt;/div&gt;~ /trunk/kernel/generic/include/macros.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4450</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4450</guid></item>
<item><pubDate>Wed, 03 Jun 2009 00:40:58 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4449 – fix stupid typo (thx Matthieu Gueguen)</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;fix stupid typo (thx Matthieu Gueguen)&lt;/div&gt;~ /trunk/kernel/generic/include/macros.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4449</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4449</guid></item>
<item><pubDate>Tue, 02 Jun 2009 19:28:10 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4448 – add very simple implementation of task destruction notification (which will ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;add very simple implementation of task destruction notification&lt;br /&gt;
(which will be later used for waiting on a task)&lt;/div&gt;~ /trunk/kernel/generic/include/ipc/event_types.h&lt;br /&gt;~ /trunk/kernel/generic/include/macros.h&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4448</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4448</guid></item>
<item><pubDate>Sat, 23 May 2009 11:51:37 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4430 – Surprisingly easy support for homogenous mounts. It works by simply ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Surprisingly easy support for homogenous mounts.&lt;br /&gt;
It works by simply allowing autoconnections.&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=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4430</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4430</guid></item>
<item><pubDate>Thu, 21 May 2009 19:15:56 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4422 – Refuse to clone the phone which is itself used to ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Refuse to clone the phone which is itself used to make the IPC_M_CONNECTION_CLONE call.&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=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4422</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4422</guid></item>
<item><pubDate>Tue, 19 May 2009 23:47:00 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4407 – Add IPC_M_CONNECTION_CLONE and IPC_M_CONNECT_ME.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add IPC_M_CONNECTION_CLONE and IPC_M_CONNECT_ME.&lt;/div&gt;~ /trunk/kernel/generic/include/ipc/ipc.h&lt;br /&gt;~ /trunk/kernel/generic/include/ipc/ipcrsc.h&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/ipcrsc.c&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/kbox.c&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/sysipc.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/async.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4407</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4407</guid></item>
<item><pubDate>Tue, 19 May 2009 23:39:55 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4405 – Do not test the same condition twice.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Do not test the same condition twice.&lt;/div&gt;~ /trunk/kernel/generic/src/ipc/ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4405</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4405</guid></item>
<item><pubDate>Fri, 15 May 2009 22:22:26 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4387 – Reduce Udebug overhead with some nifty tricks.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Reduce Udebug overhead with some nifty tricks.&lt;/div&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /trunk/kernel/generic/src/udebug/udebug.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4387</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4387</guid></item>
<item><pubDate>Thu, 14 May 2009 23:56:44 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4386 – udebug_stoppable_begin/end() should always proceed. In any case they must not ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;udebug_stoppable_begin/end() should always proceed. In any case they must not use independet prechecks, as this could unbalance them.&lt;/div&gt;~ /trunk/kernel/generic/src/udebug/udebug.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4386</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4386</guid></item>
<item><pubDate>Thu, 14 May 2009 23:49:46 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4385 – Revert accidental change.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Revert accidental change.&lt;/div&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4385</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4385</guid></item>
<item><pubDate>Thu, 14 May 2009 23:29:00 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4384 – Clean up various log messages, mostly udebug.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Clean up various log messages, mostly udebug.&lt;/div&gt;~ /trunk/kernel/generic/src/ipc/kbox.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/main.c&lt;br /&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /trunk/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /trunk/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4384</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4384</guid></item>
<item><pubDate>Sat, 09 May 2009 00:05:13 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4367 – Only announce loader registration in verbose mode.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Only announce loader registration in verbose mode.&lt;/div&gt;~ /trunk/kernel/generic/src/proc/program.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4367</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4367</guid></item>
<item><pubDate>Sun, 26 Apr 2009 00:18:44 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4333 – Fix ELF loading issue on mips32eb.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix ELF loading issue on mips32eb.&lt;/div&gt;~ /trunk/kernel/arch/mips32/include/elf.h&lt;br /&gt;~ /trunk/kernel/generic/include/byteorder.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4333</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4333</guid></item>
<item><pubDate>Fri, 24 Apr 2009 16:56:46 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4323 – push newline to stdin only if the kconsole was previously ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;push newline to stdin only if the kconsole was previously silent&lt;/div&gt;~ /trunk/kernel/generic/src/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4323</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4323</guid></item>
<item><pubDate>Fri, 24 Apr 2009 10:28:54 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4319 – make the &apos;continue&apos; command behave even nicer</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;make the &apos;continue&apos; command behave even nicer&lt;/div&gt;~ /trunk/kernel/generic/src/console/cmd.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4319</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4319</guid></item>
<item><pubDate>Fri, 24 Apr 2009 10:16:38 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4318 – force to kernel console to always print the prompt when ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;force to kernel console to always print the prompt when switching to it from uspace&lt;/div&gt;~ /trunk/kernel/generic/src/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4318</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4318</guid></item>
<item><pubDate>Fri, 24 Apr 2009 10:01:05 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4317 – use buffering for klog output (this can be used to ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;use buffering for klog output (this can be used to avoid the ugly usleeps while starting tasks)&lt;br /&gt;
unify and cleanup console.c and related files&lt;/div&gt;~ /trunk/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /trunk/uspace/app/init/init.c&lt;br /&gt;~ /trunk/uspace/app/tetris/input.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/console.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/io.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/stream.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/vprintf.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/kbd.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/libc.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/console.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/io/stream.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4317</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4317</guid></item>
<item><pubDate>Tue, 21 Apr 2009 18:36:52 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4312 – fix of-by-one-character bug in str_chr() and str_rchr()</title><description>&lt;div&gt;&lt;strong&gt;decky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;fix of-by-one-character bug in str_chr() and str_rchr()&lt;/div&gt;~ /trunk/kernel/generic/src/lib/string.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=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4312</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4312</guid></item>
<item><pubDate>Tue, 21 Apr 2009 14:43:14 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4310 – rename _getc() to indev_pop_character() implicit creation of stdin via stdin_wire()</title><description>&lt;div&gt;&lt;strong&gt;decky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;rename _getc() to indev_pop_character()&lt;br /&gt;
implicit creation of stdin via stdin_wire()&lt;/div&gt;~ /trunk/kernel/generic/include/console/chardev.h&lt;br /&gt;~ /trunk/kernel/generic/include/console/console.h&lt;br /&gt;~ /trunk/kernel/generic/src/console/chardev.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/console.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/kconsole.c&lt;br /&gt;~ /trunk/kernel/generic/src/interrupt/interrupt.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4310</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4310</guid></item>
<item><pubDate>Sat, 18 Apr 2009 17:29:12 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4304 – Allow IPC_M_DATA_WRITE to transfer zero data.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Allow IPC_M_DATA_WRITE to transfer zero data.&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=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4304</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4304</guid></item>
<item><pubDate>Sat, 18 Apr 2009 17:27:55 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4303 – Allow malloc(0, ...) in kernel.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Allow malloc(0, ...) in kernel.&lt;/div&gt;~ /trunk/kernel/generic/src/mm/slab.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4303</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4303</guid></item>
<item><pubDate>Thu, 16 Apr 2009 23:41:25 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4297 – fix off-by-one bug in kconsole argument parser</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;fix off-by-one bug in kconsole argument parser&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=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4297</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4297</guid></item>
<item><pubDate>Tue, 14 Apr 2009 21:31:12 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4281 – Forbid destination string buffers of size zero altogether as they ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Forbid destination string buffers of size zero altogether as they most probably indicate programming error.&lt;/div&gt;~ /trunk/kernel/generic/src/lib/string.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=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4281</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4281</guid></item>
<item><pubDate>Mon, 13 Apr 2009 23:35:28 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4274 – fix compilation in non-SMP configurations</title><description>&lt;div&gt;&lt;strong&gt;decky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;fix compilation in non-SMP configurations&lt;/div&gt;~ /trunk/kernel/generic/src/ddi/irq.c&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/irq.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4274</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4274</guid></item>
<item><pubDate>Mon, 13 Apr 2009 23:15:58 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4273 – fix tab completion in kconsole (this resolves ticket #21)</title><description>&lt;div&gt;&lt;strong&gt;decky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;fix tab completion in kconsole (this resolves ticket #21)&lt;/div&gt;~ /trunk/kernel/generic/src/console/kconsole.c&lt;br /&gt;~ /trunk/kernel/generic/src/debug/symtab.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4273</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4273</guid></item>
<item><pubDate>Fri, 10 Apr 2009 01:04:10 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4267 – str_ncpy() vs str_cpy(). TODO: The same in userspace.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;str_ncpy() vs str_cpy(). TODO: The same in userspace.&lt;/div&gt;~ /trunk/kernel/arch/arm32/src/arm32.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/ia64.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/mips32.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/ppc32.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/sparc64.c&lt;br /&gt;~ /trunk/kernel/genarch/src/multiboot/multiboot.c&lt;br /&gt;~ /trunk/kernel/generic/include/string.h&lt;br /&gt;~ /trunk/kernel/generic/src/console/kconsole.c&lt;br /&gt;~ /trunk/kernel/generic/src/debug/symtab.c&lt;br /&gt;~ /trunk/kernel/generic/src/lib/string.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4267</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4267</guid></item>
<item><pubDate>Tue, 07 Apr 2009 00:05:15 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4254 – Address issues with IRQ notifications.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Address issues with IRQ notifications.&lt;/div&gt;~ /trunk/kernel/generic/src/ddi/irq.c&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/irq.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4254</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4254</guid></item>
<item><pubDate>Mon, 06 Apr 2009 21:32:22 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4252 – move event notification to the ipc directory (where it probably ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;move event notification to the ipc directory (where it probably belogs to, side-by-side to IRQ notifications)&lt;br /&gt;
cleanup the notification code a little bit (there is probably no need to allocate two structured dynamically)&lt;/div&gt;x /trunk/kernel/generic/include/event&lt;br /&gt;+ /trunk/kernel/generic/include/ipc/event.h &lt;i&gt;(copied from /trunk/kernel/generic/include/event/event.h@4243)&lt;/i&gt;&lt;br /&gt;+ /trunk/kernel/generic/include/ipc/event_types.h &lt;i&gt;(copied from /trunk/kernel/generic/include/event/event_types.h@4243)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/generic/src/console/cmd.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/console.c&lt;br /&gt;x /trunk/kernel/generic/src/event&lt;br /&gt;+ /trunk/kernel/generic/src/ipc/event.c &lt;i&gt;(copied from /trunk/kernel/generic/src/event/event.c@4243)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/main.c&lt;br /&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4252</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4252</guid></item>
<item><pubDate>Mon, 06 Apr 2009 18:17:32 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4250 – halt all CPUs in case reboot was not succesful</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;halt all CPUs in case reboot was not succesful&lt;/div&gt;~ /trunk/kernel/generic/src/main/shutdown.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4250</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4250</guid></item>
<item><pubDate>Mon, 06 Apr 2009 17:44:50 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4249 – call remove_callback only optionally (this fixes the cleanup phase of ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;call remove_callback only optionally&lt;br /&gt;
(this fixes the cleanup phase of the reboot command)&lt;/div&gt;~ /trunk/kernel/generic/src/adt/hash_table.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4249</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4249</guid></item>
<item><pubDate>Mon, 06 Apr 2009 17:44:11 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4248 – avoid deadlock during cleanup (the compare function which is called ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;avoid deadlock during cleanup&lt;br /&gt;
(the compare function which is called inside hash_table_remove acquires irq-&gt;lock)&lt;/div&gt;~ /trunk/kernel/generic/src/ipc/irq.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4248</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fkernel%2Fgeneric%2F&amp;rev=4248</guid></item>
</channel></rss>