Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3220 5809 d 4 h svoboda /branches/dynload/uspace/srv/loader/ Drop obsolete arch-include directory from loader  
/branches/dynload/uspace/srv/loader/arch/amd64/include
/branches/dynload/uspace/srv/loader/arch/arm32/include
/branches/dynload/uspace/srv/loader/arch/ia32/include
/branches/dynload/uspace/srv/loader/arch/ia64/include
/branches/dynload/uspace/srv/loader/arch/mips32/include
/branches/dynload/uspace/srv/loader/arch/ppc32/include
/branches/dynload/uspace/srv/loader/arch/sparc64/include
/branches/dynload/uspace/srv/loader/Makefile
3218 5809 d 6 h svoboda /branches/dynload/uspace/srv/loader/arch/ia64/ Fix passing of pcb_ptr on ia64  
/branches/dynload/uspace/srv/loader/arch/ia64/ia64.s
3202 5811 d 8 h svoboda /branches/dynload/uspace/ Fix ia64: retval in async_wait_for is ipcarg_t, not int; fix entry point  
/branches/dynload/uspace/lib/libc/generic/task.c
/branches/dynload/uspace/srv/loader/arch/ia64/Makefile.inc
/branches/dynload/uspace/srv/loader/arch/ia64/ia64.s
3170 5829 d 1 h svoboda /branches/dynload/uspace/srv/loader/ Get rid of fixed PCB addresses in loader. Get rid of arch/pcb.h files  
/branches/dynload/uspace/srv/loader/arch/amd64/include/pcb.h
/branches/dynload/uspace/srv/loader/arch/arm32/include/pcb.h
/branches/dynload/uspace/srv/loader/arch/ia32/include/pcb.h
/branches/dynload/uspace/srv/loader/arch/ia64/include/pcb.h
/branches/dynload/uspace/srv/loader/arch/mips32/include/pcb.h
/branches/dynload/uspace/srv/loader/arch/ppc32/include/pcb.h
/branches/dynload/uspace/srv/loader/elf_load.c
/branches/dynload/uspace/srv/loader/include/elf_load.h
/branches/dynload/uspace/srv/loader/main.c
3169 5829 d 2 h svoboda /branches/dynload/uspace/srv/loader/ Update loader's program_run() to pass PCB pointer. (some arches appear broken)  
/branches/dynload/uspace/srv/loader/arch/amd64/amd64.s
/branches/dynload/uspace/srv/loader/arch/arm32/arm32.s
/branches/dynload/uspace/srv/loader/arch/ia32/ia32.s
/branches/dynload/uspace/srv/loader/arch/ia64/ia64.s
/branches/dynload/uspace/srv/loader/arch/mips32/mips32.s
/branches/dynload/uspace/srv/loader/arch/ppc32/ppc32.s
/branches/dynload/uspace/srv/loader/elf_load.c
/branches/dynload/uspace/srv/loader/include/arch.h
/branches/dynload/uspace/srv/loader/include/elf_load.h
/branches/dynload/uspace/srv/loader/main.c
3157 5830 d 23 h svoboda /branches/dynload/ Move app/iloader to srv/loader part 1  
/branches/dynload/uspace/srv/loader
/branches/dynload/uspace/app/iloader
/branches/dynload/boot/arch/amd64/Makefile.inc
/branches/dynload/boot/arch/arm32/loader/Makefile
/branches/dynload/boot/arch/ia32/Makefile.inc
/branches/dynload/boot/arch/ia64/loader/Makefile
/branches/dynload/boot/arch/mips32/loader/Makefile
/branches/dynload/boot/arch/ppc32/loader/Makefile
/branches/dynload/uspace/Makefile
/branches/dynload/uspace/lib/rtld/Makefile
3131 5835 d 6 h svoboda /branches/dynload/uspace/app/iloader/ Add per-arch assembler routines for jumping to program entry point, making ia64 finally work.  
/branches/dynload/uspace/app/iloader/arch/amd64/amd64.s
/branches/dynload/uspace/app/iloader/arch/arm32/arm32.s
/branches/dynload/uspace/app/iloader/arch/ia32/ia32.s
/branches/dynload/uspace/app/iloader/arch/ia64/ia64.s
/branches/dynload/uspace/app/iloader/arch/mips32/mips32.s
/branches/dynload/uspace/app/iloader/arch/ppc32/ppc32.s
/branches/dynload/uspace/app/iloader/include/arch.h
/branches/dynload/uspace/app/iloader/Makefile
/branches/dynload/uspace/app/iloader/arch/amd64/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/arm32/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/ia32/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/ia64/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/mips32/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/ppc32/Makefile.inc
/branches/dynload/uspace/app/iloader/elf_load.c
3129 5835 d 22 h svoboda /branches/dynload/ initial ia64 support in iloader (broken)  
/branches/dynload/uspace/app/iloader/arch/ia64
/branches/dynload/uspace/app/iloader/arch/ia64/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/ia64/_link.ld.in
/branches/dynload/uspace/app/iloader/arch/ia64/include
/branches/dynload/uspace/app/iloader/arch/ia64/include/pcb.h
/branches/dynload/boot/arch/ia64/loader/Makefile
/branches/dynload/kernel/generic/src/mm/as.c
/branches/dynload/uspace/app/iloader/arch/amd64/_link.ld.in
/branches/dynload/uspace/app/iloader/elf_load.c