Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

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