<?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=2907</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F&amp;peg=2907&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Mon, 12 May 2008 17:40:21 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2907 – Improve comment for thread_create().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Improve comment for thread_create().&lt;/div&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=2907&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2907&amp;peg=2907</guid></item>
<item><pubDate>Mon, 12 May 2008 14:43:45 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2906 – Remove obsolete debug_api.x from sctrace</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Remove obsolete debug_api.x from sctrace&lt;/div&gt;x /branches/tracing/uspace/app/sctrace/debug_api.c&lt;br /&gt;x /branches/tracing/uspace/app/sctrace/debug_api.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2906&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2906&amp;peg=2907</guid></item>
<item><pubDate>Mon, 12 May 2008 13:31:24 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2905 – Use prettier types in libc udebug wrapper</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Use prettier types in libc udebug 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=2905&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2905&amp;peg=2907</guid></item>
<item><pubDate>Mon, 12 May 2008 12:46:17 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2904 – Move udebug API wrappers from sctrace to libc</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move udebug API wrappers from sctrace to libc&lt;/div&gt;~ /branches/tracing/uspace/app/sctrace/Makefile&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;~ /branches/tracing/uspace/lib/libc/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2904&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2904&amp;peg=2907</guid></item>
<item><pubDate>Mon, 12 May 2008 12:26:39 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2903 – Rename event NEW_THREAD to THREAD_B. Add THREAD_E event - thread ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Rename event NEW_THREAD to THREAD_B. Add THREAD_E event - thread exit&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2903&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2903&amp;peg=2907</guid></item>
<item><pubDate>Mon, 12 May 2008 11:36:49 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2902 – Implement proper kbox thread shutdown, with all bells and whistles. ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implement proper kbox thread shutdown, with all bells and whistles. Use THREAD-&gt;debug_active in udebug_stoppable_xx() and friends&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/task.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.c&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=2902&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2902&amp;peg=2907</guid></item>
<item><pubDate>Sun, 11 May 2008 23:18:10 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2901 – Split SYSCALL event into SYSCALL_B and SYSCALL_E, the extra event ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Split SYSCALL event into SYSCALL_B and SYSCALL_E, the extra event allows seeing long-running syscalls immediately, as well as calls with invalid syscall id&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2901&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2901&amp;peg=2907</guid></item>
<item><pubDate>Sun, 11 May 2008 22:59:17 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2900 – Remove superfluous malloc return value checks</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Remove superfluous malloc return value checks&lt;/div&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=2900&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2900&amp;peg=2907</guid></item>
<item><pubDate>Sun, 11 May 2008 22:41:47 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2899 – Add support for SET_EVMASK debug operation</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add support for SET_EVMASK debug operation&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/task.h&lt;br /&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/proc/task.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;~ /branches/tracing/uspace/app/sctrace/debug_api.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/debug_api.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2899&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2899&amp;peg=2907</guid></item>
<item><pubDate>Sun, 11 May 2008 21:02:36 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2898 – Implement operation UDEBUG_M_STOP that stops a thread. Can be used ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implement operation UDEBUG_M_STOP that stops a thread. Can be used for stopping program by hitting a key in debugger. Somewhat jittery demo in sctrace. Fix missing lock of THREAD-&gt;debug_lock in udebug_stoppable_end()&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/thread.h&lt;br /&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/proc/thread.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;~ /branches/tracing/uspace/app/sctrace/debug_api.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/debug_api.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/debug/debug1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2898&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2898&amp;peg=2907</guid></item>
<item><pubDate>Sun, 11 May 2008 18:31:57 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2897 – Fix bad allocation with locks held in udebug_thread_read()</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix bad allocation with locks held in udebug_thread_read()&lt;/div&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=2897&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2897&amp;peg=2907</guid></item>
<item><pubDate>Sun, 11 May 2008 18:14:35 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2896 – Handle malloc return values properly</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Handle malloc return values properly&lt;/div&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=2896&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2896&amp;peg=2907</guid></item>
<item><pubDate>Sun, 11 May 2008 17:51:36 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2895 – Prevent sctrace tables from becoming broken when syscall/ipc/errno enums change</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Prevent sctrace tables from becoming broken when syscall/ipc/errno enums change&lt;/div&gt;~ /branches/tracing/uspace/app/sctrace/errors.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipc_desc.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/syscalls.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2895&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2895&amp;peg=2907</guid></item>
<item><pubDate>Sun, 11 May 2008 17:15:45 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2894 – Add missing copyright messages</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 21 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add missing copyright messages&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug_ipc.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug_ops.h&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;~ /branches/tracing/uspace/app/sctrace/debug_api.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/debug_api.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/errors.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/errors.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipcp.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipcp.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipc_desc.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipc_desc.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/proto.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/proto.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/syscalls.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/syscalls.h&lt;br /&gt;~ /branches/tracing/uspace/app/tester/debug/debug1.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=2894&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2894&amp;peg=2907</guid></item>
<item><pubDate>Sun, 11 May 2008 13:16:41 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2893 – More bits of fat_node_get(). Still needs to do some locking.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;More bits of fat_node_get().&lt;br /&gt;
Still needs to do some locking.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&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=2893&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2893&amp;peg=2907</guid></item>
<item><pubDate>Sat, 10 May 2008 11:02:57 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2892 – Fix retval for udebug_rp_mem_write()</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix retval for udebug_rp_mem_write()&lt;/div&gt;~ /branches/tracing/kernel/generic/src/ipc/sysipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2892&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2892&amp;peg=2907</guid></item>
<item><pubDate>Thu, 08 May 2008 23:29:24 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2891 – New first bits of fat_node_get().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;New first bits of 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=2891&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2891&amp;peg=2907</guid></item>
<item><pubDate>Thu, 08 May 2008 21:23:36 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2890 – Need a way to locate the FAT index structure by ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Need a way to locate the FAT index structure by VFS index. Also fix code that&lt;br /&gt;
locates the FAT index structure by position in the file system namespace.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_idx.c&lt;br /&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=2890&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2890&amp;peg=2907</guid></item>
<item><pubDate>Mon, 05 May 2008 22:16:36 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2889 – Add hash table for used fat_idx_t structures and implement fat_idx_map().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add hash table for used fat_idx_t structures and implement fat_idx_map().&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&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=2889&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2889&amp;peg=2907</guid></item>
<item><pubDate>Mon, 05 May 2008 14:33:24 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2888 – Verify that a task sending debug calls really is the ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Verify that a task sending debug calls really is the callee&apos;s debugger&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2888&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2888&amp;peg=2907</guid></item>
<item><pubDate>Mon, 05 May 2008 13:58:16 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2887 – Split executive parts of udebug_ipc.c to udebug_ops.c</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Split executive parts of udebug_ipc.c to udebug_ops.c&lt;/div&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;~ /branches/tracing/kernel/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2887&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2887&amp;peg=2907</guid></item>
<item><pubDate>Mon, 05 May 2008 12:19:29 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2886 – Move rest of debug method processing, that can be moved, ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move rest of debug method processing, that can be moved, to kbox thread&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2886&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2886&amp;peg=2907</guid></item>
<item><pubDate>Mon, 05 May 2008 11:22:24 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2885 – Start moving debug method processing to kbox_thread. Start with BEGIN, ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Start moving debug method processing to kbox_thread. Start with BEGIN, END, THREAD_READ&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/debug_api.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2885&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2885&amp;peg=2907</guid></item>
<item><pubDate>Sun, 04 May 2008 22:50:54 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2884 – merge vs. coalesce</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;merge vs. coalesce&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=2884&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2884&amp;peg=2907</guid></item>
<item><pubDate>Sun, 04 May 2008 18:32:28 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2883 – Add some console and vfs method names for fun</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add some console and vfs method names for fun&lt;/div&gt;~ /branches/tracing/uspace/app/sctrace/proto.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/proto.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2883&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2883&amp;peg=2907</guid></item>
<item><pubDate>Sun, 04 May 2008 18:17:58 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2882 – Set protocol &apos;console&apos; by default for phone 1</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Set protocol &apos;console&apos; by default for phone 1&lt;/div&gt;~ /branches/tracing/uspace/app/sctrace/ipcp.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipcp.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2882&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2882&amp;peg=2907</guid></item>
<item><pubDate>Sun, 04 May 2008 18:17:01 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2881 – Code for de/allocation of VFS indices for FAT.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Code for de/allocation of VFS indices for FAT.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_idx.c&lt;br /&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=2881&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2881&amp;peg=2907</guid></item>
<item><pubDate>Sun, 04 May 2008 18:06:11 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2880 – Detect and display operation names by method number</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Detect and display operation names by method number&lt;/div&gt;~ /branches/tracing/uspace/app/sctrace/ipcp.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/proto.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/proto.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2880&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2880&amp;peg=2907</guid></item>
<item><pubDate>Sun, 04 May 2008 17:31:54 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2879 – Add functions for inserting items before or after other items ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add functions for inserting items before or after other items in a boubly-linked&lt;br /&gt;
circular lists.&lt;/div&gt;~ /trunk/uspace/lib/libc/include/libadt/list.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2879&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2879&amp;peg=2907</guid></item>
<item><pubDate>Sun, 04 May 2008 17:06:05 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2878 – Protocol registration, detect protocol by service name, display protocol name</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Protocol registration, detect protocol by service name, display protocol name&lt;/div&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/proto.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2878&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2878&amp;peg=2907</guid></item>
<item><pubDate>Sun, 04 May 2008 15:56:25 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2877 – Match sync call answers properly, handle connects and disconnects</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Match sync call answers properly, handle connects and disconnects&lt;/div&gt;~ /branches/tracing/uspace/app/sctrace/ipcp.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/debug/debug1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2877&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2877&amp;peg=2907</guid></item>
<item><pubDate>Sun, 04 May 2008 14:43:18 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2876 – Add a dedicated source file for handling FAT indices.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add a dedicated source file for handling FAT indices.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;+ /trunk/uspace/srv/fs/fat/fat_idx.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2876&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2876&amp;peg=2907</guid></item>
<item><pubDate>Sun, 04 May 2008 14:03:18 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2875 – Fix sctrace Makefile</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix sctrace Makefile&lt;/div&gt;~ /branches/tracing/uspace/app/sctrace/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2875&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2875&amp;peg=2907</guid></item>
<item><pubDate>Sun, 04 May 2008 13:56:26 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2874 – Rename ipc.* to ipcp.* in sctrace</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Rename ipc.* to ipcp.* in sctrace&lt;/div&gt;x /branches/tracing/uspace/app/sctrace/ipc.c&lt;br /&gt;x /branches/tracing/uspace/app/sctrace/ipc.h&lt;br /&gt;+ /branches/tracing/uspace/app/sctrace/ipcp.c &lt;i&gt;(copied from /branches/tracing/uspace/app/sctrace/ipc.c@2873)&lt;/i&gt;&lt;br /&gt;+ /branches/tracing/uspace/app/sctrace/ipcp.h &lt;i&gt;(copied from /branches/tracing/uspace/app/sctrace/ipc.h@2873)&lt;/i&gt;&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2874&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2874&amp;peg=2907</guid></item>
<item><pubDate>Sun, 04 May 2008 11:32:15 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2873 – Match IPC responses to questions in sctrace ipcp module</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Match IPC responses to questions in sctrace ipcp module&lt;/div&gt;~ /branches/tracing/uspace/app/sctrace/ipc.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipc.h&lt;br /&gt;+ /branches/tracing/uspace/app/sctrace/proto.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2873&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2873&amp;peg=2907</guid></item>
<item><pubDate>Sat, 03 May 2008 22:36:55 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2872 – Add call hashes, sync calls and hangups to IPC module ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add call hashes, sync calls and hangups to IPC module interface of sctrace&lt;/div&gt;~ /branches/tracing/uspace/app/sctrace/ipc.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipc.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipc_desc.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/ipc/register.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2872&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2872&amp;peg=2907</guid></item>
<item><pubDate>Sat, 03 May 2008 16:58:23 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2871 – Foundation for parsing IPC messages in sctrace</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Foundation for parsing IPC messages in sctrace&lt;/div&gt;+ /branches/tracing/uspace/app/sctrace/ipc.c&lt;br /&gt;+ /branches/tracing/uspace/app/sctrace/ipc.h&lt;br /&gt;+ /branches/tracing/uspace/app/sctrace/ipc_desc.c&lt;br /&gt;+ /branches/tracing/uspace/app/sctrace/ipc_desc.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/Makefile&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2871&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2871&amp;peg=2907</guid></item>
<item><pubDate>Fri, 02 May 2008 23:55:42 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2870 – Terminate debugging session on debugger disconnect</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Terminate debugging session on debugger disconnect&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&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;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2870&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2870&amp;peg=2907</guid></item>
<item><pubDate>Fri, 02 May 2008 23:21:16 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2869 – Make preempted threads stoppable, so CPU-bound threads can be stopped</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Make preempted threads stoppable, so CPU-bound threads can be stopped&lt;/div&gt;~ /branches/tracing/kernel/generic/src/time/clock.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2869&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2869&amp;peg=2907</guid></item>
<item><pubDate>Fri, 02 May 2008 18:21:35 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2868 – Start tracing new threads in sctrace</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Start tracing new threads in sctrace&lt;/div&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2868&amp;peg=2907</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2868&amp;peg=2907</guid></item>
</channel></rss>