Age | Commit message (Expand) | Author |
2004-09-07 | Use a more appealing name, matching the function prototype | Eric Andersen |
2004-09-03 | First attempt to fix the INIT/FINI ordering. Fingers crossed :) | Joakim Tjernlund |
2004-09-02 | Remove unused variables. From Peter Mazinger. | Joakim Tjernlund |
2004-08-31 | Dont mess with __curbrk in ldso | Eric Andersen |
2004-08-27 | #include "dl-startup.c into ldso.c, making ldso one compilation unit. | Joakim Tjernlund |
2004-08-27 | Forgot to commit this file. Patch from Stefan Allius. | Joakim Tjernlund |
2004-08-27 | As Mike Frysinger notes, this code is still needed. I | Joakim Tjernlund |
2004-08-26 | Partial patch from Alexandre Oliva to update the frv port | Eric Andersen |
2004-08-26 | Only print debug stuff when asked | Eric Andersen |
2004-08-26 | Fixup a couple of warnings | Eric Andersen |
2004-08-26 | Avoid multiple passes to perform mips GOT relocations, and do | Eric Andersen |
2004-08-26 | Fixes from gentoo. | Manuel Novoa III |
2004-08-26 | Let ldso find libc's malloc function and set _dl_malloc_function. | Joakim Tjernlund |
2004-08-26 | Added test for RTLD_GLOBAL flag in _dl_find_hash(). | Joakim Tjernlund |
2004-08-26 | Relocations of the application's global GOT entries were not being run, and | Eric Andersen |
2004-08-26 | Stefan Allius writes: | Joakim Tjernlund |
2004-08-25 | Joakim Tjernlund writes: | Eric Andersen |
2004-08-25 | Patch from Stefan Allius: | Joakim Tjernlund |
2004-08-25 | Hopefully fix Laszlo and Jacobs dlopen problem. | Joakim Tjernlund |
2004-08-19 | 'pagesize' was local to dl-startup.c. In ldso.c we need | Eric Andersen |
2004-08-19 | Fix dependencies. | Manuel Novoa III |
2004-08-19 | Accunt for ELF_MACHINE_PLTREL_OVERLAP when relocating ldso. | Joakim Tjernlund |
2004-08-19 | Remove poor man's malloc. Not needed anymore. | Joakim Tjernlund |
2004-08-19 | Move "debug_addr" ptr from dl-startup.c to ldso.c | Joakim Tjernlund |
2004-08-19 | Move the app specific stuff from dl-startup.c to ldso.c. | Joakim Tjernlund |
2004-08-19 | Oops, forgot to remove unused variable. | Joakim Tjernlund |
2004-08-19 | This is now done in ldso.c | Joakim Tjernlund |
2004-08-18 | Clean up the _dl_boot code and make it similar to arm and sh. | Joakim Tjernlund |
2004-08-17 | Carl SHAW writes: | Eric Andersen |
2004-08-17 | David McCulloug writes: | Joakim Tjernlund |
2004-08-17 | Let ldso decide if it should relocate itselft a second time. This | Joakim Tjernlund |
2004-08-17 | Fix make clean rule. | Joakim Tjernlund |
2004-08-16 | The pagesize variable used when starting up is _not_ the same | Eric Andersen |
2004-08-13 | Fixup PAGE_SIZE problems | Eric Andersen |
2004-08-13 | Fix usage_count in ldso/libdl. | Joakim Tjernlund |
2004-08-10 | Optimze _dl_memset() for PowerPC. | Joakim Tjernlund |
2004-08-10 | Forgot _dl_memcpy in previous checkin. | Joakim Tjernlund |
2004-08-10 | _dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp, | Joakim Tjernlund |
2004-08-10 | _dl_get_last_path_component: | Joakim Tjernlund |
2004-08-10 | Revmoved _dl_brkp and _dl_envp. They are not needed anymore. | Joakim Tjernlund |
2004-08-10 | Mike Frysinger writes: | Joakim Tjernlund |
2004-08-10 | Mike Frysinger writes: | Joakim Tjernlund |
2004-08-09 | This should fix the dlsym problem Peter van Hoyweghen reported. | Joakim Tjernlund |
2004-08-06 | Joakim Tjernlund writes: | Eric Andersen |
2004-08-06 | Joakim Tjernlund writes: | Eric Andersen |
2004-07-30 | s/___brk_addr/__curbrk/g | Eric Andersen |
2004-07-30 | Teach libdl to use normal libc symbols whenever possible, i.e. malloc | Eric Andersen |
2004-07-30 | Whitespace cleanup | Eric Andersen |
2004-07-30 | Fix screwed up indenting | Eric Andersen |
2004-07-16 | Revert this stuff for now | Eric Andersen |