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
2980 5836 d 19 h svoboda /branches/dynload/uspace/lib/rtld/ Fix handling of absent soname and rpath fields in .dynamic section. Slightly improve symbol search.  
2978 5836 d 23 h svoboda /branches/dynload/uspace/ Trivially link unresolved references from dltest to libtest  
2973 5837 d 23 h svoboda /branches/dynload/uspace/ Parse program's relocation table  
2972 5838 d 1 h svoboda /branches/dynload/uspace/ Add so_bias argument to elf_load_file(). Successfully load libtest.so into memory.  
2969 5838 d 17 h svoboda /branches/dynload/uspace/ Incorporate ELF loader from iloader to rtld  
2968 5838 d 18 h svoboda /branches/dynload/uspace/ Parse .dynamic section fields into a more useful form.  
2965 5839 d 1 h svoboda /branches/dynload/uspace/ Add headers for dynamic-loading-related ELF stuff. Reorganize rtld include directories.  
2959 5839 d 4 h svoboda /branches/dynload/ Load both program and dynamic linker from program loader. Pass program entry point to dynamic linker and have it run the program  
2954 5840 d 3 h svoboda /branches/dynload/uspace/lib/rtld/ Read a file from rtld with more ugly hacking  
2952 5840 d 18 h svoboda /branches/dynload/ Load rtld.so with iloader and make it write to console with a stripped-down version of the C library  
2933 5842 d 23 h svoboda /branches/dynload/uspace/ Add library rtld, the future run-time dynamic linker