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
3772 5603 d 0 h svoboda /branches/dynload/ Unfinished Mips32 dynamic linker port (not working!) Also fixes related to using DLLs from statically-linked executables.  
3689 5628 d 1 h svoboda /branches/dynload/ Fix search scope. Vary bias. Relocate loaded libs. Fix bugs. Test with libtest. dlopen() really works now!  
3686 5628 d 22 h svoboda /branches/dynload/uspace/ Somewhat functional dlopen() prototype.  
3682 5629 d 5 h svoboda /branches/dynload/uspace/app/dload/arch/ppc32/ Change dload base on ppc32 to avoid conflict with as_get_mappable_page() causing klog crashing.  
3681 5629 d 6 h svoboda /branches/dynload/ Reorganize: move dynamic loader to /app/dload, dynamic linker librtld.a. (prepare for dlopen support).