<?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/uspace/lib/libc/include/dirent.h</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Sat, 04 Apr 2026 00:01:42 +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%2Fuspace%2Flib%2Flibc%2Finclude%2Fdirent.h&amp;max=40&amp;peg=4635</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F%2Fbranches%2Ftracing%2Fuspace%2Flib%2Flibc%2Finclude%2Fdirent.h&amp;peg=4635&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<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%2Fuspace%2Flib%2Flibc%2Finclude%2Fdirent.h&amp;rev=2787&amp;peg=4635</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fuspace%2Flib%2Flibc%2Finclude%2Fdirent.h&amp;rev=2787&amp;peg=4635</guid></item>
<item><pubDate>Sat, 19 Jan 2008 00:45:16 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2699 – Finish implementation of readdir().  Functions from this family are ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Finish implementation of readdir().  Functions from this family are implemented&lt;br /&gt;
via using file descriptors for directories.  For example, readdir() is&lt;br /&gt;
implemented as read() from an open directory.  Of course, FS implementations&lt;br /&gt;
must understand that they are asked to read a directory and behave accordingly.&lt;/div&gt;~ /trunk/uspace/app/tester/vfs/vfs1.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/dirent.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fuspace%2Flib%2Flibc%2Finclude%2Fdirent.h&amp;rev=2699&amp;peg=4635</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fuspace%2Flib%2Flibc%2Finclude%2Fdirent.h&amp;rev=2699&amp;peg=4635</guid></item>
<item><pubDate>Sun, 13 Jan 2008 21:35:52 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2694 – Add opendir(), rewinddir(), closedir() and some prototypes and stubs. Add ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add opendir(), rewinddir(), closedir() and some prototypes and stubs. Add dirent.h.&lt;/div&gt;~ /trunk/uspace/lib/libc/generic/vfs.c&lt;br /&gt;+ /trunk/uspace/lib/libc/include/dirent.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/unistd.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fuspace%2Flib%2Flibc%2Finclude%2Fdirent.h&amp;rev=2694&amp;peg=4635</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Ftracing%2Fuspace%2Flib%2Flibc%2Finclude%2Fdirent.h&amp;rev=2694&amp;peg=4635</guid></item>
</channel></rss>