Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
3004 5858 d 23 h svoboda /branches/dynload/ A crude task_spawn() libc function to run a program. A tiny command-line application 'cli' to test it.  
2989 5862 d 21 h svoboda /branches/dynload/uspace/ Simplify rtld bootstrap by passing its bias and dynamic section pointer in PCB  
2988 5862 d 21 h svoboda /branches/dynload/uspace/app/iloader/ Per-arch PCB address definition  
2973 5864 d 22 h svoboda /branches/dynload/uspace/ Parse program's relocation table  
2972 5865 d 0 h svoboda /branches/dynload/uspace/ Add so_bias argument to elf_load_file(). Successfully load libtest.so into memory.  
2969 5865 d 17 h svoboda /branches/dynload/uspace/ Incorporate ELF loader from iloader to rtld  
2968 5865 d 18 h svoboda /branches/dynload/uspace/ Parse .dynamic section fields into a more useful form.  
2964 5866 d 2 h svoboda /branches/dynload/uspace/app/iloader/ Restructure elf loader data. Extract .dynamic section address  
2962 5866 d 3 h svoboda /branches/dynload/uspace/app/iloader/ Restructure iloader. Rename elf.c to elf_load.c (need elf_load.h vs elf.h)  
2961 5866 d 4 h svoboda /branches/dynload/uspace/app/iloader/ Read section headers in iloader  
2959 5866 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  
2932 5869 d 23 h svoboda /branches/dynload/uspace/ Fix iloader loading with bias and add it to makefile  
2929 5870 d 3 h svoboda /branches/dynload/uspace/app/iloader/ Merge iloader (c2928) from tracing to dynload  
2928 5870 d 3 h svoboda /branches/tracing/uspace/app/iloader/ Add Initial Loader (iloader), a program that can load a statically-linked ELF image from VFS into its address space and run it.