summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* - Remove dynamic_size from struct elf_resolve.Joakim Tjernlund2004-11-0211-158/+172
* Jocke's patch was almost right. Just needed move the DT_MIPS_RLD_MAP testManuel Novoa III2004-10-271-15/+4
* unmap ld.so.cache when dlopen() returns.Joakim Tjernlund2004-10-141-0/+1
* Don't SEGV if library not found.Joakim Tjernlund2004-10-141-10/+9
* Mark Rakes writes:Joakim Tjernlund2004-10-121-4/+5
* Undo previous change. Leave SUID programs alone until I know what to doJoakim Tjernlund2004-10-111-1/+1
* Don't use ld.so.cache for SUID programs.Joakim Tjernlund2004-10-111-1/+1
* Remove _dl_parse_copy_information() for CRIS per Peter Kjellerstedts request.Joakim Tjernlund2004-10-071-12/+0
* Remove usage of _dl_parse_copy_information() from generic code.Joakim Tjernlund2004-10-075-33/+8
* Don't complain if ld.so.cache is missing.Joakim Tjernlund2004-10-061-2/+1
* Peter S. Mazinger writes:Joakim Tjernlund2004-10-062-4/+41
* Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund2004-10-063-35/+46
* Remove unneeded -D<somedefine>, and use instead #ifdef __somedefine__Joakim Tjernlund2004-10-064-8/+4
* Peter Kjellerstedt writes:Joakim Tjernlund2004-10-051-199/+263
* This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen2004-10-035-15/+13
* Remove /usr/X11R6/lib from search path.Joakim Tjernlund2004-09-281-5/+2
* Don't allow undefined global symbols to pass.Joakim Tjernlund2004-09-231-133/+122
* White space and printouts cleanup. From Peter Kjellerstedt.Joakim Tjernlund2004-09-231-6/+7
* Make do_rem() safe. From Peter Kjellerstedt.Joakim Tjernlund2004-09-238-8/+8
* Don't allow undefined global symbols to pass.Joakim Tjernlund2004-09-236-58/+34
* Make powerpc look more like the other archs.Joakim Tjernlund2004-09-231-2/+2
* Added back dl_iterate_phdr in ldso(with some small changes).Joakim Tjernlund2004-09-171-1/+23
* Formatting cleanups from Peter Kellerstedt.Joakim Tjernlund2004-09-171-170/+193
* Bugfix: Add r_addend to final address. The r_addend is mostly zeroJoakim Tjernlund2004-09-171-8/+6
* Don't allow undefined global symbols to pass(all archs needs fixing,Joakim Tjernlund2004-09-171-10/+16
* Don't allow undefined global symbols to pass(all archs needs fixing).Joakim Tjernlund2004-09-161-29/+20
* Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund2004-09-084-38/+129
* We do not use dl_iterate_phdr, so no need to define itEric Andersen2004-09-072-24/+0
* Use a more appealing name, matching the function prototypeEric Andersen2004-09-071-6/+6
* First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund2004-09-034-70/+83
* Remove unused variables. From Peter Mazinger.Joakim Tjernlund2004-09-022-3/+0
* Dont mess with __curbrk in ldsoEric Andersen2004-08-311-5/+0
* #include "dl-startup.c into ldso.c, making ldso one compilation unit.Joakim Tjernlund2004-08-272-2/+3
* Forgot to commit this file. Patch from Stefan Allius.Joakim Tjernlund2004-08-271-1/+1
* As Mike Frysinger notes, this code is still needed. IJoakim Tjernlund2004-08-271-0/+10
* Partial patch from Alexandre Oliva to update the frv portEric Andersen2004-08-263-423/+501
* Only print debug stuff when askedEric Andersen2004-08-261-1/+2
* Fixup a couple of warningsEric Andersen2004-08-261-2/+2
* Avoid multiple passes to perform mips GOT relocations, and doEric Andersen2004-08-262-47/+53
* Fixes from gentoo.Manuel Novoa III2004-08-261-1/+3
* Let ldso find libc's malloc function and set _dl_malloc_function.Joakim Tjernlund2004-08-262-10/+4
* Added test for RTLD_GLOBAL flag in _dl_find_hash().Joakim Tjernlund2004-08-262-2/+5
* Relocations of the application's global GOT entries were not being run, andEric Andersen2004-08-263-78/+44
* Stefan Allius writes:Joakim Tjernlund2004-08-262-53/+14
* Joakim Tjernlund writes:Eric Andersen2004-08-251-1/+46
* Patch from Stefan Allius:Joakim Tjernlund2004-08-2513-50/+40
* Hopefully fix Laszlo and Jacobs dlopen problem.Joakim Tjernlund2004-08-252-2/+5
* 'pagesize' was local to dl-startup.c. In ldso.c we needEric Andersen2004-08-191-1/+1
* Fix dependencies.Manuel Novoa III2004-08-191-1/+3
* Accunt for ELF_MACHINE_PLTREL_OVERLAP when relocating ldso.Joakim Tjernlund2004-08-191-2/+6