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
3686 5704 d 20 h svoboda /branches/dynload/uspace/ Somewhat functional dlopen() prototype.  
3682 5705 d 3 h svoboda /branches/dynload/uspace/app/dload/arch/ppc32/ Change dload base on ppc32 to avoid conflict with as_get_mappable_page() causing klog crashing.  
3681 5705 d 4 h svoboda /branches/dynload/ Reorganize: move dynamic loader to /app/dload, dynamic linker librtld.a. (prepare for dlopen support).  
3674 5706 d 22 h svoboda /branches/dynload/ Merge latest trunk changes to dynload.  
3589 5728 d 8 h svoboda /branches/dynload/uspace/ Finally make dynamic linking on ppc32 work (yay\!) The trick is that __tls_get_addr needs to return the address with a 32k bias.  
3569 5734 d 9 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
3563 5735 d 0 h svoboda /branches/dynload/uspace/ Use shared libc with everything we can except console and fb which break.  
3560 5735 d 21 h svoboda /branches/dynload/uspace/ Link more apps dynamically.  
3557 5735 d 22 h svoboda /branches/dynload/ Move libc-shared to libc/shared, part 2.  
3556 5735 d 23 h svoboda /branches/dynload/uspace/ Move libc-shared to libc/shared, part 1.  
3555 5735 d 23 h svoboda /branches/dynload/uspace/ Move build files for dynamic linking under libc-shared, instead of dltest.  
3552 5736 d 21 h svoboda /branches/dynload/ Make rtld a static executable instead of a dynamic library. Brings dltest back on ia32.  
3535 5741 d 3 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
3474 5779 d 5 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
3448 5785 d 11 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
3423 5787 d 23 h svoboda /branches/dynload/uspace/ ppc32 rtld/dltest fixes. dltest now runs, but no console output.  
3403 5789 d 10 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
3400 5790 d 1 h svoboda /branches/dynload/ Make rtld work again (ia32 only)  
3211 5858 d 10 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
3190 5865 d 7 h svoboda /branches/dynload/ Remove vestiges of loading code coming from trunk  
3174 5876 d 10 h svoboda /branches/dynload/uspace/ Pass args to loader from task_spawn_ex(), completing argument support. Can pass args from CLI to tester.  
3166 5877 d 23 h svoboda /branches/dynload/uspace/app/cli/ Exit CLI when getchar() fails  
3157 5879 d 1 h svoboda /branches/dynload/ Move app/iloader to srv/loader part 1  
3155 5879 d 3 h svoboda /branches/dynload/ Make loader less chatty and let init use it, instead of loading binaries itself.  
3153 5879 d 7 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
3152 5879 d 7 h svoboda /branches/dynload/ Put CLI back into working order  
3151 5879 d 7 h svoboda /branches/dynload/ Get rid of iramfs  
3150 5879 d 7 h svoboda /branches/dynload/ Merge trunk changes up to r3090 into dynload (still broken)  
3148 5879 d 8 h svoboda /branches/dynload/uspace/ Make use of async in communication with loader. Add pretty loader method name numbers.  
3132 5883 d 4 h svoboda /branches/dynload/ Fix unintended mips32 makefile modification introduced in r2996. Fix mips32.s in iloader.  
3131 5883 d 9 h svoboda /branches/dynload/uspace/app/iloader/ Add per-arch assembler routines for jumping to program entry point, making ia64 finally work.  
3129 5884 d 1 h svoboda /branches/dynload/ initial ia64 support in iloader (broken)  
3102 5890 d 7 h svoboda /branches/dynload/ Update iloader linker scripts for supported arches  
3101 5890 d 8 h svoboda /branches/dynload/uspace/app/iloader/ Add some doc-comments to iloader  
3010 5899 d 23 h svoboda /branches/dynload/uspace/app/iloader/ Relax segment alignment in iloader/rtld  
3004 5900 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.  
2996 5902 d 23 h svoboda /branches/dynload/ Improve ppc32 dynamic loading support. Getting there...  
2994 5904 d 0 h svoboda /branches/dynload/uspace/app/iloader/ Add per-arch Makefiles for iloader to set machine word length.  
2993 5904 d 1 h svoboda /branches/dynload/uspace/app/iloader/arch/ Add arm32 and amd64 support to iloader  
2992 5904 d 1 h svoboda /branches/dynload/uspace/app/iloader/ Fix: Set proper as_area flags in elf_load.c