Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4372 5590 d 11 h svoboda /branches/dynload/uspace/lib/libc/rtld/ Tiny cleanup.  
4354 5598 d 20 h svoboda /branches/dynload/uspace/ Rtld is really just a part of libc, so move it there.  
3869 5680 d 8 h svoboda /branches/dynload/ Make dlopen() work from statically-linked apps. Test with dltest2.  
3689 5744 d 8 h svoboda /branches/dynload/ Fix search scope. Vary bias. Relocate loaded libs. Fix bugs. Test with libtest. dlopen() really works now!  
3686 5745 d 5 h svoboda /branches/dynload/uspace/ Somewhat functional dlopen() prototype.  
3673 5747 d 7 h svoboda /branches/dynload/uspace/lib/rtld/ Remove obsolete parts of dynamic linker.  
3562 5775 d 11 h svoboda /branches/dynload/uspace/ Use macros for debug output in rtld and disable it. Close console connection before running program.  
2999 5942 d 14 h svoboda /branches/dynload/uspace/lib/rtld/ Load all requested libraries recursively and construct a module dependency graph -- work towards supporting arbitrary deps. (incomplete)  
2981 5945 d 10 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 5945 d 10 h svoboda /branches/dynload/uspace/lib/rtld/ Fix handling of absent soname and rpath fields in .dynamic section. Slightly improve symbol search.  
2973 5946 d 14 h svoboda /branches/dynload/uspace/ Parse program's relocation table  
2965 5947 d 17 h svoboda /branches/dynload/uspace/ Add headers for dynamic-loading-related ELF stuff. Reorganize rtld include directories.