HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
branches
/
dynload
/
uspace
/
lib
/
libc
/
rtld
/
include
/
rtld.h
@ 4498
– Rev 4691
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4691
5552 d 18 h
svoboda
/branches/dynload/
Merge trunk changes up to r4686.
4372
5652 d 18 h
svoboda
/branches/dynload/uspace/lib/libc/rtld/
Tiny cleanup.
4354
5661 d 3 h
svoboda
/branches/dynload/uspace/
Rtld is really just a part of libc, so move it there.
3869
5742 d 16 h
svoboda
/branches/dynload/
Make dlopen() work from statically-linked apps. Test with dltest2.
3689
5806 d 15 h
svoboda
/branches/dynload/
Fix search scope. Vary bias. Relocate loaded libs. Fix bugs. Test with libtest. dlopen() really works now!
3686
5807 d 13 h
svoboda
/branches/dynload/uspace/
Somewhat functional dlopen() prototype.
3673
5809 d 15 h
svoboda
/branches/dynload/uspace/lib/rtld/
Remove obsolete parts of dynamic linker.
3562
5837 d 19 h
svoboda
/branches/dynload/uspace/
Use macros for debug output in rtld and disable it. Close console connection before running program.
2999
6004 d 22 h
svoboda
/branches/dynload/uspace/lib/rtld/
Load all requested libraries recursively and construct a module dependency graph -- work towards supporting arbitrary deps. (incomplete)
2981
6007 d 17 h
svoboda
/branches/dynload/uspace/lib/rtld/
Let rtld analyze its own dynamic section. Search for symbols in all rtld, program, lib. Resolve references in library, too.
2980
6007 d 18 h
svoboda
/branches/dynload/uspace/lib/rtld/
Fix handling of absent soname and rpath fields in .dynamic section. Slightly improve symbol search.
2973
6008 d 22 h
svoboda
/branches/dynload/uspace/
Parse program's relocation table
2965
6010 d 0 h
svoboda
/branches/dynload/uspace/
Add headers for dynamic-loading-related ELF stuff. Reorganize rtld include directories.