Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4691 5369 d 4 h svoboda /branches/dynload/ Merge trunk changes up to r4686.  
4354 5477 d 13 h svoboda /branches/dynload/uspace/ Rtld is really just a part of libc, so move it there.  
4348 5479 d 14 h svoboda /branches/dynload/ Merge latest trunk changes to dynload.  
3869 5559 d 1 h svoboda /branches/dynload/ Make dlopen() work from statically-linked apps. Test with dltest2.  
3690 5621 d 2 h svoboda /branches/dynload/uspace/ Use PT_DYNAMIC header so that even 'file' says the executables are dynamically-linked.  
3689 5623 d 1 h svoboda /branches/dynload/ Fix search scope. Vary bias. Relocate loaded libs. Fix bugs. Test with libtest. dlopen() really works now!  
3688 5623 d 3 h svoboda /branches/dynload/uspace/lib/rtld/ Always halt on unknown relocation types. Add R_386_COPY. Ignore DTPMOD relocs for now.  
3686 5623 d 23 h svoboda /branches/dynload/uspace/ Somewhat functional dlopen() prototype.  
3562 5654 d 4 h svoboda /branches/dynload/uspace/ Use macros for debug output in rtld and disable it. Close console connection before running program.  
3553 5655 d 2 h svoboda /branches/dynload/uspace/lib/rtld/ Fix bug in handling modules with zero dependencies.  
3552 5656 d 0 h svoboda /branches/dynload/ Make rtld a static executable instead of a dynamic library. Brings dltest back on ia32.  
3400 5709 d 4 h svoboda /branches/dynload/ Make rtld work again (ia32 only)  
3000 5820 d 14 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 5821 d 7 h svoboda /branches/dynload/uspace/lib/rtld/ Load all requested libraries recursively and construct a module dependency graph -- work towards supporting arbitrary deps. (incomplete)