<?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; /</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Tue, 07 Apr 2026 09:20:34 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2F&amp;max=40&amp;peg=2473</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F&amp;peg=2473&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Mon, 18 Jun 2007 23:21:33 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2473 – Bump version to 0.2.0.5 (Twilight).</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Bump version to 0.2.0.5 (Twilight).&lt;/div&gt;~ /trunk/version&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2473&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2473&amp;peg=2473</guid></item>
<item><pubDate>Sun, 17 Jun 2007 21:46:39 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2472 – Some left-over stuff from the last commit (IPC cleanup and ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Some left-over stuff from the last commit (IPC cleanup and improved &lt;br /&gt;
comments.)&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&amp;isdir=1&amp;rev=2472&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2472&amp;peg=2473</guid></item>
<item><pubDate>Sun, 17 Jun 2007 21:34:36 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2471 – Greatly improve comments in the IPC layer. Now I think ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;Greatly improve comments in the IPC layer.&lt;br /&gt;
Now I think I finally start to understand our IPC internals :-)&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/include/ipc/irq.h&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/ipcrsc.c&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/irq.c&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/sysipc.c&lt;br /&gt;~ /trunk/uspace/libc/generic/ipc.c&lt;br /&gt;~ /trunk/uspace/libc/include/ipc/ipc.h&lt;br /&gt;~ /trunk/uspace/ns/ns.c&lt;br /&gt;~ /trunk/uspace/pci/pci.c&lt;br /&gt;~ /trunk/uspace/rd/rd.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2471&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2471&amp;peg=2473</guid></item>
<item><pubDate>Wed, 13 Jun 2007 23:36:59 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2470 – Fix a double-free recently introduced in revision r2436. Add a ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix a double-free recently introduced in revision r2436.&lt;br /&gt;
Add a comment clarifying the life-cycle of the kernel_uarg structure.&lt;br /&gt;
&lt;br /&gt;
Comment out the freeing of userspace thread stack while still running on it.&lt;br /&gt;
This should be fixed by implementing userspace version of thread_join().&lt;/div&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /trunk/uspace/libc/generic/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2470&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2470&amp;peg=2473</guid></item>
<item><pubDate>Wed, 13 Jun 2007 22:14:23 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2469 – Fix a bug in userspace thread_create() that confused success of ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix a bug in userspace thread_create() that confused success of the &lt;br /&gt;
syscall with failure.&lt;/div&gt;~ /trunk/uspace/libc/generic/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2469&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2469&amp;peg=2473</guid></item>
<item><pubDate>Wed, 13 Jun 2007 20:39:31 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2468 – Remove some forgotten \r from arm32 files. Formatting changes. Add ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 13 file(s) modified&lt;/strong&gt;&lt;br/&gt;Remove some forgotten \r from arm32 files.&lt;br /&gt;
Formatting changes.&lt;br /&gt;
Add some correct BOOT_mips32_* guards.&lt;/div&gt;~ /trunk/boot/arch/arm32/loader/asm.h&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/main.h&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/mm.c&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/mm.h&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/print/gxemul.c&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/types.h&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/asm.h&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/main.h&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/msim.h&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/regname.h&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/types.h&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/include/atomic.h&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/include/thread.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2468&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2468&amp;peg=2473</guid></item>
<item><pubDate>Wed, 13 Jun 2007 19:49:57 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2467 – Improve comments for arch-specific implementations of hierarchical  4-level page ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Improve comments for arch-specific implementations of hierarchical &lt;br /&gt;
4-level page tables. Improve formatting.&lt;/div&gt;~ /trunk/boot/genarch/include/softint&lt;br /&gt;~ /trunk/boot/generic/genarch&lt;br /&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/arm32/include/mm/page_fault.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/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/genarch/include/mm/page_ht.h&lt;br /&gt;~ /trunk/kernel/genarch/include/mm/page_pt.h&lt;br /&gt;~ /trunk/kernel/generic/src/mm/backend_elf.c&lt;br /&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2467&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2467&amp;peg=2473</guid></item>
<item><pubDate>Sat, 09 Jun 2007 16:08:37 +0200</pubDate><dc:creator>mencl</dc:creator><title>Rev 2466 – Added forgoten favl.h and favl.c and changed balance atribute of ...</title><description>&lt;div&gt;&lt;strong&gt;mencl – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added forgoten favl.h and favl.c and changed balance atribute of avl &lt;br /&gt;
tree to int8_t.&lt;/div&gt;~ /branches/rcu/kernel/generic/include/adt/avl.h&lt;br /&gt;+ /branches/rcu/kernel/generic/include/adt/favl.h&lt;br /&gt;+ /branches/rcu/kernel/generic/src/adt/favl.c&lt;br /&gt;~ /branches/rcu/kernel/test/timeout/timeoutbench1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2466&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2466&amp;peg=2473</guid></item>
<item><pubDate>Fri, 08 Jun 2007 17:02:49 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2465 – Merge arm32 into trunk.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 111 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merge arm32 into trunk.&lt;/div&gt;+ /trunk/boot/arch/arm32/loader &lt;i&gt;(copied from /branches/arm/boot/arch/arm32/loader@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/arm32/Makefile.inc&lt;br /&gt;~ /trunk/boot/boot.config&lt;br /&gt;+ /trunk/boot/doc &lt;i&gt;(copied from /branches/arm/boot/doc@2464)&lt;/i&gt;&lt;br /&gt;+ /trunk/boot/genarch/division.c &lt;i&gt;(copied from /branches/arm/boot/genarch/division.c@2464)&lt;/i&gt;&lt;br /&gt;+ /trunk/boot/genarch/include &lt;i&gt;(copied from /branches/arm/boot/genarch/include@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/boot/generic/align.h&lt;br /&gt;+ /trunk/boot/generic/genarch &lt;i&gt;(copied from /branches/arm/boot/generic/genarch@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/boot/generic/gentypes.h&lt;br /&gt;~ /trunk/boot/generic/printf.c&lt;br /&gt;~ /trunk/boot/generic/printf.h&lt;br /&gt;~ /trunk/boot/generic/stdarg.h&lt;br /&gt;~ /trunk/HelenOS.config&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/arch.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/arg.h&lt;br /&gt;+ /trunk/kernel/arch/arm32/include/asm &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/include/asm@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/asm.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/atomic.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/barrier.h&lt;br /&gt;+ /trunk/kernel/arch/arm32/include/boot.h &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/include/boot.h@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/byteorder.h&lt;br /&gt;+ /trunk/kernel/arch/arm32/include/console.h &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/include/console.h@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/context.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/cpu.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/cycle.h&lt;br /&gt;+ /trunk/kernel/arch/arm32/include/debug &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/include/debug@2464)&lt;/i&gt;&lt;br /&gt;/trunk/kernel/arch/arm32/include/debug.h &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/include/debug.h@2464)&lt;/i&gt;&lt;br /&gt;+ /trunk/kernel/arch/arm32/include/drivers &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/include/drivers@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/elf.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/exception.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/faddr.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/fpu_context.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/interrupt.h&lt;br /&gt;+ /trunk/kernel/arch/arm32/include/machine.h &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/include/machine.h@2464)&lt;/i&gt;&lt;br /&gt;+ /trunk/kernel/arch/arm32/include/mainpage.h &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/include/mainpage.h@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/memstr.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/mm/asid.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/mm/frame.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/mm/memory_init.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/mm/page.h&lt;br /&gt;+ /trunk/kernel/arch/arm32/include/mm/page_fault.h &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/include/mm/page_fault.h@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/mm/tlb.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/proc/task.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/proc/thread.h&lt;br /&gt;+ /trunk/kernel/arch/arm32/include/regutils.h &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/include/regutils.h@2464)&lt;/i&gt;&lt;br /&gt;+ /trunk/kernel/arch/arm32/include/stack.h &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/include/stack.h@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/arm32.c&lt;br /&gt;+ /trunk/kernel/arch/arm32/src/asm.S &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/src/asm.S@2464)&lt;/i&gt;&lt;br /&gt;+ /trunk/kernel/arch/arm32/src/console.c &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/src/console.c@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/context.S&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/cpu/cpu.c&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/ddi/ddi.c&lt;br /&gt;+ /trunk/kernel/arch/arm32/src/debug &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/src/debug@2464)&lt;/i&gt;&lt;br /&gt;+ /trunk/kernel/arch/arm32/src/drivers &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/src/drivers@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/dummy.S&lt;br /&gt;+ /trunk/kernel/arch/arm32/src/exception.c &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/src/exception.c@2464)&lt;/i&gt;&lt;br /&gt;+ /trunk/kernel/arch/arm32/src/interrupt.c &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/src/interrupt.c@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/mm/frame.c&lt;br /&gt;+ /trunk/kernel/arch/arm32/src/mm/memory_init.c &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/src/mm/memory_init.c@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/mm/page.c&lt;br /&gt;+ /trunk/kernel/arch/arm32/src/mm/page_fault.c &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/src/mm/page_fault.c@2464)&lt;/i&gt;&lt;br /&gt;+ /trunk/kernel/arch/arm32/src/mm/tlb.c &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/src/mm/tlb.c@2464)&lt;/i&gt;&lt;br /&gt;+ /trunk/kernel/arch/arm32/src/panic.S &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/src/panic.S@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/start.S&lt;br /&gt;+ /trunk/kernel/arch/arm32/src/userspace.c &lt;i&gt;(copied from /branches/arm/kernel/arch/arm32/src/userspace.c@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/_link.ld.in&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/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/doc/arch/arm32 &lt;i&gt;(copied from /branches/arm/kernel/doc/arch/arm32@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/doc/AUTHORS&lt;br /&gt;~ /trunk/kernel/doc/doxygroups.h&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;~ /trunk/kernel/genarch/src/mm/page_pt.c&lt;br /&gt;~ /trunk/kernel/generic/include/mm/frame.h&lt;br /&gt;~ /trunk/kernel/generic/src/printf/printf.c&lt;br /&gt;~ /trunk/kernel/kernel.config&lt;br /&gt;+ /trunk/tools/cygwin_symlink_patch.sh &lt;i&gt;(copied from /branches/arm/tools/cygwin_symlink_patch.sh@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/kbd/arch/arm32/include/kbd.h&lt;br /&gt;~ /trunk/uspace/kbd/arch/arm32/src/kbd.c&lt;br /&gt;+ /trunk/uspace/kbd/arch/arm32/src/kbd_gxemul.c &lt;i&gt;(copied from /branches/arm/uspace/kbd/arch/arm32/src/kbd_gxemul.c@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/kbd/Makefile&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/include/atomic.h&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/include/config.h&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/include/endian.h&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/include/faddr.h&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/include/limits.h&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/include/psthread.h&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/include/stackarg.h&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/include/syscall.h&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/include/thread.h&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/include/types.h&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/Makefile.inc&lt;br /&gt;x /trunk/uspace/libc/arch/arm32/src/dummy.S&lt;br /&gt;+ /trunk/uspace/libc/arch/arm32/src/eabi.S &lt;i&gt;(copied from /branches/arm/uspace/libc/arch/arm32/src/eabi.S@2464)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/src/entry.s&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/src/psthread.S&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/src/syscall.c&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/src/thread.c&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/src/thread_entry.s&lt;br /&gt;~ /trunk/uspace/libc/arch/arm32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/softfloat/arch/arm32/include/functions.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2465&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2465&amp;peg=2473</guid></item>
<item><pubDate>Thu, 07 Jun 2007 22:11:11 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2464 – Cleanup of arm32 branch. - indentation and formatting - replacement ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 36 file(s) modified&lt;/strong&gt;&lt;br/&gt;Cleanup of arm32 branch.&lt;br /&gt;
- indentation and formatting&lt;br /&gt;
- replacement of \n\r with mere \n&lt;br /&gt;
- added -DFB_INVERT_ENDIAN so that the framebuffer has correct colors&lt;/div&gt;~ /branches/arm/kernel/arch/arm32/include/asm.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/asm/boot.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/atomic.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/context.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/cpu.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/cycle.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/debug/print.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/drivers/gxemul.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/machine.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/mm/asid.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/mm/page.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/mm/page_fault.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/proc/thread.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/regutils.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/stack.h&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/include/types.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;~ /branches/arm/kernel/arch/arm32/src/asm.S&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/console.c&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/context.S&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/cpu/cpu.c&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/debug/print.c&lt;br /&gt;~ /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/mm/as.c&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/mm/frame.c&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/mm/memory_init.c&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/mm/page.c&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/mm/page_fault.c&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/mm/tlb.c&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/panic.S&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/start.S&lt;br /&gt;~ /branches/arm/kernel/arch/arm32/src/userspace.c&lt;br /&gt;~ /branches/arm/kernel/genarch/include/mm/page_pt.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2464&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2464&amp;peg=2473</guid></item>
<item><pubDate>Thu, 07 Jun 2007 11:26:42 +0200</pubDate><dc:creator>hudecek</dc:creator><title>Rev 2463 – Fixed a typo</title><description>&lt;div&gt;&lt;strong&gt;hudecek – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed a typo&lt;/div&gt;~ /branches/rcu/kernel/genarch/src/kbd/i8042.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2463&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2463&amp;peg=2473</guid></item>
<item><pubDate>Wed, 06 Jun 2007 22:25:51 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2462 – Replace gcc-specific __FUNCTION__ with C99 __func__. suncc&apos;s xregs=no%float can be ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;Replace gcc-specific __FUNCTION__ with C99 __func__.&lt;br /&gt;
suncc&apos;s xregs=no%float can be used only on sparc64.&lt;/div&gt;~ /trunk/kernel/arch/amd64/src/interrupt.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/smp/mps.c&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/src/smp/mps.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/smp/smp.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/trap/exception.c&lt;br /&gt;~ /trunk/kernel/generic/include/panic.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/spinlock.h&lt;br /&gt;~ /trunk/kernel/generic/src/console/kconsole.c&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2462&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2462&amp;peg=2473</guid></item>
<item><pubDate>Wed, 06 Jun 2007 22:21:00 +0200</pubDate><dc:creator>mencl</dc:creator><title>Rev 2461 – Added Fast avl tree structure which should be used as ...</title><description>&lt;div&gt;&lt;strong&gt;mencl – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added Fast avl tree structure which should be used as timeout data structure instead of simple avl tree. This &lt;br /&gt;
structure has much faster search min and delete min operations (constant time).&lt;/div&gt;~ /branches/rcu/kernel/generic/include/adt/avl.h&lt;br /&gt;~ /branches/rcu/kernel/generic/include/adt/extavl.h&lt;br /&gt;~ /branches/rcu/kernel/generic/include/cpu.h&lt;br /&gt;~ /branches/rcu/kernel/generic/include/time/timeout.h&lt;br /&gt;~ /branches/rcu/kernel/generic/src/adt/avl.c&lt;br /&gt;~ /branches/rcu/kernel/generic/src/time/clock.c&lt;br /&gt;~ /branches/rcu/kernel/generic/src/time/timeout.c&lt;br /&gt;~ /branches/rcu/kernel/kernel.config&lt;br /&gt;~ /branches/rcu/kernel/Makefile&lt;br /&gt;+ /branches/rcu/kernel/test/favltree&lt;br /&gt;+ /branches/rcu/kernel/test/favltree/favltree1.c&lt;br /&gt;+ /branches/rcu/kernel/test/favltree/favltree1.def&lt;br /&gt;~ /branches/rcu/kernel/test/test.c&lt;br /&gt;~ /branches/rcu/kernel/test/test.h&lt;br /&gt;~ /branches/rcu/kernel/test/timeout/timeoutbench1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2461&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2461&amp;peg=2473</guid></item>
<item><pubDate>Wed, 06 Jun 2007 22:00:13 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2460 – Better infrastructure for building with different compilers. Separate ICC_CFLAGS added, ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Better infrastructure for building with different compilers.&lt;br /&gt;
Separate ICC_CFLAGS added, SUNCC_CFLAGS extended.&lt;/div&gt;~ /trunk/kernel/arch/amd64/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/ia64/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2460&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2460&amp;peg=2473</guid></item>
<item><pubDate>Wed, 06 Jun 2007 18:53:40 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2459 – Fix a bug in ia32 and ia32xen Sun Studio builds. ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix a bug in ia32 and ia32xen Sun Studio builds.&lt;br /&gt;
In arch Makefile.inc, SUNCC_CFLAGS can only be appended via the += operator.&lt;/div&gt;~ /trunk/kernel/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/Makefile.inc&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2459&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2459&amp;peg=2473</guid></item>
<item><pubDate>Wed, 06 Jun 2007 18:40:46 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2458 – Fix mips32 build script. Replace CFLAGS with GCC_CFLAGS.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix mips32 build script.&lt;br /&gt;
Replace CFLAGS with GCC_CFLAGS.&lt;/div&gt;~ /trunk/kernel/arch/mips32/Makefile.inc&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2458&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2458&amp;peg=2473</guid></item>
<item><pubDate>Wed, 06 Jun 2007 18:34:06 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2457 – Fix ia32xen so that it can be built.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix ia32xen so that it can be built.&lt;/div&gt;~ /trunk/kernel/arch/ia32xen/src/smp/apic.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2457&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2457&amp;peg=2473</guid></item>
<item><pubDate>Tue, 05 Jun 2007 23:36:14 +0200</pubDate><dc:creator>hudecek</dc:creator><title>Rev 2456 – Model use of RCU</title><description>&lt;div&gt;&lt;strong&gt;hudecek – 16 file(s) modified&lt;/strong&gt;&lt;br/&gt;Model use of RCU&lt;/div&gt;~ /branches/rcu/kernel/arch/ia64/src/ski/ski.c&lt;br /&gt;~ /branches/rcu/kernel/arch/mips32/src/drivers/msim.c&lt;br /&gt;~ /branches/rcu/kernel/arch/mips32/src/drivers/serial.c&lt;br /&gt;~ /branches/rcu/kernel/arch/ppc32/src/drivers/cuda.c&lt;br /&gt;~ /branches/rcu/kernel/genarch/src/kbd/i8042.c&lt;br /&gt;~ /branches/rcu/kernel/genarch/src/kbd/ns16550.c&lt;br /&gt;~ /branches/rcu/kernel/genarch/src/kbd/z8530.c&lt;br /&gt;+ /branches/rcu/kernel/generic/include/adt/listrcu.h&lt;br /&gt;~ /branches/rcu/kernel/generic/include/ddi/irq.h&lt;br /&gt;~ /branches/rcu/kernel/generic/include/ipc/irq.h&lt;br /&gt;+ /branches/rcu/kernel/generic/src/adt/listrcu.c&lt;br /&gt;~ /branches/rcu/kernel/generic/src/ddi/irq.c&lt;br /&gt;~ /branches/rcu/kernel/generic/src/ipc/irq.c&lt;br /&gt;~ /branches/rcu/kernel/Makefile&lt;br /&gt;~ /branches/rcu/kernel/test/synch/rcu1.c&lt;br /&gt;~ /branches/rcu/kernel/test/tasklet/tasklet1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2456&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2456&amp;peg=2473</guid></item>
<item><pubDate>Tue, 05 Jun 2007 23:32:40 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2455 – Some non-C files (e.g. .S and linker scripts) must be ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Some non-C files (e.g. .S and linker scripts) must be still &quot;compiled&quot; with gcc and GCC_CFLAGS.&lt;/div&gt;~ /trunk/kernel/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2455&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2455&amp;peg=2473</guid></item>
<item><pubDate>Tue, 05 Jun 2007 23:24:40 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2454 – A bit of infrastructure for building with different compilers. CFLAGS ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;A bit of infrastructure for building with different compilers.&lt;br /&gt;
CFLAGS split into GCC_CFLAGS and SUNCC_CFLAGS.&lt;br /&gt;
As of now, there are no separate ICC_CFLAGS, but can be easily added.&lt;/div&gt;~ /trunk/kernel/arch/amd64/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/arm32/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/ia64/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/mips32/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/ppc32/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/ppc64/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2454&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2454&amp;peg=2473</guid></item>
<item><pubDate>Tue, 05 Jun 2007 17:31:30 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2453 – More suncc fixes. - remove more empty declarations - add ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;More suncc fixes.&lt;br /&gt;
- remove more empty declarations&lt;br /&gt;
- add options to turn errors on empty structs into warnings and options to&lt;br /&gt;
  silence these warnings&lt;/div&gt;~ /trunk/kernel/arch/amd64/include/asm.h&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2453&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2453&amp;peg=2473</guid></item>
<item><pubDate>Tue, 05 Jun 2007 15:58:00 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2452 – More suncc fixes. - Removed extra semicolons after function declaration. ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;More suncc fixes.&lt;br /&gt;
- Removed extra semicolons after function declaration.&lt;br /&gt;
- Sun Studio recognizes only C99 __func__ and no gcc-specific __FUNCTION__.&lt;br /&gt;
  In this case, a simple -D option can fix the problem.&lt;/div&gt;~ /trunk/kernel/arch/amd64/include/asm.h&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2452&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2452&amp;peg=2473</guid></item>
<item><pubDate>Mon, 04 Jun 2007 21:50:44 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2451 – JoinMe -&gt; Lingering</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;JoinMe -&gt; Lingering&lt;/div&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/generic/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2451&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2451&amp;peg=2473</guid></item>
<item><pubDate>Sun, 03 Jun 2007 20:12:01 +0200</pubDate><dc:creator>mencl</dc:creator><title>Rev 2450 – Repaired avl and extavl tree timeout unregister and delete_min. These ...</title><description>&lt;div&gt;&lt;strong&gt;mencl – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Repaired avl and extavl tree timeout unregister and delete_min. These &lt;br /&gt;
faults caused problems with initializing cpus and they appeared only in &lt;br /&gt;
multi processor systems.&lt;/div&gt;~ /branches/rcu/kernel/generic/src/adt/avl.c&lt;br /&gt;~ /branches/rcu/kernel/generic/src/adt/extavl.c&lt;br /&gt;~ /branches/rcu/kernel/generic/src/time/clock.c&lt;br /&gt;~ /branches/rcu/kernel/generic/src/time/timeout.c&lt;br /&gt;~ /branches/rcu/kernel/test/timeout/timeoutbench1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2450&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2450&amp;peg=2473</guid></item>
<item><pubDate>Sat, 02 Jun 2007 10:56:24 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 2449 – remove unnecessary includes</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;remove unnecessary includes&lt;/div&gt;~ /trunk/uspace/rd/rd.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2449&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2449&amp;peg=2473</guid></item>
<item><pubDate>Fri, 01 Jun 2007 19:02:24 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2448 – Start the CPU identification string with cpu[0-9].</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Start the CPU identification string with cpu[0-9].&lt;/div&gt;~ /branches/arm/kernel/arch/arm32/src/cpu/cpu.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2448&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2448&amp;peg=2473</guid></item>
<item><pubDate>Fri, 01 Jun 2007 17:50:32 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2447 – Split accidently joined lines.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Split accidently joined lines.&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&amp;isdir=1&amp;rev=2447&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2447&amp;peg=2473</guid></item>
<item><pubDate>Fri, 01 Jun 2007 17:47:46 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2446 – More efficient and simpler task termination.  Based on the ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;More efficient and simpler task termination.&lt;br /&gt;
&lt;br /&gt;
Based on the assumption, that after its creation, only the task itself can create more threads for itself, &lt;br /&gt;
the last thread with userspace context to execute thread_exit() will perform futex and IPC cleanup. When &lt;br /&gt;
the task has no threads, it is destroyed. Both the cleanup and destruction is controlled by reference &lt;br /&gt;
counting.&lt;br /&gt;
&lt;br /&gt;
As for userspace threads, even though there could be a global garbage collector for joining threads, it is &lt;br /&gt;
much simpler if the uinit thread detaches itself before switching to userspace.&lt;br /&gt;
&lt;br /&gt;
task_kill() is now an idempotent operation. It just instructs the threads within a task to exit.&lt;br /&gt;
&lt;br /&gt;
Change in the name of a thread state: Undead -&gt; JoinMe.&lt;/div&gt;~ /trunk/kernel/generic/include/adt/list.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/src/main/uinit.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2446&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2446&amp;peg=2473</guid></item>
<item><pubDate>Fri, 01 Jun 2007 16:15:42 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 2445 – initial merge of branches/fs (not finished, huge cleanup is needed)</title><description>&lt;div&gt;&lt;strong&gt;decky – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;initial merge of branches/fs&lt;br /&gt;
(not finished, huge cleanup is needed)&lt;/div&gt;~ /trunk/kernel/doc/AUTHORS&lt;br /&gt;~ /trunk/kernel/generic/include/errno.h&lt;br /&gt;~ /trunk/kernel/generic/include/lib/rd.h&lt;br /&gt;~ /trunk/kernel/generic/src/lib/rd.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/kinit.c&lt;br /&gt;+ /trunk/uspace/libc/generic/io/file.c&lt;br /&gt;+ /trunk/uspace/libc/include/io/file.h&lt;br /&gt;~ /trunk/uspace/libc/include/ipc/services.h&lt;br /&gt;~ /trunk/uspace/rd/rd.c&lt;br /&gt;+ /trunk/uspace/rd/rd.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2445&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2445&amp;peg=2473</guid></item>
<item><pubDate>Fri, 01 Jun 2007 01:30:32 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2444 – First fixes for suncc support. It is going to be ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;First fixes for suncc support.&lt;br /&gt;
It is going to be a long way...&lt;/div&gt;~ /trunk/kernel/arch/ia32/include/asm.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/slab.h&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2444&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2444&amp;peg=2473</guid></item>
<item><pubDate>Fri, 01 Jun 2007 00:48:41 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2443 – sscc -&gt; suncc</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;sscc -&gt; suncc&lt;/div&gt;~ /trunk/boot/boot.config&lt;br /&gt;~ /trunk/HelenOS.config&lt;br /&gt;~ /trunk/kernel/kernel.config&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;~ /trunk/uspace/uspace.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2443&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2443&amp;peg=2473</guid></item>
<item><pubDate>Fri, 01 Jun 2007 00:04:10 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2442 – Add dummy option for Sun Studio C Compiler. For each ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add dummy option for Sun Studio C Compiler.&lt;br /&gt;
For each architecture, offer only compilers that support the target.&lt;/div&gt;~ /trunk/boot/boot.config&lt;br /&gt;~ /trunk/HelenOS.config&lt;br /&gt;~ /trunk/kernel/kernel.config&lt;br /&gt;~ /trunk/uspace/uspace.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2442&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2442&amp;peg=2473</guid></item>
<item><pubDate>Thu, 31 May 2007 23:39:13 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 2441 – fix ICC compilation</title><description>&lt;div&gt;&lt;strong&gt;decky – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;fix ICC compilation&lt;/div&gt;~ /trunk/kernel/arch/amd64/include/debugger.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/src/debugger.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/asm.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/context.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/mm/frame.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/smp/apic.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/ddi/ddi.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/mm/page.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/smp/apic.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/smp/mps.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/smp/smp.c&lt;br /&gt;~ /trunk/kernel/genarch/src/acpi/acpi.c&lt;br /&gt;~ /trunk/kernel/generic/include/interrupt.h&lt;br /&gt;~ /trunk/kernel/generic/src/printf/printf_core.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2441&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2441&amp;peg=2473</guid></item>
<item><pubDate>Thu, 31 May 2007 23:25:54 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2440 – Fix the problem with sys_thread_create() by splitting the create and ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix the problem with sys_thread_create() by splitting the create and attach functionality of &lt;br /&gt;
thread_create(). Now it is possible to specify a flag that will cause thread_create() to only allocate and &lt;br /&gt;
initialize the thread structure. A call to thread_attach() will make the thread visible to the system. &lt;br /&gt;
This arrangement makes it easier to undo creation of a thread in case of a failure in sys_thread_create().&lt;/div&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2440&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2440&amp;peg=2473</guid></item>
<item><pubDate>Thu, 31 May 2007 23:21:02 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 2439 – fix ICC compilation</title><description>&lt;div&gt;&lt;strong&gt;decky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;fix ICC compilation&lt;/div&gt;~ /trunk/kernel/arch/ia32/src/drivers/ega.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/drivers/i8254.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/drivers/i8259.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/ia32.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/interrupt.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/mm/tlb.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2439&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2439&amp;peg=2473</guid></item>
<item><pubDate>Thu, 31 May 2007 23:14:14 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 2438 – update for new compiler configuration scheme</title><description>&lt;div&gt;&lt;strong&gt;decky – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;update for new compiler configuration scheme&lt;/div&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;~ /trunk/boot/boot.config&lt;br /&gt;~ /trunk/kernel/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/tools/build&lt;br /&gt;~ /trunk/uspace/libc/Makefile.toolchain&lt;br /&gt;~ /trunk/uspace/uspace.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2438&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2438&amp;peg=2473</guid></item>
<item><pubDate>Thu, 31 May 2007 23:05:40 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 2437 – experimental support for ICC (the sources has to be modified ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;experimental support for ICC&lt;br /&gt;
(the sources has to be modified to avoid ICC compiler warnings)&lt;/div&gt;~ /trunk/HelenOS.config&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=%2F&amp;isdir=1&amp;rev=2437&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2437&amp;peg=2473</guid></item>
<item><pubDate>Wed, 30 May 2007 21:50:24 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2436 – Fix two memory leaks.  In kernel, kernel_uarg structure needs ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix two memory leaks.&lt;br /&gt;
&lt;br /&gt;
In kernel, kernel_uarg structure needs to be deallocated when a thread &lt;br /&gt;
with userspace context is destroyed.&lt;br /&gt;
&lt;br /&gt;
In userspace, the return value of the SYS_THREAD_CREATE must be checked &lt;br /&gt;
for error conditions and in case of error, uarg and stack must be freed &lt;br /&gt;
up.&lt;/div&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /trunk/uspace/libc/generic/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2436&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2436&amp;peg=2473</guid></item>
<item><pubDate>Mon, 28 May 2007 08:26:14 +0200</pubDate><dc:creator>jelen</dc:creator><title>Rev 2435 – Doxygen documentation format</title><description>&lt;div&gt;&lt;strong&gt;jelen – 41 file(s) modified&lt;/strong&gt;&lt;br/&gt;Doxygen documentation format&lt;/div&gt;~ /branches/fs/kernel/generic/src/lib/rd.c&lt;br /&gt;~ /branches/fs/uspace/cat/cat.c&lt;br /&gt;~ /branches/fs/uspace/cat/cat.h&lt;br /&gt;~ /branches/fs/uspace/cat/cat.standard.c&lt;br /&gt;~ /branches/fs/uspace/fs/block.c&lt;br /&gt;~ /branches/fs/uspace/fs/block.h&lt;br /&gt;~ /branches/fs/uspace/fs/const.h&lt;br /&gt;~ /branches/fs/uspace/fs/dir.c&lt;br /&gt;~ /branches/fs/uspace/fs/dir.h&lt;br /&gt;~ /branches/fs/uspace/fs/errno.h&lt;br /&gt;~ /branches/fs/uspace/fs/file.h&lt;br /&gt;~ /branches/fs/uspace/fs/filedes.c&lt;br /&gt;~ /branches/fs/uspace/fs/fproc.h&lt;br /&gt;~ /branches/fs/uspace/fs/fs.c&lt;br /&gt;~ /branches/fs/uspace/fs/fs.h&lt;br /&gt;~ /branches/fs/uspace/fs/glo.c&lt;br /&gt;~ /branches/fs/uspace/fs/glo.h&lt;br /&gt;~ /branches/fs/uspace/fs/inode.c&lt;br /&gt;~ /branches/fs/uspace/fs/inode.h&lt;br /&gt;~ /branches/fs/uspace/fs/limits.h&lt;br /&gt;~ /branches/fs/uspace/fs/open.c&lt;br /&gt;~ /branches/fs/uspace/fs/param.h&lt;br /&gt;~ /branches/fs/uspace/fs/path.c&lt;br /&gt;~ /branches/fs/uspace/fs/printing.c&lt;br /&gt;~ /branches/fs/uspace/fs/proto.h&lt;br /&gt;~ /branches/fs/uspace/fs/read.c&lt;br /&gt;~ /branches/fs/uspace/fs/stadir.c&lt;br /&gt;~ /branches/fs/uspace/fs/stat.h&lt;br /&gt;~ /branches/fs/uspace/fs/super.c&lt;br /&gt;~ /branches/fs/uspace/fs/super.h&lt;br /&gt;~ /branches/fs/uspace/fs/table.c&lt;br /&gt;x /branches/fs/uspace/fs/tree.txt&lt;br /&gt;~ /branches/fs/uspace/fs/type.h&lt;br /&gt;~ /branches/fs/uspace/fs/utility.c&lt;br /&gt;~ /branches/fs/uspace/rd/rd.c&lt;br /&gt;~ /branches/fs/uspace/rd/rd.h&lt;br /&gt;~ /branches/fs/uspace/share/base_const.h&lt;br /&gt;~ /branches/fs/uspace/share/connect.c&lt;br /&gt;~ /branches/fs/uspace/share/message.c&lt;br /&gt;~ /branches/fs/uspace/share/message.h&lt;br /&gt;~ /branches/fs/uspace/share/shared_proto.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2435&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2435&amp;peg=2473</guid></item>
<item><pubDate>Mon, 28 May 2007 07:07:05 +0200</pubDate><dc:creator>jelen</dc:creator><title>Rev 2434 – Cat user file library update</title><description>&lt;div&gt;&lt;strong&gt;jelen – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Cat user file library update&lt;/div&gt;+ /branches/fs/uspace/cat/cat.standard.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2434&amp;peg=2473</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2434&amp;peg=2473</guid></item>
</channel></rss>