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
3400 5721 d 11 h svoboda /branches/dynload/ Make rtld work again (ia32 only)  
3004 5831 d 14 h svoboda /branches/dynload/ A crude task_spawn() libc function to run a program. A tiny command-line application 'cli' to test it.  
2990 5835 d 12 h svoboda /branches/dynload/uspace/ Add function inline function __pcb_get() for getting PCB address  
2989 5835 d 12 h svoboda /branches/dynload/uspace/ Simplify rtld bootstrap by passing its bias and dynamic section pointer in PCB  
2981 5836 d 10 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.  
2966 5838 d 17 h svoboda /branches/dynload/uspace/lib/rtld/ Define more ELF constants and use them  
2965 5838 d 17 h svoboda /branches/dynload/uspace/ Add headers for dynamic-loading-related ELF stuff. Reorganize rtld include directories.  
2952 5840 d 10 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 15 h svoboda /branches/dynload/uspace/ Add library rtld, the future run-time dynamic linker