<?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/</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Sat, 11 Apr 2026 21:10:36 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;max=40&amp;</link><atom:link href="https://historic.helenos.org/rss.php?isdir=1&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Sat, 25 Jul 2009 11:50:47 +0200</pubDate><dc:creator>pillai</dc:creator><title>Rev 4666 – Ticket #93 fix:  Exceptin handling re-written in assembly.</title><description>&lt;div&gt;&lt;strong&gt;pillai – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Ticket #93 fix:&lt;br /&gt;
	Exceptin handling re-written in assembly.&lt;/div&gt;~ /branches/arm/kernel/arch/arm32/include/exception.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/Makefile.inc&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/exception.c&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/src/exc_handler.S&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/start.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4666</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4666</guid></item>
<item><pubDate>Fri, 24 Jul 2009 18:19:48 +0200</pubDate><dc:creator>pillai</dc:creator><title>Rev 4665 – Change the exception handling logic:  Exception handler switches from ...</title><description>&lt;div&gt;&lt;strong&gt;pillai – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Change the exception handling logic:&lt;br /&gt;
	Exception handler switches from exception mode to kernel mode(supervisor mode) before proceeding to&lt;br /&gt;
	the exc_dispatch() C function. This assures that exception handling is re-entrant and&lt;br /&gt;
	kernel would not get confused with different processor modes inside the kernel.&lt;br /&gt;
&lt;br /&gt;
	Also fixes a kernel panic during nested interrupts.&lt;/div&gt;~ /branches/arm/kernel/arch/arm32/src/exception.c&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/interrupt.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4665</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4665</guid></item>
<item><pubDate>Fri, 17 Jul 2009 19:51:53 +0200</pubDate><dc:creator>pillai</dc:creator><title>Rev 4652 – Fixed a logical error in checking the processor mode before ...</title><description>&lt;div&gt;&lt;strong&gt;pillai – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed a logical error in checking the processor mode before enabling interrupts&lt;/div&gt;~ /branches/arm/kernel/arch/arm32/src/interrupt.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4652</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4652</guid></item>
<item><pubDate>Fri, 17 Jul 2009 17:45:38 +0200</pubDate><dc:creator>pillai</dc:creator><title>Rev 4651 – Generic framework for arm architecture Support for integratorcp pl050 keyboard ...</title><description>&lt;div&gt;&lt;strong&gt;pillai – 41 file(s) modified&lt;/strong&gt;&lt;br/&gt;Generic framework for arm architecture&lt;br /&gt;
Support for integratorcp&lt;br /&gt;
pl050 keyboard controller driver in kernel and userland.&lt;/div&gt;~ /branches/arm/boot/arch/arm32/loader/boot.S&lt;br /&gt;~ /branches/arm/boot/arch/arm32/loader/main.c&lt;br /&gt;~ /branches/arm/boot/arch/arm32/loader/Makefile&lt;br /&gt;x /branches/arm/boot/arch/arm32/loader/print/gxemul.c&lt;br /&gt;+ /branches/arm/boot/arch/arm32/loader/print/print.c &lt;i&gt;(copied from /trunk/boot/arch/arm32/loader/print/gxemul.c@4633)&lt;/i&gt;&lt;br /&gt;~ /branches/arm/boot/arch/arm32/loader/_link.ld.in&lt;br /&gt;~ /branches/arm/boot/arch/arm32/Makefile.inc&lt;br /&gt;~ /branches/arm/HelenOS.config&lt;br /&gt;x /branches/arm/kernel/arch/arm32/include/drivers/gxemul.h&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/include/mach&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/include/mach/integratorcp&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/include/mach/integratorcp/integratorcp.h&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/include/mach/testarm&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/include/mach/testarm/testarm.h&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/include/machine_func.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/Makefile.inc&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/arm32.c&lt;br /&gt;x /branches/arm/kernel/arch/arm32/src/drivers/gxemul.c&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/exception.c&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/interrupt.c&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/src/mach&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/src/mach/integratorcp&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/src/mach/integratorcp/integratorcp.c&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/src/mach/testarm&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/src/mach/testarm/testarm.c&lt;br /&gt;+ /branches/arm/kernel/arch/arm32/src/machine_func.c&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/mm/frame.c&lt;br /&gt;+ /branches/arm/kernel/genarch/include/drivers/pl050&lt;br /&gt;+ /branches/arm/kernel/genarch/include/drivers/pl050/pl050.h&lt;br /&gt;+ /branches/arm/kernel/genarch/include/kbrd/scanc_pl050.h&lt;br /&gt;~ /branches/arm/kernel/genarch/Makefile.inc&lt;br /&gt;+ /branches/arm/kernel/genarch/src/drivers/pl050&lt;br /&gt;+ /branches/arm/kernel/genarch/src/drivers/pl050/pl050.c&lt;br /&gt;~ /branches/arm/kernel/genarch/src/fb/fb.c&lt;br /&gt;+ /branches/arm/kernel/genarch/src/kbrd/kbrd_pl050.c&lt;br /&gt;+ /branches/arm/kernel/genarch/src/kbrd/scanc_pl050.c&lt;br /&gt;~ /branches/arm/kernel/Makefile&lt;br /&gt;~ /branches/arm/uspace/srv/fb/fb.c&lt;br /&gt;+ /branches/arm/uspace/srv/kbd/ctl/pl050.c&lt;br /&gt;~ /branches/arm/uspace/srv/kbd/Makefile&lt;br /&gt;+ /branches/arm/uspace/srv/kbd/port/pl050.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4651</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4651</guid></item>
<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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4647</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4647</guid></item>
<item><pubDate>Mon, 13 Jul 2009 21:42:44 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4641 – Adhere to the sparc64 ABI and provide stack space for ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Adhere to the sparc64 ABI and provide stack space for procedure arguments.&lt;/div&gt;~ /trunk/kernel/arch/sparc64/src/asm.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4641</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4641</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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4640</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4639</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4639</guid></item>
<item><pubDate>Sat, 11 Jul 2009 23:47:46 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4637 – Implement data transmission to CUDA, use to enable autopolling. Now ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implement data transmission to CUDA, use to enable autopolling. Now the driver works both in PearPC and Qemu -M g3beige.&lt;/div&gt;~ /trunk/kernel/genarch/include/drivers/via-cuda/cuda.h&lt;br /&gt;~ /trunk/kernel/genarch/src/drivers/via-cuda/cuda.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4637</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4637</guid></item>
<item><pubDate>Sat, 11 Jul 2009 22:55:41 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4636 – sparc64&apos;s SP_DELTA needs more space.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;sparc64&apos;s SP_DELTA needs more space.&lt;/div&gt;~ /trunk/kernel/arch/sparc64/include/context.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/sparc64/include/fibril.h&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/sparc64/include/stack.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4636</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4636</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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4635</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4635</guid></item>
<item><pubDate>Wed, 08 Jul 2009 13:29:57 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4627 – mips32&apos;s istate_t must respect the 8-byte stack alignment.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;mips32&apos;s istate_t must respect the 8-byte stack alignment.&lt;/div&gt;~ /trunk/kernel/arch/mips32/include/context_offset.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4627</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4627</guid></item>
<item><pubDate>Tue, 07 Jul 2009 23:48:51 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4626 – Modify CUDA driver to state machine format, with one interrupt ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Modify CUDA driver to state machine format, with one interrupt per byte transferred.&lt;/div&gt;~ /trunk/kernel/genarch/include/drivers/via-cuda/cuda.h&lt;br /&gt;~ /trunk/kernel/genarch/src/drivers/via-cuda/cuda.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4626</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4626</guid></item>
<item><pubDate>Tue, 07 Jul 2009 23:12:54 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4625 – The ia64 kernel needs to handle the Data Access Rights ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;The ia64 kernel needs to handle the Data Access Rights fault.&lt;/div&gt;~ /trunk/kernel/arch/ia64/include/mm/tlb.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/ivt.S&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/mm/tlb.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4625</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4625</guid></item>
<item><pubDate>Tue, 07 Jul 2009 23:11:38 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4624 – Initialize the Accessed and Dirty bits when the page hash ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Initialize the Accessed and Dirty bits when the page hash table is used.&lt;/div&gt;~ /trunk/kernel/genarch/src/mm/page_ht.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4624</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4624</guid></item>
<item><pubDate>Thu, 02 Jul 2009 21:39:29 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4610 – Kernel Mac ADB keyboard driver revived.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Kernel Mac ADB keyboard driver revived.&lt;/div&gt;~ /trunk/HelenOS.config&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/ppc32.c&lt;br /&gt;~ /trunk/kernel/genarch/include/drivers/via-cuda/cuda.h&lt;br /&gt;+ /trunk/kernel/genarch/include/kbrd/scanc_mac.h&lt;br /&gt;~ /trunk/kernel/genarch/Makefile.inc&lt;br /&gt;~ /trunk/kernel/genarch/src/drivers/via-cuda/cuda.c&lt;br /&gt;~ /trunk/kernel/genarch/src/kbrd/kbrd.c&lt;br /&gt;+ /trunk/kernel/genarch/src/kbrd/scanc_mac.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4610</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4610</guid></item>
<item><pubDate>Fri, 26 Jun 2009 17:04:54 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4569 – A little bit of cstyle.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;A little bit of cstyle.&lt;/div&gt;~ /trunk/kernel/genarch/src/acpi/acpi.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4569</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4569</guid></item>
<item><pubDate>Fri, 26 Jun 2009 17:04:28 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4568 – Mention arm32 in the document describing virtual address translation.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Mention arm32 in the document describing virtual address translation.&lt;/div&gt;~ /trunk/kernel/doc/mm&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4568</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4568</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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4556</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4490</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4460</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4452</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4451</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4450</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4449</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4448</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4430</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4422</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4407</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4405</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4405</guid></item>
<item><pubDate>Mon, 18 May 2009 23:02:09 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4402 – remove the confusing &quot;Improved support for hyperthreading&quot; configuration option</title><description>&lt;div&gt;&lt;strong&gt;decky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;remove the confusing &quot;Improved support for hyperthreading&quot; configuration option&lt;/div&gt;~ /trunk/defaults/amd64/Makefile.config&lt;br /&gt;~ /trunk/defaults/ia32/Makefile.config&lt;br /&gt;~ /trunk/HelenOS.config&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/atomic.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/atomic.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/atomic.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4402</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4402</guid></item>
<item><pubDate>Sun, 17 May 2009 21:04:21 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4397 – TLB demap optimalization for US3.</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;TLB demap optimalization for US3.&lt;/div&gt;~ /trunk/kernel/arch/sparc64/src/mm/tlb.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4397</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4397</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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4387</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4386</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4385</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4384</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4367</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4367</guid></item>
<item><pubDate>Thu, 07 May 2009 21:52:24 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4363 – Kernel Ski driver should pull more keys at a time, ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Kernel Ski driver should pull more keys at a time, similarly to the user-space driver.&lt;/div&gt;~ /trunk/kernel/arch/ia64/src/drivers/ski.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4363</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4363</guid></item>
<item><pubDate>Mon, 27 Apr 2009 16:48:51 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4335 – make sgcnin_init() consistent with similar driver functions</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;make sgcnin_init() consistent with similar driver functions&lt;/div&gt;~ /trunk/kernel/arch/sparc64/src/drivers/sgcn.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4335</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4335</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=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4333</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Farm%2Fkernel%2F&amp;isdir=1&amp;rev=4333</guid></item>
</channel></rss>