<?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/dynload/uspace/lib/libc/rtld/include/module.h</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Sat, 04 Apr 2026 00:49:12 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Fdynload%2Fuspace%2Flib%2Flibc%2Frtld%2Finclude%2Fmodule.h&amp;max=40&amp;peg=4635</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F%2Fbranches%2Fdynload%2Fuspace%2Flib%2Flibc%2Frtld%2Finclude%2Fmodule.h&amp;peg=4635&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 03 May 2009 11:40:43 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4354 – Rtld is really just a part of libc, so move ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 19 file(s) modified&lt;/strong&gt;&lt;br/&gt;Rtld is really just a part of libc, so move it there.&lt;/div&gt;~ /branches/dynload/uspace/app/bdsh/Makefile&lt;br /&gt;~ /branches/dynload/uspace/app/dload/Makefile&lt;br /&gt;~ /branches/dynload/uspace/app/dltest/Makefile&lt;br /&gt;~ /branches/dynload/uspace/app/dltest2/Makefile&lt;br /&gt;~ /branches/dynload/uspace/app/klog/Makefile&lt;br /&gt;~ /branches/dynload/uspace/app/tester/Makefile&lt;br /&gt;~ /branches/dynload/uspace/app/tetris/Makefile&lt;br /&gt;~ /branches/dynload/uspace/app/trace/Makefile&lt;br /&gt;~ /branches/dynload/uspace/lib/libc/Makefile&lt;br /&gt;+ /branches/dynload/uspace/lib/libc/rtld &lt;i&gt;(copied from /branches/dynload/uspace/lib/rtld@4348)&lt;/i&gt;&lt;br /&gt;~ /branches/dynload/uspace/lib/libc/rtld/arch/ia32/Makefile.inc&lt;br /&gt;~ /branches/dynload/uspace/lib/libc/rtld/arch/mips32/Makefile.inc&lt;br /&gt;~ /branches/dynload/uspace/lib/libc/rtld/arch/ppc32/Makefile.inc&lt;br /&gt;~ /branches/dynload/uspace/lib/libc/rtld/elf_load.c&lt;br /&gt;~ /branches/dynload/uspace/lib/libc/shared/Makefile&lt;br /&gt;x /branches/dynload/uspace/lib/rtld&lt;br /&gt;~ /branches/dynload/uspace/Makefile&lt;br /&gt;~ /branches/dynload/uspace/srv/kbd/Makefile&lt;br /&gt;~ /branches/dynload/uspace/srv/pci/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Fdynload%2Fuspace%2Flib%2Flibc%2Frtld%2Finclude%2Fmodule.h&amp;rev=4354&amp;peg=4635</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Fdynload%2Fuspace%2Flib%2Flibc%2Frtld%2Finclude%2Fmodule.h&amp;rev=4354&amp;peg=4635</guid></item>
<item><pubDate>Mon, 08 Dec 2008 22:36:39 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3689 – Fix search scope. Vary bias. Relocate loaded libs. Fix bugs. ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 13 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix search scope. Vary bias. Relocate loaded libs. Fix bugs. Test with libtest. dlopen() really works now!&lt;/div&gt;~ /branches/dynload/boot/arch/ia32/Makefile.inc&lt;br /&gt;~ /branches/dynload/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /branches/dynload/uspace/app/dload/dload.c&lt;br /&gt;~ /branches/dynload/uspace/app/dltest/dltest.c&lt;br /&gt;~ /branches/dynload/uspace/lib/libc/generic/dlfcn.c&lt;br /&gt;~ /branches/dynload/uspace/lib/libtest/libtest.c&lt;br /&gt;~ /branches/dynload/uspace/lib/libtest/Makefile&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/include/module.h&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/include/rtld.h&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/include/symbol.h&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/module.c&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/symbol.c&lt;br /&gt;~ /branches/dynload/uspace/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Fdynload%2Fuspace%2Flib%2Flibc%2Frtld%2Finclude%2Fmodule.h&amp;rev=3689&amp;peg=4635</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Fdynload%2Fuspace%2Flib%2Flibc%2Frtld%2Finclude%2Fmodule.h&amp;rev=3689&amp;peg=4635</guid></item>
<item><pubDate>Sun, 25 May 2008 11:09:23 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3000 – Implement BFS for looking-up symbols. Add support for DT_SYMBOLIC flag. ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implement BFS for looking-up symbols. Add support for DT_SYMBOLIC flag. Set soname when building rtld.so. Strip path components when comparing module names.&lt;/div&gt;~ /branches/dynload/uspace/lib/rtld/include/module.h&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/Makefile&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/module.c&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/rtld.c&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/symbol.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Fdynload%2Fuspace%2Flib%2Flibc%2Frtld%2Finclude%2Fmodule.h&amp;rev=3000&amp;peg=4635</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Fdynload%2Fuspace%2Flib%2Flibc%2Frtld%2Finclude%2Fmodule.h&amp;rev=3000&amp;peg=4635</guid></item>
<item><pubDate>Sat, 24 May 2008 17:21:28 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2999 – Load all requested libraries recursively and construct a module dependency ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Load all requested libraries recursively and construct a module dependency graph -- work towards supporting arbitrary deps. (incomplete)&lt;/div&gt;~ /branches/dynload/uspace/lib/rtld/arch/ia32/src/reloc.c&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/arch/ppc32/src/reloc.c&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/dynamic.c&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/include/dynamic.h&lt;br /&gt;+ /branches/dynload/uspace/lib/rtld/include/module.h&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/include/rtld.h&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/include/symbol.h&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/Makefile&lt;br /&gt;+ /branches/dynload/uspace/lib/rtld/module.c&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/rtld.c&lt;br /&gt;~ /branches/dynload/uspace/lib/rtld/symbol.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Fdynload%2Fuspace%2Flib%2Flibc%2Frtld%2Finclude%2Fmodule.h&amp;rev=2999&amp;peg=4635</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Fdynload%2Fuspace%2Flib%2Flibc%2Frtld%2Finclude%2Fmodule.h&amp;rev=2999&amp;peg=4635</guid></item>
</channel></rss>