Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4354 5481 d 8 h svoboda /branches/dynload/uspace/ Rtld is really just a part of libc, so move it there.  
3869 5562 d 21 h svoboda /branches/dynload/ Make dlopen() work from statically-linked apps. Test with dltest2.  
3772 5601 d 19 h svoboda /branches/dynload/ Unfinished Mips32 dynamic linker port (not working!) Also fixes related to using DLLs from statically-linked executables.  
3689 5626 d 20 h svoboda /branches/dynload/ Fix search scope. Vary bias. Relocate loaded libs. Fix bugs. Test with libtest. dlopen() really works now!  
3686 5627 d 18 h svoboda /branches/dynload/uspace/ Somewhat functional dlopen() prototype.  
3673 5629 d 20 h svoboda /branches/dynload/uspace/lib/rtld/ Remove obsolete parts of dynamic linker.  
3562 5657 d 23 h svoboda /branches/dynload/uspace/ Use macros for debug output in rtld and disable it. Close console connection before running program.  
3401 5712 d 8 h svoboda /branches/dynload/ Add missing file start.c, partially fix ppc32 rtld  
3400 5712 d 23 h svoboda /branches/dynload/ Make rtld work again (ia32 only)  
3000 5824 d 9 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 5825 d 3 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 5825 d 5 h svoboda /branches/dynload/uspace/lib/rtld/ Function for finding the address of a symbol. Use ELF hash table in def_find_in_module()  
2996 5825 d 20 h svoboda /branches/dynload/ Improve ppc32 dynamic loading support. Getting there...  
2981 5827 d 22 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 5827 d 22 h svoboda /branches/dynload/uspace/lib/rtld/ Fix handling of absent soname and rpath fields in .dynamic section. Slightly improve symbol search.  
2978 5828 d 3 h svoboda /branches/dynload/uspace/ Trivially link unresolved references from dltest to libtest  
2973 5829 d 2 h svoboda /branches/dynload/uspace/ Parse program's relocation table  
2969 5829 d 21 h svoboda /branches/dynload/uspace/ Incorporate ELF loader from iloader to rtld  
2968 5829 d 22 h svoboda /branches/dynload/uspace/ Parse .dynamic section fields into a more useful form.  
2966 5830 d 5 h svoboda /branches/dynload/uspace/lib/rtld/ Define more ELF constants and use them  

Show All