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 5654 d 19 h svoboda /branches/dynload/uspace/ Somewhat functional dlopen() prototype.  
3682 5655 d 2 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 5655 d 2 h svoboda /branches/dynload/ Reorganize: move dynamic loader to /app/dload, dynamic linker librtld.a. (prepare for dlopen support).  
3674 5656 d 21 h svoboda /branches/dynload/ Merge latest trunk changes to dynload.  
3589 5678 d 7 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 5684 d 7 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
3563 5684 d 22 h svoboda /branches/dynload/uspace/ Use shared libc with everything we can except console and fb which break.  
3560 5685 d 19 h svoboda /branches/dynload/uspace/ Link more apps dynamically.  
3557 5685 d 21 h svoboda /branches/dynload/ Move libc-shared to libc/shared, part 2.  
3556 5685 d 21 h svoboda /branches/dynload/uspace/ Move libc-shared to libc/shared, part 1.  
3555 5685 d 21 h svoboda /branches/dynload/uspace/ Move build files for dynamic linking under libc-shared, instead of dltest.  
3552 5686 d 20 h svoboda /branches/dynload/ Make rtld a static executable instead of a dynamic library. Brings dltest back on ia32.  
3535 5691 d 1 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
3474 5729 d 4 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
3448 5735 d 9 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
3423 5737 d 21 h svoboda /branches/dynload/uspace/ ppc32 rtld/dltest fixes. dltest now runs, but no console output.  
3403 5739 d 8 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
3400 5740 d 0 h svoboda /branches/dynload/ Make rtld work again (ia32 only)  
3211 5808 d 8 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
3190 5815 d 5 h svoboda /branches/dynload/ Remove vestiges of loading code coming from trunk  
3174 5826 d 8 h svoboda /branches/dynload/uspace/ Pass args to loader from task_spawn_ex(), completing argument support. Can pass args from CLI to tester.  
3166 5827 d 21 h svoboda /branches/dynload/uspace/app/cli/ Exit CLI when getchar() fails  
3157 5829 d 0 h svoboda /branches/dynload/ Move app/iloader to srv/loader part 1  
3155 5829 d 1 h svoboda /branches/dynload/ Make loader less chatty and let init use it, instead of loading binaries itself.  
3153 5829 d 5 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
3152 5829 d 5 h svoboda /branches/dynload/ Put CLI back into working order  
3151 5829 d 5 h svoboda /branches/dynload/ Get rid of iramfs  
3150 5829 d 5 h svoboda /branches/dynload/ Merge trunk changes up to r3090 into dynload (still broken)  
3148 5829 d 6 h svoboda /branches/dynload/uspace/ Make use of async in communication with loader. Add pretty loader method name numbers.  
3132 5833 d 2 h svoboda /branches/dynload/ Fix unintended mips32 makefile modification introduced in r2996. Fix mips32.s in iloader.  
3131 5833 d 7 h svoboda /branches/dynload/uspace/app/iloader/ Add per-arch assembler routines for jumping to program entry point, making ia64 finally work.  
3129 5833 d 23 h svoboda /branches/dynload/ initial ia64 support in iloader (broken)  
3102 5840 d 5 h svoboda /branches/dynload/ Update iloader linker scripts for supported arches  
3101 5840 d 6 h svoboda /branches/dynload/uspace/app/iloader/ Add some doc-comments to iloader  
3010 5849 d 21 h svoboda /branches/dynload/uspace/app/iloader/ Relax segment alignment in iloader/rtld  
3004 5850 d 3 h svoboda /branches/dynload/ A crude task_spawn() libc function to run a program. A tiny command-line application 'cli' to test it.  
2996 5852 d 21 h svoboda /branches/dynload/ Improve ppc32 dynamic loading support. Getting there...  
2994 5853 d 22 h svoboda /branches/dynload/uspace/app/iloader/ Add per-arch Makefiles for iloader to set machine word length.  
2993 5854 d 0 h svoboda /branches/dynload/uspace/app/iloader/arch/ Add arm32 and amd64 support to iloader  
2992 5854 d 0 h svoboda /branches/dynload/uspace/app/iloader/ Fix: Set proper as_area flags in elf_load.c