summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* rework dependencies so the archive is re-created only when the object files h...Mike Frysinger2005-01-181-3/+3
* rework dependencies to support parallel build and avoid re-creating header fi...Mike Frysinger2005-01-181-11/+13
* Use the inlined __dl_parse_dynamic_info() in DL_BOOT() for CRIS too.Peter Kjellerstedt2005-01-121-2/+2
* Fixup function prototypes to match definitions in include/dlfcn.hEric Andersen2005-01-101-2/+4
* fix eriks e-mail addressMike Frysinger2005-01-059-9/+9
* Cleanup for when LDSO_CACHE_SUPPORT is disabledEric Andersen2004-12-221-3/+4
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-0/+3
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-0/+3
* Cleaned up patch from Peter S. Mazinger adding support forEric Andersen2004-12-222-3/+2
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-1/+3
* - added LD_TRACE_LOADED_OBJECTS to be stripped from the env on suid execNed Ludd2004-12-201-0/+1
* - dont use dos formatNed Ludd2004-12-201-26/+25
* That last patch had some garbage in it... PIC != PIEEric Andersen2004-12-111-8/+1
* Partial commit of a patch from Alexandre Oliva:Eric Andersen2004-12-117-15/+52
* Add BIND NOW support to MIPS.Joakim Tjernlund2004-11-174-15/+17
* Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund2004-11-1013-353/+67
* - 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