<?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:09:26 +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=2936</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F&amp;peg=2936&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2936&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2935&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2934&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2933&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2932&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2931&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2930&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2929&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2928&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2927&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2926&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2925&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2924&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2923&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2922&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2921&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2920&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2919&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2918&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2917&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2916&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2915&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2914&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2913&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2912&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2911&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2910&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2909&amp;peg=2936</guid></item>
<item><pubDate>Mon, 12 May 2008 17:56:03 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2908 – Don&apos;t wait for another GO in THREAD_E event, terminate debugging ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Don&apos;t wait for another GO in THREAD_E event, terminate debugging of this thread instead&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=2908&amp;peg=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2908&amp;peg=2936</guid></item>
<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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2907&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2906&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2905&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2904&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2903&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2902&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2901&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2900&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2899&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2898&amp;peg=2936</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=2936</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=2897&amp;peg=2936</guid></item>
</channel></rss>