Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4354 5559 d 11 h svoboda /branches/dynload/uspace/ Rtld is really just a part of libc, so move it there.  
4342 5563 d 0 h svoboda /branches/dynload/ Merge trunk changes up to r3889 to dynload.  
4341 5563 d 0 h svoboda /branches/dynload/ Merge trunk changes up to r3860 to dynload.  
3772 5679 d 22 h svoboda /branches/dynload/ Unfinished Mips32 dynamic linker port (not working!) Also fixes related to using DLLs from statically-linked executables.  
3691 5703 d 0 h svoboda /branches/dynload/uspace/lib/ Fix linker scripts.  
3690 5703 d 0 h svoboda /branches/dynload/uspace/ Use PT_DYNAMIC header so that even 'file' says the executables are dynamically-linked.  
3686 5705 d 21 h svoboda /branches/dynload/uspace/ Somewhat functional dlopen() prototype.  
3681 5706 d 4 h svoboda /branches/dynload/ Reorganize: move dynamic loader to /app/dload, dynamic linker librtld.a. (prepare for dlopen support).  
3590 5729 d 5 h svoboda /branches/dynload/uspace/lib/ Remove superfluous alignment for ppc32.  
3567 5735 d 11 h svoboda /branches/dynload/uspace/lib/ Get rid of superfluous alignment in libc.so and rtld.  
3558 5736 d 22 h svoboda /branches/dynload/uspace/lib/libc/shared/ Cut down size of dynamically-linked binaries by fixing alignment in ia32 linker script.  
3557 5736 d 23 h svoboda /branches/dynload/ Move libc-shared to libc/shared, part 2.  
3556 5736 d 23 h svoboda /branches/dynload/uspace/ Move libc-shared to libc/shared, part 1.  
3555 5736 d 23 h svoboda /branches/dynload/uspace/ Move build files for dynamic linking under libc-shared, instead of dltest.  
3552 5737 d 22 h svoboda /branches/dynload/ Make rtld a static executable instead of a dynamic library. Brings dltest back on ia32.  
2996 5903 d 23 h svoboda /branches/dynload/ Improve ppc32 dynamic loading support. Getting there...  
2982 5906 d 0 h svoboda /branches/dynload/uspace/ Link dltest with libc.so. Runs, but no console output.  
2979 5906 d 5 h svoboda /branches/dynload/uspace/ Build shared C library