aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-10-28prelink: Add debugging to conflict resolution errorMark Hatle
2015-10-28rtld: Update debugging to be more glibc-2.22 likeMark Hatle
2015-10-28rtld: Start sync to glibc 2.22Mark Hatle
2015-10-27Upstream prelink project appears abandoned, take over the projectMark Hatle
2015-09-11prelink: --ld-preload= add man page entry and testsuiteMark Hatle
2015-09-11src/main.c, rtld/rtld.c: Add --ld-preload optionManinder Singh
2015-09-09src/gather.c: cleanup codeManinder Singh
2015-09-09src/rtld/rtld.c: dso validation check fixManinder Singh
2015-09-09src/*: realloc fix memory leakManinder Singh
2015-09-08src/arch-arm.c: set max_page_size to match new ARM BDF defaultAndrew Stubbs
2015-04-07src/gather.c: Add debug messages for dependencies when not foundManinder Singh
2015-04-06rtld/dl-version.c: Add debug for missing load and libcManinder Singh
2015-04-06src/get.c: Remove extra check for ld-linux.so.3 in strcmpMark Hatle
2014-12-10testsuite/Makefile.am: Fix tests for latest autotoolsMark Hatle
2014-12-10.gitignore: Add common filesMark Hatle
2014-12-10src/rtld: Sync to latest glibc-2.20 rtldMark Hatle
2014-12-10src/rtld: Setup to prepare for glibc-2.20 resyncMark Hatle
2014-12-10arm: Specifically switch the dynamic linker on hard float ABI ARM systemsJon Masters
2014-08-25Implement IFUNC supportYasir-Khan
2014-07-22Always create a conflict for R_ARM_TLS_DESC relocsMaciej W. Rozycki
2013-10-15Merge to upstream r209Mark Hatle
2013-10-15 * src/arch-s390.c (s390_prelink_conflict_rela): For R_390_IRELATIVE,jakub
2013-10-15 * testsuite/ifunc.h (IFUNC_ASM): Add s390x and s390 version.jakub
2013-10-15 * src/arch-s390.c (s390_prelink_conflict_rela): Fix handling ofjakub
2013-10-05 * src/arch-s390.c (s390_prelink_conflict_rela): For R_390_IRELATIVE,20131005upstream-svn-r209jakub
2013-10-01 * testsuite/ifunc.h (IFUNC_ASM): Add s390x and s390 version.jakub
2013-09-30 * src/arch-s390.c (s390_prelink_conflict_rela): Fix handling ofjakub
2013-08-01 * doc/prelink.8 (--usage): Document it.jakub
2013-08-01testsuite/unprel1.sh: Enable RUN_HOST for new test.Mark Hatle
2013-08-01 * src/cache.c (prelink_save_cache_check): For ET_CACHE_DYN20130503jakub
2013-08-01 * src/prelink.h (R_390_IRELATIVE): Define if not defined.jakub
2013-08-01 * src/arch-s390.c (s390_adjust_rela, s390_prelink_rela,jakub
2013-07-19 * doc/prelink.8 (--usage): Document it. jakub
2013-05-03 * src/cache.c (prelink_save_cache_check): For ET_CACHE_DYNjakub
2013-05-03 * src/prelink.h (R_390_IRELATIVE): Define if not defined.jakub
2013-04-25 * src/arch-s390.c (s390_adjust_rela, s390_prelink_rela,jakub
2013-04-23README.cross: Add patch submission informationMark Hatle
2013-04-23README.cross: Fix typoTom de Vries
2013-04-23arch-mips.c: Add missing initialization of field in PL_ARCH(mips64)Tom de Vries
2013-04-23 * testsuite/reloc4.sh: Add libraries to link lines to makejakub
2013-04-23 * testsuite/ifunc.h (IFUNC_DECL): Fix up .size on ppc64.jakub
2013-04-18 * testsuite/reloc4.sh: Add libraries to link lines to makejakub
2013-04-17 * testsuite/ifunc.h (IFUNC_DECL): Fix up .size on ppc64.jakub
2013-01-03fix build with automake-1.13.Marko Lindqvist
2012-09-12Fix for "Could not find variable copy reloc is against" for x86_64Joseph S. Myers
2012-09-08Prelink patch for address range handlingJoseph S. Myers
2012-09-08Prelink patch for address range handlingJoseph S. Myers
2012-09-08Fix ARM_TLS_DTPOFF32 addendsJoseph S. Myers
2012-08-09src/exec.c: Fix for change to support zero-length PROGBITSJoseph S. Myers
2012-07-06Merge branch 'master' into cross_prelinkMark Hatle