Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
3171 5802 d 2 h svoboda /branches/dynload/uspace/ Add argc, argv to pcb_t. Update libc to save PCB pointer and pass argc, argv to main. (None provided by loader, yet)  
3170 5802 d 4 h svoboda /branches/dynload/uspace/srv/loader/ Get rid of fixed PCB addresses in loader. Get rid of arch/pcb.h files  
3169 5802 d 4 h svoboda /branches/dynload/uspace/srv/loader/ Update loader's program_run() to pass PCB pointer. (some arches appear broken)  
3160 5804 d 1 h svoboda /branches/dynload/uspace/ Move pcb.h to libc includes part 2  
3157 5804 d 2 h svoboda /branches/dynload/ Move app/iloader to srv/loader part 1  
3155 5804 d 3 h svoboda /branches/dynload/ Make loader less chatty and let init use it, instead of loading binaries itself.  
3148 5804 d 8 h svoboda /branches/dynload/uspace/ Make use of async in communication with loader. Add pretty loader method name numbers.  
3101 5815 d 8 h svoboda /branches/dynload/uspace/app/iloader/ Add some doc-comments to iloader  
3004 5825 d 5 h svoboda /branches/dynload/ A crude task_spawn() libc function to run a program. A tiny command-line application 'cli' to test it.  
2989 5829 d 3 h svoboda /branches/dynload/uspace/ Simplify rtld bootstrap by passing its bias and dynamic section pointer in PCB  
2988 5829 d 4 h svoboda /branches/dynload/uspace/app/iloader/ Per-arch PCB address definition  
2973 5831 d 5 h svoboda /branches/dynload/uspace/ Parse program's relocation table  
2972 5831 d 7 h svoboda /branches/dynload/uspace/ Add so_bias argument to elf_load_file(). Successfully load libtest.so into memory.  
2969 5831 d 23 h svoboda /branches/dynload/uspace/ Incorporate ELF loader from iloader to rtld  
2968 5832 d 1 h svoboda /branches/dynload/uspace/ Parse .dynamic section fields into a more useful form.  
2964 5832 d 9 h svoboda /branches/dynload/uspace/app/iloader/ Restructure elf loader data. Extract .dynamic section address  
2962 5832 d 10 h svoboda /branches/dynload/uspace/app/iloader/ Restructure iloader. Rename elf.c to elf_load.c (need elf_load.h vs elf.h)  
2961 5832 d 10 h svoboda /branches/dynload/uspace/app/iloader/ Read section headers in iloader  
2959 5832 d 11 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 5836 d 6 h svoboda /branches/dynload/uspace/ Fix iloader loading with bias and add it to makefile  

Show All