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
/
dynamic.c
@ 4498
– Rev 4354
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
4354
5661 d 1 h
svoboda
/branches/dynload/uspace/
Rtld is really just a part of libc, so move it there.
3772
5781 d 12 h
svoboda
/branches/dynload/
Unfinished Mips32 dynamic linker port (not working!) Also fixes related to using DLLs from statically-linked executables.
3562
5837 d 17 h
svoboda
/branches/dynload/uspace/
Use macros for debug output in rtld and disable it. Close console connection before running program.
2999
6004 d 20 h
svoboda
/branches/dynload/uspace/lib/rtld/
Load all requested libraries recursively and construct a module dependency graph -- work towards supporting arbitrary deps. (incomplete)
2982
6007 d 14 h
svoboda
/branches/dynload/uspace/
Link dltest with libc.so. Runs, but no console output.
2980
6007 d 15 h
svoboda
/branches/dynload/uspace/lib/rtld/
Fix handling of absent soname and rpath fields in .dynamic section. Slightly improve symbol search.
2969
6009 d 14 h
svoboda
/branches/dynload/uspace/
Incorporate ELF loader from iloader to rtld
2968
6009 d 15 h
svoboda
/branches/dynload/uspace/
Parse .dynamic section fields into a more useful form.