Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4372 5466 d 21 h svoboda /branches/dynload/uspace/lib/libc/rtld/ Tiny cleanup.  
4354 5475 d 6 h svoboda /branches/dynload/uspace/ Rtld is really just a part of libc, so move it there.  
4348 5477 d 6 h svoboda /branches/dynload/ Merge latest trunk changes to dynload.  
3772 5595 d 17 h svoboda /branches/dynload/ Unfinished Mips32 dynamic linker port (not working!) Also fixes related to using DLLs from statically-linked executables.  
3690 5618 d 19 h svoboda /branches/dynload/uspace/ Use PT_DYNAMIC header so that even 'file' says the executables are dynamically-linked.  
3689 5620 d 18 h svoboda /branches/dynload/ Fix search scope. Vary bias. Relocate loaded libs. Fix bugs. Test with libtest. dlopen() really works now!  
3686 5621 d 16 h svoboda /branches/dynload/uspace/ Somewhat functional dlopen() prototype.  
3562 5651 d 21 h svoboda /branches/dynload/uspace/ Use macros for debug output in rtld and disable it. Close console connection before running program.  
3000 5818 d 6 h svoboda /branches/dynload/uspace/lib/rtld/ 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.  
2999 5819 d 0 h svoboda /branches/dynload/uspace/lib/rtld/ Load all requested libraries recursively and construct a module dependency graph -- work towards supporting arbitrary deps. (incomplete)  
2998 5819 d 2 h svoboda /branches/dynload/uspace/lib/rtld/ Function for finding the address of a symbol. Use ELF hash table in def_find_in_module()  
2981 5821 d 20 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 5821 d 20 h svoboda /branches/dynload/uspace/lib/rtld/ Fix handling of absent soname and rpath fields in .dynamic section. Slightly improve symbol search.  
2978 5822 d 0 h svoboda /branches/dynload/uspace/ Trivially link unresolved references from dltest to libtest