<?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; //branches/tracing/kernel/generic/src/proc/thread.c</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Sat, 04 Apr 2026 00:13:20 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;max=40&amp;peg=3055</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;peg=3055&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Sat, 31 May 2008 11:57:59 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3034 – Convert kb_cleanup_lock to a mutex</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Convert kb_cleanup_lock to a mutex&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;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=3034&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=3034&amp;peg=3055</guid></item>
<item><pubDate>Fri, 30 May 2008 16:13:39 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3026 – Convert THREAD-&gt;udebug.lock to mutex. Protect against udebug_before_thread_runs() called from interrupt ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Convert THREAD-&gt;udebug.lock to mutex. Protect against udebug_before_thread_runs() called from interrupt handler. Pending locking scheme change (multithreaded tasks may hang)&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/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=3026&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=3026&amp;peg=3055</guid></item>
<item><pubDate>Wed, 28 May 2008 19:03:53 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3018 – Isolate udebug-related thread_t fields into udebug_thread_t</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Isolate udebug-related thread_t fields into udebug_thread_t&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/src/interrupt/interrupt.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.c&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/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=3018&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=3018&amp;peg=3055</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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2925&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2925&amp;peg=3055</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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2903&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2903&amp;peg=3055</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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2902&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2902&amp;peg=3055</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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2898&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2898&amp;peg=3055</guid></item>
<item><pubDate>Fri, 02 May 2008 18:08:55 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2867 – Signal hash of new thread with a UDEBUG_EVENT_NEW_THREAD message</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Signal hash of new thread with a UDEBUG_EVENT_NEW_THREAD message&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;~ /branches/tracing/uspace/app/tester/debug/debug1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2867&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2867&amp;peg=3055</guid></item>
<item><pubDate>Fri, 02 May 2008 12:46:02 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2866 – Verify that thread is waiting in syscall event when reading ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Verify that thread is waiting in syscall event when reading syscall args&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/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;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2866&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2866&amp;peg=3055</guid></item>
<item><pubDate>Fri, 02 May 2008 12:25:07 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2865 – Put proper udebug_stoppable_end() in uinit</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Put proper udebug_stoppable_end() in uinit&lt;/div&gt;~ /branches/tracing/kernel/generic/src/main/uinit.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2865&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2865&amp;peg=3055</guid></item>
<item><pubDate>Mon, 14 Apr 2008 10:47:26 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2854 – Fix condition for generating debug events. Properly initialize threads created ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix condition for generating debug events. Properly initialize threads created during debugging session&lt;/div&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;~ /branches/tracing/uspace/app/tester/debug/debug1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2854&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2854&amp;peg=3055</guid></item>
<item><pubDate>Sun, 13 Apr 2008 13:47:11 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2848 – Use debug_lock in thread struct for finer locking, to avoid ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Use debug_lock in thread struct for finer locking, to avoid problems with waitq_wakeup&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/thread.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;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2848&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2848&amp;peg=3055</guid></item>
<item><pubDate>Sat, 12 Apr 2008 20:08:22 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2839 – Add thread_attach_by_id() and use it to do ipc_connect_kbox() with proper ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add thread_attach_by_id() and use it to do ipc_connect_kbox() with proper locking&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;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2839&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2839&amp;peg=3055</guid></item>
<item><pubDate>Tue, 08 Apr 2008 13:33:33 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2827 – Verify that a thread/task is in appropriate state when handling ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Verify that a thread/task is in appropriate state when handling debug calls&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2827&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2827&amp;peg=3055</guid></item>
<item><pubDate>Tue, 08 Apr 2008 12:09:02 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2826 – Move debug_go_call from task struct to thread struct</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move debug_go_call from task struct to thread struct&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/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;~ /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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2826&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2826&amp;peg=3055</guid></item>
<item><pubDate>Tue, 08 Apr 2008 11:57:16 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2825 – Introduce task debug-states (udebug_task_state_t)</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Introduce task debug-states (udebug_task_state_t)&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/include/udebug/udebug.h&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;~ /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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2825&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2825&amp;peg=3055</guid></item>
<item><pubDate>Mon, 07 Apr 2008 20:47:56 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2817 – Add REGS_READ and REGS_WRITE debug methods to access userspace register ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add REGS_READ and REGS_WRITE debug methods to access userspace register state (no effect yet)&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/src/interrupt/interrupt.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/syscall/syscall.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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2817&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2817&amp;peg=3055</guid></item>
<item><pubDate>Sun, 06 Apr 2008 22:01:55 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2808 – add kernel answerbox+thread to mediate access to task&apos;s memory</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;add kernel answerbox+thread to mediate access to task&apos;s memory&lt;/div&gt;~ /branches/tracing/kernel/generic/include/ipc/ipc.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/ipc/sysipc.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/syscall/syscall.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/ipc/sysipc.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/syscall/syscall.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/debug/debug1.c&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/generic/ipc.c&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/include/ipc/ipc.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2808&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2808&amp;peg=3055</guid></item>
<item><pubDate>Sat, 05 Apr 2008 16:15:00 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2804 – allow for attaching to tasks with sleeping threads</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;allow for attaching to tasks with sleeping threads&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/ipc/sysipc.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/syscall/syscall.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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2804&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2804&amp;peg=3055</guid></item>
<item><pubDate>Sat, 05 Apr 2008 11:42:34 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2801 – [tracing] initial debug interface support</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 21 file(s) modified&lt;/strong&gt;&lt;br/&gt;[tracing] initial debug interface support&lt;/div&gt;~ /branches/tracing/kernel/generic/include/ipc/ipc.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/ipc/sysipc.h&lt;br /&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/include/syscall/syscall.h&lt;br /&gt;+ /branches/tracing/kernel/generic/include/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/ipc/sysipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/syscall/syscall.c&lt;br /&gt;+ /branches/tracing/kernel/generic/src/udebug&lt;br /&gt;+ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/tracing/kernel/Makefile&lt;br /&gt;+ /branches/tracing/uspace/app/tester/debug&lt;br /&gt;+ /branches/tracing/uspace/app/tester/debug/debug1.c&lt;br /&gt;+ /branches/tracing/uspace/app/tester/debug/debug1.def&lt;br /&gt;~ /branches/tracing/uspace/app/tester/Makefile&lt;br /&gt;~ /branches/tracing/uspace/app/tester/tester.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/tester.h&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/generic/ipc.c&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/include/ipc/ipc.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2801&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2801&amp;peg=3055</guid></item>
<item><pubDate>Sat, 05 Apr 2008 10:34:57 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2799 – Revert all changes in tracing branch (sync to r2785 of ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 25 file(s) modified&lt;/strong&gt;&lt;br/&gt;Revert all changes in tracing branch (sync to r2785 of trunk)&lt;/div&gt;x /branches/tracing/kernel/arch/ia32/include/tdebug.h&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/Makefile.inc&lt;br /&gt;x /branches/tracing/kernel/arch/ia32/src/tdebug.c&lt;br /&gt;~ /branches/tracing/kernel/doc/doxygroups.h&lt;br /&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/include/syscall/syscall.h&lt;br /&gt;x /branches/tracing/kernel/generic/include/tdebug&lt;br /&gt;~ /branches/tracing/kernel/generic/src/interrupt/interrupt.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/syscall/syscall.c&lt;br /&gt;x /branches/tracing/kernel/generic/src/tdebug&lt;br /&gt;~ /branches/tracing/kernel/Makefile&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/Makefile&lt;br /&gt;x /branches/tracing/uspace/app/tester/tdebug&lt;br /&gt;~ /branches/tracing/uspace/app/tester/tester.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/tester.h&lt;br /&gt;~ /branches/tracing/uspace/app/tetris/tetris.c&lt;br /&gt;x /branches/tracing/uspace/lib/libc/generic/tdebug.c&lt;br /&gt;x /branches/tracing/uspace/lib/libc/include/tdebug.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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2799&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2799&amp;peg=3055</guid></item>
<item><pubDate>Thu, 27 Mar 2008 17:22:14 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 2787 – add dynamic linking, debugging and tracing branch</title><description>&lt;div&gt;&lt;strong&gt;decky – 35 file(s) modified&lt;/strong&gt;&lt;br/&gt;add dynamic linking, debugging and tracing branch&lt;/div&gt;+ /branches/tracing &lt;i&gt;(copied from /trunk@2785)&lt;/i&gt;&lt;br /&gt;+ /branches/tracing/kernel/arch/ia32/include/tdebug.h&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/Makefile.inc&lt;br /&gt;+ /branches/tracing/kernel/arch/ia32/src/tdebug.c&lt;br /&gt;~ /branches/tracing/kernel/doc/doxygroups.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/proc/tasklet.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/syscall/syscall.h&lt;br /&gt;+ /branches/tracing/kernel/generic/include/tdebug&lt;br /&gt;+ /branches/tracing/kernel/generic/include/tdebug/systdebug.h&lt;br /&gt;+ /branches/tracing/kernel/generic/include/tdebug/tdebug.h&lt;br /&gt;+ /branches/tracing/kernel/generic/include/tdebug/tdebug_type.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/interrupt/interrupt.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/syscall/syscall.c&lt;br /&gt;+ /branches/tracing/kernel/generic/src/tdebug&lt;br /&gt;+ /branches/tracing/kernel/generic/src/tdebug/systdebug.c&lt;br /&gt;+ /branches/tracing/kernel/generic/src/tdebug/tdebug.c&lt;br /&gt;~ /branches/tracing/kernel/Makefile&lt;br /&gt;/branches/tracing/uspace/app/tester/ipc/connect.c &lt;i&gt;(copied from /trunk/uspace/app/tester/ipc/connect.c@2786)&lt;/i&gt;&lt;br /&gt;/branches/tracing/uspace/app/tester/ipc/hangup.c &lt;i&gt;(copied from /trunk/uspace/app/tester/ipc/hangup.c@2786)&lt;/i&gt;&lt;br /&gt;/branches/tracing/uspace/app/tester/ipc/send_async.c &lt;i&gt;(copied from /trunk/uspace/app/tester/ipc/send_async.c@2786)&lt;/i&gt;&lt;br /&gt;/branches/tracing/uspace/app/tester/ipc/send_sync.c &lt;i&gt;(copied from /trunk/uspace/app/tester/ipc/send_sync.c@2786)&lt;/i&gt;&lt;br /&gt;~ /branches/tracing/uspace/app/tester/Makefile&lt;br /&gt;+ /branches/tracing/uspace/app/tester/tdebug&lt;br /&gt;+ /branches/tracing/uspace/app/tester/tdebug/tdebug1.c&lt;br /&gt;+ /branches/tracing/uspace/app/tester/tdebug/tdebug1.def&lt;br /&gt;/branches/tracing/uspace/app/tester/tester.c &lt;i&gt;(copied from /trunk/uspace/app/tester/tester.c@2786)&lt;/i&gt;&lt;br /&gt;~ /branches/tracing/uspace/app/tester/tester.h&lt;br /&gt;~ /branches/tracing/uspace/app/tetris/tetris.c&lt;br /&gt;+ /branches/tracing/uspace/lib/libc/generic/tdebug.c&lt;br /&gt;+ /branches/tracing/uspace/lib/libc/include/tdebug.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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2787&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2787&amp;peg=3055</guid></item>
<item><pubDate>Fri, 01 Feb 2008 15:11:18 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 2712 – prettyprint output</title><description>&lt;div&gt;&lt;strong&gt;decky – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;prettyprint output&lt;/div&gt;~ /trunk/kernel/arch/amd64/src/debugger.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/mm/frame.c&lt;br /&gt;~ /trunk/kernel/generic/include/macros.h&lt;br /&gt;~ /trunk/kernel/generic/src/interrupt/interrupt.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/frame.c&lt;br /&gt;~ /trunk/kernel/generic/src/printf/printf_core.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2712&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2712&amp;peg=3055</guid></item>
<item><pubDate>Sun, 29 Jul 2007 21:17:25 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2504 – Give the AVL tree walkers the possibility to take an ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Give the AVL tree walkers the possibility to take an argument.&lt;br /&gt;
Each walker is now supposed to return a bool value to support walk termination.&lt;br /&gt;
&lt;br /&gt;
Switch over from the tasks_btree B+tree to tasks_tree AVL tree.&lt;br /&gt;
This makes the fix for ticket #48 complete.&lt;/div&gt;~ /trunk/kernel/generic/include/adt/avl.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/task.h&lt;br /&gt;~ /trunk/kernel/generic/src/adt/avl.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2504&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2504&amp;peg=3055</guid></item>
<item><pubDate>Sun, 29 Jul 2007 15:50:20 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2502 – Replace the threads_btree B+tree with an AVL tree. The new ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Replace the threads_btree B+tree with an AVL tree. The new variable is called&lt;br /&gt;
threads_tree. For printing list of threads, use the new AVL tree walker&lt;br /&gt;
mechanism.&lt;br /&gt;
&lt;br /&gt;
This solves half of ticket #48.&lt;/div&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2502&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2502&amp;peg=3055</guid></item>
<item><pubDate>Mon, 02 Jul 2007 20:37:41 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2487 – Kernel stack address was printed twice.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Kernel stack address was printed twice.&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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2487&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2487&amp;peg=3055</guid></item>
<item><pubDate>Wed, 13 Jun 2007 23:36:59 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2470 – Fix a double-free recently introduced in revision r2436. Add a ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix a double-free recently introduced in revision r2436.&lt;br /&gt;
Add a comment clarifying the life-cycle of the kernel_uarg structure.&lt;br /&gt;
&lt;br /&gt;
Comment out the freeing of userspace thread stack while still running on it.&lt;br /&gt;
This should be fixed by implementing userspace version of thread_join().&lt;/div&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /trunk/uspace/libc/generic/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2470&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2470&amp;peg=3055</guid></item>
<item><pubDate>Mon, 04 Jun 2007 21:50:44 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2451 – JoinMe -&gt; Lingering</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;JoinMe -&gt; Lingering&lt;/div&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/generic/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2451&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2451&amp;peg=3055</guid></item>
<item><pubDate>Fri, 01 Jun 2007 17:47:46 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2446 – More efficient and simpler task termination.  Based on the ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;More efficient and simpler task termination.&lt;br /&gt;
&lt;br /&gt;
Based on the assumption, that after its creation, only the task itself can create more threads for itself, &lt;br /&gt;
the last thread with userspace context to execute thread_exit() will perform futex and IPC cleanup. When &lt;br /&gt;
the task has no threads, it is destroyed. Both the cleanup and destruction is controlled by reference &lt;br /&gt;
counting.&lt;br /&gt;
&lt;br /&gt;
As for userspace threads, even though there could be a global garbage collector for joining threads, it is &lt;br /&gt;
much simpler if the uinit thread detaches itself before switching to userspace.&lt;br /&gt;
&lt;br /&gt;
task_kill() is now an idempotent operation. It just instructs the threads within a task to exit.&lt;br /&gt;
&lt;br /&gt;
Change in the name of a thread state: Undead -&gt; JoinMe.&lt;/div&gt;~ /trunk/kernel/generic/include/adt/list.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/task.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/generic/src/main/uinit.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2446&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2446&amp;peg=3055</guid></item>
<item><pubDate>Thu, 31 May 2007 23:25:54 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2440 – Fix the problem with sys_thread_create() by splitting the create and ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix the problem with sys_thread_create() by splitting the create and attach functionality of &lt;br /&gt;
thread_create(). Now it is possible to specify a flag that will cause thread_create() to only allocate and &lt;br /&gt;
initialize the thread structure. A call to thread_attach() will make the thread visible to the system. &lt;br /&gt;
This arrangement makes it easier to undo creation of a thread in case of a failure in sys_thread_create().&lt;/div&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2440&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2440&amp;peg=3055</guid></item>
<item><pubDate>Wed, 30 May 2007 21:50:24 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2436 – Fix two memory leaks.  In kernel, kernel_uarg structure needs ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix two memory leaks.&lt;br /&gt;
&lt;br /&gt;
In kernel, kernel_uarg structure needs to be deallocated when a thread &lt;br /&gt;
with userspace context is destroyed.&lt;br /&gt;
&lt;br /&gt;
In userspace, the return value of the SYS_THREAD_CREATE must be checked &lt;br /&gt;
for error conditions and in case of error, uarg and stack must be freed &lt;br /&gt;
up.&lt;/div&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /trunk/uspace/libc/generic/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2436&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2436&amp;peg=3055</guid></item>
<item><pubDate>Wed, 18 Apr 2007 21:10:26 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2268 – Document and assert proper usage of THREAD_FLAG_WIRED. Original patch by ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Document and assert proper usage of THREAD_FLAG_WIRED.&lt;br /&gt;
Original patch by Jan Hudecek.&lt;/div&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2268&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2268&amp;peg=3055</guid></item>
<item><pubDate>Mon, 09 Apr 2007 15:53:57 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2229 – Revert some of the changes introduced in revision 2209. I ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Revert some of the changes introduced in revision 2209.&lt;br /&gt;
I think it is not correct to remove serialization of pseudo threads in printf_core.c.&lt;br /&gt;
With thread-level futex serialization, several pseudo threads running in one thread could easily deadlock &lt;br /&gt;
the task.&lt;br /&gt;
&lt;br /&gt;
Add a dedicated futex serialization to thread1.c test only.&lt;/div&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /trunk/uspace/libc/arch/sparc64/src/thread_entry.s&lt;br /&gt;~ /trunk/uspace/libc/generic/io/printf_core.c&lt;br /&gt;~ /trunk/uspace/libc/generic/io/vprintf.c&lt;br /&gt;~ /trunk/uspace/tester/fault/fault1.c&lt;br /&gt;~ /trunk/uspace/tester/fault/fault2.c&lt;br /&gt;~ /trunk/uspace/tester/thread/thread1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2229&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2229&amp;peg=3055</guid></item>
<item><pubDate>Sat, 07 Apr 2007 22:06:52 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 2216 – make thread ID 64 bit (task ID is 64 bit ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 32 file(s) modified&lt;/strong&gt;&lt;br/&gt;make thread ID 64 bit (task ID is 64 bit already)&lt;br /&gt;
cleanup thread syscalls&lt;/div&gt;~ /trunk/kernel/arch/amd64/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ppc64/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/types.h&lt;br /&gt;~ /trunk/kernel/generic/include/interrupt.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/task.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/generic/src/adt/btree.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/cmd.c&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /trunk/kernel/test/fpu/fpu1.c&lt;br /&gt;~ /trunk/kernel/test/fpu/mips2.c&lt;br /&gt;~ /trunk/kernel/test/fpu/sse1.c&lt;br /&gt;~ /trunk/kernel/test/mm/falloc2.c&lt;br /&gt;~ /trunk/kernel/test/mm/slab1.c&lt;br /&gt;~ /trunk/kernel/test/mm/slab2.c&lt;br /&gt;~ /trunk/kernel/test/synch/rwlock3.c&lt;br /&gt;~ /trunk/kernel/test/synch/rwlock4.c&lt;br /&gt;~ /trunk/kernel/test/synch/semaphore2.c&lt;br /&gt;~ /trunk/kernel/test/thread/thread1.c&lt;br /&gt;~ /trunk/uspace/libc/generic/thread.c&lt;br /&gt;~ /trunk/uspace/libc/include/thread.h&lt;br /&gt;~ /trunk/uspace/tester/thread/thread1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2216&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2216&amp;peg=3055</guid></item>
<item><pubDate>Fri, 06 Apr 2007 14:53:07 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 2187 – add syscall for getting current thread ID</title><description>&lt;div&gt;&lt;strong&gt;decky – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;add syscall for getting current thread ID&lt;/div&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/generic/include/syscall/syscall.h&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2187&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2187&amp;peg=3055</guid></item>
<item><pubDate>Thu, 05 Apr 2007 18:09:49 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2183 – Continue to de-oversynchronize the kernel. - replace as-&gt;refcount with an ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;Continue to de-oversynchronize the kernel.&lt;br /&gt;
- replace as-&gt;refcount with an atomic counter; accesses to this&lt;br /&gt;
reference counter are not to be done when the as-&gt;lock mutex is held;&lt;br /&gt;
this gets us rid of mutex_lock_active();&lt;br /&gt;
&lt;br /&gt;
Remove the possibility of a deadlock between TLB shootdown and asidlock.&lt;br /&gt;
- get rid of mutex_lock_active() on as-&gt;lock&lt;br /&gt;
- when locking the asidlock spinlock, always do it conditionally and with&lt;br /&gt;
preemption disabled; in the unsuccessful case, enable interrupts and try again&lt;br /&gt;
- there should be no deadlock between TLB shootdown and the as-&gt;lock mutexes&lt;br /&gt;
- PLEASE REVIEW !!!&lt;br /&gt;
&lt;br /&gt;
Add DEADLOCK_PROBE&apos;s to places where we have spinlock_trylock() loops.&lt;/div&gt;~ /trunk/kernel/generic/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/mutex.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/spinlock.h&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/irq.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /trunk/kernel/generic/src/synch/spinlock.c&lt;br /&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%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2183&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2183&amp;peg=3055</guid></item>
<item><pubDate>Mon, 05 Feb 2007 16:03:01 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 2118 – explicit typecast, fix signed/unsigned comparison</title><description>&lt;div&gt;&lt;strong&gt;decky – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;explicit typecast, fix signed/unsigned comparison&lt;/div&gt;~ /trunk/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2118&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2118&amp;peg=3055</guid></item>
<item><pubDate>Sun, 04 Feb 2007 12:46:18 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2109 – Revert thread_interrupt_sleep() to waitq_interrupt_sleep(). I&apos;d prefer that this, IMO, waitq ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Revert thread_interrupt_sleep() to waitq_interrupt_sleep().&lt;br /&gt;
I&apos;d prefer that this, IMO, waitq related stuff stays together.&lt;/div&gt;~ /trunk/kernel/generic/include/ddi/irq.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/waitq.h&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/synch/waitq.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2109&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2109&amp;peg=3055</guid></item>
<item><pubDate>Sun, 28 Jan 2007 14:25:49 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 2089 – huge type system cleanup remove cyclical type dependencies across multiple ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 266 file(s) modified&lt;/strong&gt;&lt;br/&gt;huge type system cleanup&lt;br /&gt;
remove cyclical type dependencies across multiple header files&lt;br /&gt;
many minor coding style fixes&lt;/div&gt;~ /trunk/kernel/arch/amd64/include/asm.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/atomic.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/cpu.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/interrupt.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/pm.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/proc/task.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/proc/thread.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/amd64/src/cpu/cpu.c&lt;br /&gt;~ /trunk/kernel/arch/amd64/src/ddi/ddi.c&lt;br /&gt;~ /trunk/kernel/arch/amd64/src/fpu_context.c&lt;br /&gt;~ /trunk/kernel/arch/amd64/src/mm/memory_init.c&lt;br /&gt;~ /trunk/kernel/arch/amd64/src/pm.c&lt;br /&gt;~ /trunk/kernel/arch/amd64/_link.ld.in&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/atomic.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/boot/memmap.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/cpu.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/interrupt.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/mm/asid.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/mm/memory_init.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/pm.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/proc/task.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/smp/apic.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/smp/mps.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/smp/smp.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/boot/boot.S&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/cpu/cpu.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/ddi/ddi.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/drivers/vesa.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/ia32.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/mm/memory_init.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/pm.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/smp/mps.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/_link.ld.in&lt;br /&gt;x /trunk/kernel/arch/ia32xen/include/boot&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/include/hypercall.h&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/include/mm/frame.h&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/include/mm/memory_init.h&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/include/pm.h&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/src/boot/boot.S&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/src/ia32xen.c&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/src/mm/memory_init.c&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/src/pm.c&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/src/smp/apic.c&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/src/smp/mps.c&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/src/smp/smp.c&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/_link.ld.in&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/context.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/cpu.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/fpu_context.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/interrupt.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/mm/tlb.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/ddi/ddi.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/mm/page.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/mm/vhpt.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/ski/ski.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/_link.ld.in&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/asm.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/cache.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/context_offset.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/cp0.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/cpu.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/debugger.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/exception.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/interrupt.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/mm/tlb.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/cache.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/cpu/cpu.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/ddi/ddi.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/drivers/msim.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/drivers/serial.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/exception.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/interrupt.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/mips32.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/cpu.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/drivers/cuda.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/drivers/pic.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/exception.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/mm/memory_init.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/mm/tlb.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/cpu/cpu.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/ddi/ddi.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/drivers/cuda.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/drivers/pic.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/mm/memory_init.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/ppc32.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/_link.ld.in&lt;br /&gt;~ /trunk/kernel/arch/ppc64/include/cpu.h&lt;br /&gt;~ /trunk/kernel/arch/ppc64/include/drivers/pic.h&lt;br /&gt;~ /trunk/kernel/arch/ppc64/include/exception.h&lt;br /&gt;~ /trunk/kernel/arch/ppc64/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/arch/ppc64/include/mm/memory_init.h&lt;br /&gt;~ /trunk/kernel/arch/ppc64/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/ppc64/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/ppc64/src/cpu/cpu.c&lt;br /&gt;~ /trunk/kernel/arch/ppc64/src/ddi/ddi.c&lt;br /&gt;~ /trunk/kernel/arch/ppc64/src/drivers/pic.c&lt;br /&gt;~ /trunk/kernel/arch/ppc64/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/arch/ppc64/src/mm/memory_init.c&lt;br /&gt;~ /trunk/kernel/arch/ppc64/_link.ld.in&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/asm.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/atomic.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/boot/boot.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/cpu.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/drivers/tick.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/drivers/z8530.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/interrupt.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/memory_init.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/mmu.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/tlb.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/tsb.h&lt;br /&gt;+ /trunk/kernel/arch/sparc64/include/sparc64.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/syscall.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/trap/exception.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/trap/interrupt.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/types.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/cpu/cpu.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/ddi/ddi.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/drivers/fhc.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/drivers/kbd.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/drivers/pci.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/drivers/scr.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/drivers/tick.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/memory_init.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/tsb.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/smp/ipi.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/smp/smp.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/trap/exception.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/trap/interrupt.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/trap/syscall.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/trap/trap.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/_link.ld.in&lt;br /&gt;~ /trunk/kernel/genarch/include/kbd/i8042.h&lt;br /&gt;~ /trunk/kernel/genarch/include/kbd/key.h&lt;br /&gt;~ /trunk/kernel/genarch/include/kbd/ns16550.h&lt;br /&gt;~ /trunk/kernel/genarch/include/kbd/z8530.h&lt;br /&gt;~ /trunk/kernel/genarch/include/mm/as_ht.h&lt;br /&gt;~ /trunk/kernel/genarch/include/mm/as_pt.h&lt;br /&gt;~ /trunk/kernel/genarch/include/mm/page_ht.h&lt;br /&gt;~ /trunk/kernel/genarch/include/mm/page_pt.h&lt;br /&gt;~ /trunk/kernel/genarch/include/ofw/ofw_tree.h&lt;br /&gt;~ /trunk/kernel/genarch/src/acpi/madt.c&lt;br /&gt;~ /trunk/kernel/genarch/src/fb/fb.c&lt;br /&gt;~ /trunk/kernel/genarch/src/kbd/i8042.c&lt;br /&gt;~ /trunk/kernel/genarch/src/kbd/key.c&lt;br /&gt;~ /trunk/kernel/genarch/src/kbd/ns16550.c&lt;br /&gt;~ /trunk/kernel/genarch/src/kbd/z8530.c&lt;br /&gt;~ /trunk/kernel/genarch/src/mm/asid_fifo.c&lt;br /&gt;~ /trunk/kernel/genarch/src/mm/as_ht.c&lt;br /&gt;~ /trunk/kernel/genarch/src/mm/as_pt.c&lt;br /&gt;~ /trunk/kernel/genarch/src/mm/page_ht.c&lt;br /&gt;~ /trunk/kernel/genarch/src/mm/page_pt.c&lt;br /&gt;~ /trunk/kernel/generic/include/adt/bitmap.h&lt;br /&gt;~ /trunk/kernel/generic/include/adt/btree.h&lt;br /&gt;~ /trunk/kernel/generic/include/adt/fifo.h&lt;br /&gt;~ /trunk/kernel/generic/include/adt/hash_table.h&lt;br /&gt;~ /trunk/kernel/generic/include/adt/list.h&lt;br /&gt;~ /trunk/kernel/generic/include/arch.h&lt;br /&gt;~ /trunk/kernel/generic/include/bitops.h&lt;br /&gt;~ /trunk/kernel/generic/include/config.h&lt;br /&gt;~ /trunk/kernel/generic/include/console/chardev.h&lt;br /&gt;~ /trunk/kernel/generic/include/console/cmd.h&lt;br /&gt;~ /trunk/kernel/generic/include/console/console.h&lt;br /&gt;~ /trunk/kernel/generic/include/console/kconsole.h&lt;br /&gt;~ /trunk/kernel/generic/include/context.h&lt;br /&gt;~ /trunk/kernel/generic/include/cpu.h&lt;br /&gt;~ /trunk/kernel/generic/include/ddi/ddi.h&lt;br /&gt;~ /trunk/kernel/generic/include/ddi/device.h&lt;br /&gt;~ /trunk/kernel/generic/include/ddi/irq.h&lt;br /&gt;~ /trunk/kernel/generic/include/debug.h&lt;br /&gt;~ /trunk/kernel/generic/include/fpu_context.h&lt;br /&gt;~ /trunk/kernel/generic/include/func.h&lt;br /&gt;~ /trunk/kernel/generic/include/interrupt.h&lt;br /&gt;~ /trunk/kernel/generic/include/ipc/ipc.h&lt;br /&gt;~ /trunk/kernel/generic/include/ipc/irq.h&lt;br /&gt;~ /trunk/kernel/generic/include/ipc/sysipc.h&lt;br /&gt;~ /trunk/kernel/generic/include/lib/elf.h&lt;br /&gt;~ /trunk/kernel/generic/include/lib/rd.h&lt;br /&gt;~ /trunk/kernel/generic/include/macros.h&lt;br /&gt;~ /trunk/kernel/generic/include/main/main.h&lt;br /&gt;~ /trunk/kernel/generic/include/memstr.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/as.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/asid.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/buddy.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/frame.h&lt;br /&gt;+ /trunk/kernel/generic/include/mm/mm.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/page.h&lt;br /&gt;~ /trunk/kernel/generic/include/mm/tlb.h&lt;br /&gt;~ /trunk/kernel/generic/include/printf/printf_core.h&lt;br /&gt;~ /trunk/kernel/generic/include/proc/scheduler.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/security/cap.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/futex.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/mutex.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/rwlock.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/semaphore.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/spinlock.h&lt;br /&gt;~ /trunk/kernel/generic/include/synch/waitq.h&lt;br /&gt;~ /trunk/kernel/generic/include/syscall/copy.h&lt;br /&gt;~ /trunk/kernel/generic/include/syscall/syscall.h&lt;br /&gt;~ /trunk/kernel/generic/include/time/timeout.h&lt;br /&gt;~ /trunk/kernel/generic/include/typedefs.h&lt;br /&gt;~ /trunk/kernel/generic/src/adt/bitmap.c&lt;br /&gt;~ /trunk/kernel/generic/src/adt/btree.c&lt;br /&gt;~ /trunk/kernel/generic/src/adt/hash_table.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/cmd.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/console.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/kconsole.c&lt;br /&gt;~ /trunk/kernel/generic/src/cpu/cpu.c&lt;br /&gt;~ /trunk/kernel/generic/src/ddi/device.c&lt;br /&gt;~ /trunk/kernel/generic/src/ddi/irq.c&lt;br /&gt;~ /trunk/kernel/generic/src/debug/symtab.c&lt;br /&gt;~ /trunk/kernel/generic/src/lib/elf.c&lt;br /&gt;~ /trunk/kernel/generic/src/lib/func.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/main.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/backend_anon.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/backend_elf.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/backend_phys.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/buddy.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/frame.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/page.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/the.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /trunk/kernel/generic/src/security/cap.c&lt;br /&gt;~ /trunk/kernel/generic/src/synch/condvar.c&lt;br /&gt;~ /trunk/kernel/generic/src/synch/rwlock.c&lt;br /&gt;~ /trunk/kernel/generic/src/synch/waitq.c&lt;br /&gt;~ /trunk/kernel/generic/src/syscall/copy.c&lt;br /&gt;~ /trunk/kernel/generic/src/time/timeout.c&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;~ /trunk/kernel/test/test.h&lt;br /&gt;~ /trunk/uspace/init/init.c&lt;br /&gt;~ /trunk/uspace/klog/klog.c&lt;br /&gt;~ /trunk/uspace/libc/include/as.h&lt;br /&gt;~ /trunk/uspace/libc/include/ipc/ipc.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2089&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2089&amp;peg=3055</guid></item>
<item><pubDate>Sat, 27 Jan 2007 18:32:13 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2087 – Indentaion and formatting changes even Martin will like :-)</title><description>&lt;div&gt;&lt;strong&gt;jermar – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Indentaion and formatting changes even Martin will like :-)&lt;/div&gt;~ /trunk/kernel/arch/amd64/src/mm/memory_init.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/mm/frame.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/mm/memory_init.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/main.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/uinit.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/scheduler.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/task.c&lt;br /&gt;~ /trunk/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /trunk/kernel/generic/src/synch/futex.c&lt;br /&gt;~ /trunk/kernel/generic/src/synch/rwlock.c&lt;br /&gt;~ /trunk/kernel/generic/src/synch/spinlock.c&lt;br /&gt;~ /trunk/kernel/generic/src/synch/waitq.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2087&amp;peg=3055</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fproc%2Fthread.c&amp;rev=2087&amp;peg=3055</guid></item>
</channel></rss>