<?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>Sun, 05 Apr 2026 18:17:33 +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=2948</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F&amp;peg=2948&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Sat, 17 May 2008 21:28:20 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2948 – Merged latest trunk changes into dynload</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merged latest trunk changes into dynload&lt;/div&gt;~ /branches/dynload/kernel/generic/src/ipc/sysipc.c&lt;br /&gt;~ /branches/dynload/uspace/app/tester/vfs/vfs1.c&lt;br /&gt;~ /branches/dynload/uspace/srv/fs/fat/fat_idx.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2948&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2948&amp;peg=2948</guid></item>
<item><pubDate>Sat, 17 May 2008 10:17:00 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2947 – Add command for listing breakpoints. Fix command name comparison.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add command for listing breakpoints. Fix command name comparison.&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2947&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2947&amp;peg=2948</guid></item>
<item><pubDate>Sat, 17 May 2008 00:23:22 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2946 – Get rid of warnings</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Get rid of warnings&lt;/div&gt;~ /branches/tracing/uspace/app/debug/cons.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/dthread.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipcp.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/Makefile&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/proto.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/generic/udebug.c&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/include/udebug.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2946&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2946&amp;peg=2948</guid></item>
<item><pubDate>Fri, 16 May 2008 23:31:31 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2945 – Introduce a futex protecting the up_hash and ui_hash.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Introduce a futex protecting the up_hash and ui_hash.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_idx.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2945&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2945&amp;peg=2948</guid></item>
<item><pubDate>Fri, 16 May 2008 23:03:46 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2944 – Introduce futex for protecting the list of unused structures in ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Introduce futex for protecting the list of unused structures in FAT server.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_idx.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2944&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2944&amp;peg=2948</guid></item>
<item><pubDate>Fri, 16 May 2008 22:11:27 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2943 – Breakpoint removal. Don&apos;t clear TF when a breakpoint is active</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Breakpoint removal. Don&apos;t clear TF when a breakpoint is active&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/include/arch.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2943&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2943&amp;peg=2948</guid></item>
<item><pubDate>Fri, 16 May 2008 21:49:05 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2942 – Singlestepping in debugger (ia32)</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Singlestepping in debugger (ia32)&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/include/types.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/include/types.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/dthread.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/include/arch.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2942&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2942&amp;peg=2948</guid></item>
<item><pubDate>Fri, 16 May 2008 20:46:29 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2941 – Dumping registers in debugger. (Only those saved in istate, atm)</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Dumping registers in debugger. (Only those saved in istate, atm)&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/include/types.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/include/types.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/dthread.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/include/arch.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2941&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2941&amp;peg=2948</guid></item>
<item><pubDate>Fri, 16 May 2008 19:58:05 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2940 – Display current PC value in debugger</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Display current PC value in debugger&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/include/types.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/dthread.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/dthread.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/include/arch.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2940&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2940&amp;peg=2948</guid></item>
<item><pubDate>Fri, 16 May 2008 18:28:16 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2939 – Finish transition of debugger to new bokkeeping. Allow pausing application</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Finish transition of debugger to new bokkeeping. Allow pausing application&lt;/div&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/dthread.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/dthread.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2939&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2939&amp;peg=2948</guid></item>
<item><pubDate>Fri, 16 May 2008 17:48:40 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2938 – Proper thread bookkeeping in debugger</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Proper thread bookkeeping in debugger&lt;/div&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/dthread.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/dthread.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2938&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2938&amp;peg=2948</guid></item>
<item><pubDate>Fri, 16 May 2008 17:21:55 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2937 – Listing threads in debugger, printing and changing &apos;working thread&apos;</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Listing threads in debugger, printing and changing &apos;working thread&apos;&lt;/div&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2937&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2937&amp;peg=2948</guid></item>
<item><pubDate>Fri, 16 May 2008 16:52:14 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2936 – Allow debugger to asynchronously print messages without disrupting its command ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Allow debugger to asynchronously print messages without disrupting its command line&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/cons.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/cons.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2936&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2936&amp;peg=2948</guid></item>
<item><pubDate>Fri, 16 May 2008 16:08:53 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2935 – Use simple passive fibril synchronization in debugger. &apos;go&apos; command for ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Use simple passive fibril synchronization in debugger. &apos;go&apos; command for resuming thread execution&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/fib_synch.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/fib_synch.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2935&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2935&amp;peg=2948</guid></item>
<item><pubDate>Thu, 15 May 2008 20:28:50 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2934 – Do not attempt to malloc() zero bytes of memory during ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Do not attempt to malloc() zero bytes of memory during VFS_READ at end of file.&lt;/div&gt;~ /trunk/kernel/generic/src/ipc/sysipc.c&lt;br /&gt;~ /trunk/uspace/app/tester/vfs/vfs1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2934&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2934&amp;peg=2948</guid></item>
<item><pubDate>Thu, 15 May 2008 16:44:43 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2933 – Add library rtld, the future run-time dynamic linker</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add library rtld, the future run-time dynamic linker&lt;/div&gt;+ /branches/dynload/uspace/lib/rtld&lt;br /&gt;+ /branches/dynload/uspace/lib/rtld/arch&lt;br /&gt;+ /branches/dynload/uspace/lib/rtld/arch/ia32&lt;br /&gt;+ /branches/dynload/uspace/lib/rtld/arch/ia32/bootstrap.c&lt;br /&gt;+ /branches/dynload/uspace/lib/rtld/arch/ia32/entry.s&lt;br /&gt;+ /branches/dynload/uspace/lib/rtld/arch/ia32/Makefile.inc&lt;br /&gt;+ /branches/dynload/uspace/lib/rtld/arch/ia32/_link.ld.in&lt;br /&gt;+ /branches/dynload/uspace/lib/rtld/Makefile&lt;br /&gt;+ /branches/dynload/uspace/lib/rtld/rtld.c&lt;br /&gt;~ /branches/dynload/uspace/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2933&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2933&amp;peg=2948</guid></item>
<item><pubDate>Thu, 15 May 2008 16:42:32 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2932 – Fix iloader loading with bias and add it to makefile</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix iloader loading with bias and add it to makefile&lt;/div&gt;~ /branches/dynload/uspace/app/iloader/elf.c&lt;br /&gt;~ /branches/dynload/uspace/app/iloader/main.c&lt;br /&gt;~ /branches/dynload/uspace/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2932&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2932&amp;peg=2948</guid></item>
<item><pubDate>Thu, 15 May 2008 14:50:40 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2931 – Fix format specifier when printing unknown syscall id</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix format specifier when printing unknown syscall id&lt;/div&gt;~ /branches/dynload/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=2931&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2931&amp;peg=2948</guid></item>
<item><pubDate>Thu, 15 May 2008 13:29:36 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2930 – Revert c2928 so that iloader is only in dynload branch</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Revert c2928 so that iloader is only in dynload branch&lt;/div&gt;x /branches/tracing/uspace/app/iloader&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2930&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2930&amp;peg=2948</guid></item>
<item><pubDate>Thu, 15 May 2008 13:25:59 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2929 – Merge iloader (c2928) from tracing to dynload</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merge iloader (c2928) from tracing to dynload&lt;/div&gt;+ /branches/dynload/uspace/app/iloader &lt;i&gt;(copied from /branches/tracing/uspace/app/iloader@2928)&lt;/i&gt;&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2929&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2929&amp;peg=2948</guid></item>
<item><pubDate>Thu, 15 May 2008 12:31:02 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2928 – Add Initial Loader (iloader), a program that can load a ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add Initial Loader (iloader), a program that can load a statically-linked ELF image from VFS into its address space and run it.&lt;/div&gt;+ /branches/tracing/uspace/app/iloader&lt;br /&gt;+ /branches/tracing/uspace/app/iloader/arch&lt;br /&gt;+ /branches/tracing/uspace/app/iloader/arch/ia32&lt;br /&gt;+ /branches/tracing/uspace/app/iloader/arch/ia32/_link.ld.in&lt;br /&gt;+ /branches/tracing/uspace/app/iloader/elf.c&lt;br /&gt;+ /branches/tracing/uspace/app/iloader/elf.h&lt;br /&gt;+ /branches/tracing/uspace/app/iloader/main.c&lt;br /&gt;+ /branches/tracing/uspace/app/iloader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2928&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2928&amp;peg=2948</guid></item>
<item><pubDate>Thu, 15 May 2008 11:57:35 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 2927 – added dynload branch</title><description>&lt;div&gt;&lt;strong&gt;decky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;added dynload branch&lt;/div&gt;+ /branches/dynload &lt;i&gt;(copied from /trunk@2925)&lt;/i&gt;&lt;br /&gt;/branches/dynload/kernel/generic/include/proc/tasklet.h &lt;i&gt;(copied from /trunk/kernel/generic/include/proc/tasklet.h@2926)&lt;/i&gt;&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2927&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2927&amp;peg=2948</guid></item>
<item><pubDate>Thu, 15 May 2008 11:51:35 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 2926 – cs change</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;cs change&lt;/div&gt;~ /trunk/kernel/generic/include/proc/tasklet.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2926&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2926&amp;peg=2948</guid></item>
<item><pubDate>Thu, 15 May 2008 11:06:26 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2925 – Merged latest trunk changes to tracing branch</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 68 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merged latest trunk changes to tracing branch&lt;/div&gt;~ /branches/tracing/boot/boot.config&lt;br /&gt;~ /branches/tracing/HelenOS.config&lt;br /&gt;~ /branches/tracing/kernel/arch/amd64/include/byteorder.h&lt;br /&gt;~ /branches/tracing/kernel/arch/arm32/include/byteorder.h&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/include/byteorder.h&lt;br /&gt;~ /branches/tracing/kernel/arch/ia64/include/byteorder.h&lt;br /&gt;~ /branches/tracing/kernel/arch/mips32/include/byteorder.h&lt;br /&gt;~ /branches/tracing/kernel/arch/mips32/src/drivers/arc.c&lt;br /&gt;~ /branches/tracing/kernel/arch/ppc32/include/byteorder.h&lt;br /&gt;~ /branches/tracing/kernel/arch/ppc32/include/context_offset.h&lt;br /&gt;~ /branches/tracing/kernel/arch/ppc64/include/byteorder.h&lt;br /&gt;~ /branches/tracing/kernel/arch/ppc64/include/context_offset.h&lt;br /&gt;~ /branches/tracing/kernel/arch/ppc64/src/context.S&lt;br /&gt;~ /branches/tracing/kernel/arch/sparc64/include/byteorder.h&lt;br /&gt;~ /branches/tracing/kernel/arch/sparc64/include/context_offset.h&lt;br /&gt;~ /branches/tracing/kernel/arch/sparc64/src/context.S&lt;br /&gt;~ /branches/tracing/kernel/generic/include/byteorder.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/debug/symtab.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/lib/rd.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/synch/waitq.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/time/timeout.c&lt;br /&gt;~ /branches/tracing/kernel/kernel.config&lt;br /&gt;x /branches/tracing/tools/build&lt;br /&gt;~ /branches/tracing/tools/config.py&lt;br /&gt;~ /branches/tracing/tools/cygwin_symlink_patch.sh&lt;br /&gt;~ /branches/tracing/uspace/app/tester/ipc/connect.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/ipc/send_async.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/ipc/send_sync.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/tester.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/vfs/vfs1.c&lt;br /&gt;+ /branches/tracing/uspace/lib/libc/arch/amd64/include/byteorder.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/arch/amd64/include/byteorder.h@2801)&lt;/i&gt;&lt;br /&gt;x /branches/tracing/uspace/lib/libc/arch/amd64/include/endian.h&lt;br /&gt;+ /branches/tracing/uspace/lib/libc/arch/arm32/include/byteorder.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/arch/arm32/include/byteorder.h@2801)&lt;/i&gt;&lt;br /&gt;x /branches/tracing/uspace/lib/libc/arch/arm32/include/endian.h&lt;br /&gt;+ /branches/tracing/uspace/lib/libc/arch/ia32/include/byteorder.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/arch/ia32/include/byteorder.h@2801)&lt;/i&gt;&lt;br /&gt;x /branches/tracing/uspace/lib/libc/arch/ia32/include/endian.h&lt;br /&gt;+ /branches/tracing/uspace/lib/libc/arch/ia64/include/byteorder.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/arch/ia64/include/byteorder.h@2801)&lt;/i&gt;&lt;br /&gt;x /branches/tracing/uspace/lib/libc/arch/ia64/include/endian.h&lt;br /&gt;+ /branches/tracing/uspace/lib/libc/arch/mips32/include/byteorder.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/arch/mips32/include/byteorder.h@2801)&lt;/i&gt;&lt;br /&gt;x /branches/tracing/uspace/lib/libc/arch/mips32/include/endian.h&lt;br /&gt;+ /branches/tracing/uspace/lib/libc/arch/mips32eb/include/byteorder.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/arch/mips32eb/include/byteorder.h@2801)&lt;/i&gt;&lt;br /&gt;x /branches/tracing/uspace/lib/libc/arch/mips32eb/include/endian.h&lt;br /&gt;+ /branches/tracing/uspace/lib/libc/arch/ppc32/include/byteorder.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/arch/ppc32/include/byteorder.h@2801)&lt;/i&gt;&lt;br /&gt;x /branches/tracing/uspace/lib/libc/arch/ppc32/include/endian.h&lt;br /&gt;+ /branches/tracing/uspace/lib/libc/arch/ppc64/include/byteorder.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/arch/ppc64/include/byteorder.h@2801)&lt;/i&gt;&lt;br /&gt;x /branches/tracing/uspace/lib/libc/arch/ppc64/include/context_offset.h&lt;br /&gt;x /branches/tracing/uspace/lib/libc/arch/ppc64/include/endian.h&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/arch/ppc64/src/fibril.S&lt;br /&gt;+ /branches/tracing/uspace/lib/libc/arch/sparc64/include/byteorder.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/arch/sparc64/include/byteorder.h@2801)&lt;/i&gt;&lt;br /&gt;x /branches/tracing/uspace/lib/libc/arch/sparc64/include/context_offset.h&lt;br /&gt;x /branches/tracing/uspace/lib/libc/arch/sparc64/include/endian.h&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/arch/sparc64/src/fibril.S&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/generic/ipc.c&lt;br /&gt;+ /branches/tracing/uspace/lib/libc/include/byteorder.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/include/byteorder.h@2801)&lt;/i&gt;&lt;br /&gt;x /branches/tracing/uspace/lib/libc/include/endian.h&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/include/libadt/list.h&lt;br /&gt;~ /branches/tracing/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /branches/tracing/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /branches/tracing/uspace/lib/softfloat/include/sftypes.h&lt;br /&gt;~ /branches/tracing/uspace/srv/fs/fat/fat.h&lt;br /&gt;+ /branches/tracing/uspace/srv/fs/fat/fat_idx.c &lt;i&gt;(copied from /trunk/uspace/srv/fs/fat/fat_idx.c@2924)&lt;/i&gt;&lt;br /&gt;~ /branches/tracing/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /branches/tracing/uspace/srv/fs/fat/Makefile&lt;br /&gt;~ /branches/tracing/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;~ /branches/tracing/uspace/srv/vfs/vfs.h&lt;br /&gt;~ /branches/tracing/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;~ /branches/tracing/uspace/uspace.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2925&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2925&amp;peg=2948</guid></item>
<item><pubDate>Wed, 14 May 2008 21:26:10 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2924 – Preliminary mips32 breakpoint support for udebug/debugger. (You must write-enable code ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Preliminary mips32 breakpoint support for udebug/debugger. (You must write-enable code segments for it to work, yet)&lt;/div&gt;~ /branches/tracing/kernel/arch/mips32/src/exception.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/mips32&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/mips32/include&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/mips32/include/types.h&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/mips32/Makefile.inc&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/mips32/src&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;x /branches/tracing/uspace/app/debug/include/arch&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2924&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2924&amp;peg=2948</guid></item>
<item><pubDate>Tue, 13 May 2008 14:27:46 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2923 – Isolate ia32-dependent code from debugger into arch/ia32 subdirectory</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Isolate ia32-dependent code from debugger into arch/ia32 subdirectory&lt;/div&gt;+ /branches/tracing/uspace/app/debug/arch&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/ia32&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/ia32/include&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/ia32/include/types.h&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/ia32/Makefile.inc&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/ia32/src&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/include&lt;br /&gt;+ /branches/tracing/uspace/app/debug/include/arch&lt;br /&gt;+ /branches/tracing/uspace/app/debug/include/arch.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2923&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2923&amp;peg=2948</guid></item>
<item><pubDate>Tue, 13 May 2008 11:12:07 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2922 – Crude test in &apos;debug&apos; allowing multiple breakpoints to be set</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Crude test in &apos;debug&apos; allowing multiple breakpoints to be set&lt;/div&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2922&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2922&amp;peg=2948</guid></item>
<item><pubDate>Tue, 13 May 2008 10:52:27 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2921 – Add TRAP debug event. Support on ia32/amd64.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add TRAP debug event. Support on ia32/amd64.&lt;/div&gt;~ /branches/tracing/kernel/arch/amd64/src/debugger.c&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/include/cpu.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2921&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2921&amp;peg=2948</guid></item>
<item><pubDate>Tue, 13 May 2008 10:34:51 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2920 – Add wrappers for reading and writing registers to libc</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add wrappers for reading and writing registers to libc&lt;/div&gt;~ /branches/tracing/uspace/lib/libc/generic/udebug.c&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/include/udebug.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2920&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2920&amp;peg=2948</guid></item>
<item><pubDate>Tue, 13 May 2008 10:33:27 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2919 – Simlify and fix REGS_READ and REGS_WRITE operations</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Simlify and fix REGS_READ and REGS_WRITE operations&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug_ops.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2919&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2919&amp;peg=2948</guid></item>
<item><pubDate>Tue, 13 May 2008 00:07:25 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2918 – Add support for INT3 breakpoints on IA32 to kernel. UDEBUG_EVENT_BREAKPOINT</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add support for INT3 breakpoints on IA32 to kernel. UDEBUG_EVENT_BREAKPOINT&lt;/div&gt;+ /branches/tracing/kernel/arch/ia32/include/breakpoint.h&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/include/interrupt.h&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/Makefile.inc&lt;br /&gt;+ /branches/tracing/kernel/arch/ia32/src/breakpoint.c&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/src/pm.c&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2918&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2918&amp;peg=2948</guid></item>
<item><pubDate>Tue, 13 May 2008 00:00:59 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2917 – Fix: Must drop missed wakeups when waiting for go</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix: Must drop missed wakeups when waiting for go&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2917&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2917&amp;peg=2948</guid></item>
<item><pubDate>Mon, 12 May 2008 21:04:13 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2916 – More formatting changes.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;More formatting changes.&lt;/div&gt;~ /trunk/kernel/generic/src/synch/waitq.c&lt;br /&gt;~ /trunk/kernel/generic/src/time/timeout.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2916&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2916&amp;peg=2948</guid></item>
<item><pubDate>Mon, 12 May 2008 20:56:23 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2915 – Hexdumping memory and setting IA32 breakpoints in debugger</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Hexdumping memory and setting IA32 breakpoints in debugger&lt;/div&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2915&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2915&amp;peg=2948</guid></item>
<item><pubDate>Mon, 12 May 2008 20:51:05 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2914 – Formatting improvements.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Formatting improvements.&lt;/div&gt;~ /trunk/kernel/generic/src/synch/waitq.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2914&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2914&amp;peg=2948</guid></item>
<item><pubDate>Mon, 12 May 2008 19:44:43 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2913 – Print less debugging messages to make things go faster</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Print less debugging messages to make things go faster&lt;/div&gt;~ /branches/tracing/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2913&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2913&amp;peg=2948</guid></item>
<item><pubDate>Mon, 12 May 2008 19:27:38 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2912 – Add udebug_mem_write() libc wrapper</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add udebug_mem_write() libc wrapper&lt;/div&gt;~ /branches/tracing/uspace/lib/libc/generic/udebug.c&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/include/udebug.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2912&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2912&amp;peg=2948</guid></item>
<item><pubDate>Mon, 12 May 2008 19:14:50 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2911 – Add &apos;debug&apos; program - the foundation of a breakpoint debugger</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add &apos;debug&apos; program - the foundation of a breakpoint debugger&lt;/div&gt;~ /branches/tracing/boot/arch/ia32/grub/menu.lst&lt;br /&gt;~ /branches/tracing/boot/arch/ia32/Makefile.inc&lt;br /&gt;+ /branches/tracing/uspace/app/debug&lt;br /&gt;+ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/cmd.h&lt;br /&gt;+ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/Makefile&lt;br /&gt;~ /branches/tracing/uspace/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2911&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2911&amp;peg=2948</guid></item>
<item><pubDate>Mon, 12 May 2008 18:16:42 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2910 – Implement fat_node_put() and remove the node from the free node ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implement fat_node_put() and remove the node from the free node list when&lt;br /&gt;
bumping its refernce count from zero in fat_node_get().&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2910&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2910&amp;peg=2948</guid></item>
<item><pubDate>Mon, 12 May 2008 17:58:06 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2909 – timeouted vs. timed out</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;timeouted vs. timed out&lt;/div&gt;~ /trunk/kernel/generic/src/synch/waitq.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2909&amp;peg=2948</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2909&amp;peg=2948</guid></item>
</channel></rss>