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
/
shared
/
arch
– Rev 4342
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
4342
5667 d 5 h
svoboda
/branches/dynload/
Merge trunk changes up to r3889 to dynload.
3772
5784 d 4 h
svoboda
/branches/dynload/
Unfinished Mips32 dynamic linker port (not working!) Also fixes related to using DLLs from statically-linked executables.
3691
5807 d 6 h
svoboda
/branches/dynload/uspace/lib/
Fix linker scripts.
3690
5807 d 6 h
svoboda
/branches/dynload/uspace/
Use PT_DYNAMIC header so that even 'file' says the executables are dynamically-linked.
3590
5833 d 11 h
svoboda
/branches/dynload/uspace/lib/
Remove superfluous alignment for ppc32.
3567
5839 d 16 h
svoboda
/branches/dynload/uspace/lib/
Get rid of superfluous alignment in libc.so and rtld.
3558
5841 d 4 h
svoboda
/branches/dynload/uspace/lib/libc/shared/
Cut down size of dynamically-linked binaries by fixing alignment in ia32 linker script.
3556
5841 d 4 h
svoboda
/branches/dynload/uspace/
Move libc-shared to libc/shared, part 1.
3555
5841 d 5 h
svoboda
/branches/dynload/uspace/
Move build files for dynamic linking under libc-shared, instead of dltest.
2996
6008 d 5 h
svoboda
/branches/dynload/
Improve ppc32 dynamic loading support. Getting there...