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
2990 5840 d 21 h svoboda /branches/dynload/uspace/ Add function inline function __pcb_get() for getting PCB address  
2983 5841 d 6 h svoboda /branches/dynload/uspace/ Remove TLS sections from dltest. Do not add bias to absolute symbols (_tls_alignment). dltest now says hello.  
2982 5841 d 19 h svoboda /branches/dynload/uspace/ Link dltest with libc.so. Runs, but no console output.  
2981 5841 d 20 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 5841 d 20 h svoboda /branches/dynload/uspace/lib/rtld/ Fix handling of absent soname and rpath fields in .dynamic section. Slightly improve symbol search.  
2978 5842 d 0 h svoboda /branches/dynload/uspace/ Trivially link unresolved references from dltest to libtest  
2973 5843 d 0 h svoboda /branches/dynload/uspace/ Parse program's relocation table  
2972 5843 d 2 h svoboda /branches/dynload/uspace/ Add so_bias argument to elf_load_file(). Successfully load libtest.so into memory.  
2969 5843 d 18 h svoboda /branches/dynload/uspace/ Incorporate ELF loader from iloader to rtld  
2968 5843 d 19 h svoboda /branches/dynload/uspace/ Parse .dynamic section fields into a more useful form.  
2965 5844 d 3 h svoboda /branches/dynload/uspace/ Add headers for dynamic-loading-related ELF stuff. Reorganize rtld include directories.  
2959 5844 d 6 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 5845 d 4 h svoboda /branches/dynload/uspace/lib/rtld/ Read a file from rtld with more ugly hacking  
2952 5845 d 19 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 5848 d 1 h svoboda /branches/dynload/uspace/ Add library rtld, the future run-time dynamic linker