<?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; /trunk/uspace/app/trace/proto.h</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Fri, 03 Apr 2026 21:23:50 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Ftrace%2Fproto.h&amp;max=40&amp;peg=4004</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Ftrunk%2Fuspace%2Fapp%2Ftrace%2Fproto.h&amp;peg=4004&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Fri, 19 Sep 2008 00:19:42 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3452 – trace: Decode protocol-level call arguments, response retvals and arguments.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;trace: Decode protocol-level call arguments, response retvals and arguments.&lt;/div&gt;~ /trunk/uspace/app/tester/tester.c&lt;br /&gt;~ /trunk/uspace/app/trace/ipcp.c&lt;br /&gt;~ /trunk/uspace/app/trace/proto.c&lt;br /&gt;~ /trunk/uspace/app/trace/proto.h&lt;br /&gt;~ /trunk/uspace/app/trace/syscalls.h&lt;br /&gt;~ /trunk/uspace/app/trace/trace.c&lt;br /&gt;~ /trunk/uspace/app/trace/trace.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Ftrace%2Fproto.h&amp;rev=3452&amp;peg=4004</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Ftrace%2Fproto.h&amp;rev=3452&amp;peg=4004</guid></item>
<item><pubDate>Wed, 17 Sep 2008 17:36:34 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3443 – trace: Fix broken &apos;unknown&apos; protocol, add &apos;system&apos; protocol for more ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;trace: Fix broken &apos;unknown&apos; protocol, add &apos;system&apos; protocol for more elegant handling of system IPC methods.&lt;/div&gt;~ /trunk/uspace/app/trace/ipcp.c&lt;br /&gt;~ /trunk/uspace/app/trace/proto.c&lt;br /&gt;~ /trunk/uspace/app/trace/proto.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Ftrace%2Fproto.h&amp;rev=3443&amp;peg=4004</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Ftrace%2Fproto.h&amp;rev=3443&amp;peg=4004</guid></item>
<item><pubDate>Wed, 17 Sep 2008 14:16:27 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3438 – Merge syscall tracer (trace) and relevant part of udebug interface ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 49 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.&lt;/div&gt;~ /trunk/boot/arch/amd64/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/ia64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc64/loader/Makefile&lt;br /&gt;~ /trunk/kernel/generic/include/ipc/ipc.h&lt;br /&gt;+ /trunk/kernel/generic/include/ipc/ipc_kbox.h&lt;br /&gt;~ /trunk/kernel/generic/include/ipc/sysipc.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/task.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/generic/include/syscall/syscall.h&lt;br /&gt;+ /trunk/kernel/generic/include/udebug&lt;br /&gt;+ /trunk/kernel/generic/include/udebug/udebug.h&lt;br /&gt;+ /trunk/kernel/generic/include/udebug/udebug_ipc.h&lt;br /&gt;+ /trunk/kernel/generic/include/udebug/udebug_ops.h&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/ipc.c&lt;br /&gt;+ /trunk/kernel/generic/src/ipc/ipc_kbox.c&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/sysipc.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/uinit.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;+ /trunk/kernel/generic/src/udebug&lt;br /&gt;+ /trunk/kernel/generic/src/udebug/udebug.c&lt;br /&gt;+ /trunk/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;+ /trunk/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;~ /trunk/kernel/kernel.config&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;+ /trunk/uspace/app/trace&lt;br /&gt;+ /trunk/uspace/app/trace/errors.c&lt;br /&gt;+ /trunk/uspace/app/trace/errors.h&lt;br /&gt;+ /trunk/uspace/app/trace/ipcp.c&lt;br /&gt;+ /trunk/uspace/app/trace/ipcp.h&lt;br /&gt;+ /trunk/uspace/app/trace/ipc_desc.c&lt;br /&gt;+ /trunk/uspace/app/trace/ipc_desc.h&lt;br /&gt;+ /trunk/uspace/app/trace/Makefile&lt;br /&gt;+ /trunk/uspace/app/trace/proto.c&lt;br /&gt;+ /trunk/uspace/app/trace/proto.h&lt;br /&gt;+ /trunk/uspace/app/trace/syscalls.c&lt;br /&gt;+ /trunk/uspace/app/trace/syscalls.h&lt;br /&gt;+ /trunk/uspace/app/trace/trace.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/ipc.c&lt;br /&gt;+ /trunk/uspace/lib/libc/generic/udebug.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/ipc.h&lt;br /&gt;+ /trunk/uspace/lib/libc/include/udebug.h&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;~ /trunk/uspace/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Ftrace%2Fproto.h&amp;rev=3438&amp;peg=4004</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Ftrace%2Fproto.h&amp;rev=3438&amp;peg=4004</guid></item>
</channel></rss>