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
2978 5839 d 6 h svoboda /branches/dynload/uspace/ Trivially link unresolved references from dltest to libtest  
2973 5840 d 6 h svoboda /branches/dynload/uspace/ Parse program's relocation table  
2972 5840 d 8 h svoboda /branches/dynload/uspace/ Add so_bias argument to elf_load_file(). Successfully load libtest.so into memory.  
2969 5841 d 0 h svoboda /branches/dynload/uspace/ Incorporate ELF loader from iloader to rtld  
2968 5841 d 1 h svoboda /branches/dynload/uspace/ Parse .dynamic section fields into a more useful form.  
2965 5841 d 9 h svoboda /branches/dynload/uspace/ Add headers for dynamic-loading-related ELF stuff. Reorganize rtld include directories.  
2959 5841 d 12 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 5842 d 10 h svoboda /branches/dynload/uspace/lib/rtld/ Read a file from rtld with more ugly hacking  
2952 5843 d 1 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 5845 d 7 h svoboda /branches/dynload/uspace/ Add library rtld, the future run-time dynamic linker