aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-06-24Detect PIE executables w/ COPY relocs, and prevent running over the sectionscross_prelink_stagingcross_prelinkMark Hatle
2018-10-12Add option to return an error if all binaries cannot be prelinkedKyle Russell
2018-10-12testsuite/order.sh: Make it clear what the error isMark Hatle
2018-10-12testsuite/reloc12.sh: Detect if compiler/linker support testMark Hatle
2018-10-12src/arch-mips.c: check info->resolvetls before use its memberRobert Yang
2018-10-12x86_64: allow prelinking of PIE executables with COPY relocsSergei Trofimovich
2018-10-12testsuite/functions.sh: produce deterministic GNU_PRELINK sectionSergei Trofimovich
2018-10-12Fix prelink testsuite/unprel1.sh for cross-testingJoseph Myers
2018-10-12Support copy relocations in .data.rel.roKyle Russell
2018-10-12rtld: get machine from undef_map for protected symbolsKyle Russell
2018-10-12README: Indicate we now are requring a Signed-off-by line in patchesMark Hatle
2018-08-29prelink: Add RISC-V supportKhem Raj
2018-08-29src/dso.c: use ehdr.e_shstrndx as indexRobert Yang
2017-06-20Fix x32 layout1 test.Andrew Stubbs
2017-06-20Fix ifunc on x86_64 x32Andrew Stubbs
2017-06-20Support x32 libx32 directoryJoseph Myers
2017-06-20rtld: Add missing DT_NEEDED DSOs to needed_listKyle Russell
2017-06-20doc/Makefile.am: Disable automatic generation of prelink.pdfMark Hatle
2017-06-20src/rtld: Add MicroBlaze support based on glibc-2.24Nathan Rossi
2016-08-19README: update information on reloc8/reloc9 failuresMark Hatle
2016-08-18README: Add known issues to the READMEMark Hatle
2016-08-17src/rtld/dl-open.c: Change to work with older compilersMark Hatle
2016-06-03Fix prelink section ordering on subsequent prelinkDave Lerner
2016-03-22Fix LD_PRELOAD w/o rtld caseMark Hatle
2016-03-22Fix prelink-rtld depth-first search, should be breadth firstMark Hatle
2016-03-22Fix compilation warningsMark Hatle
2016-03-22src/rtld: Add ability to debug scopeMark Hatle
2016-03-22rtld/dl-load.c: Fix segfault on uninitialized DSOMark Hatle
2016-03-22rtld: Resync to glibc-2.23Mark Hatle
2016-03-22Update .gitignoreMark Hatle
2016-03-22configure.ac/makefile.am: Update to newer autoconf/automake formatMark Hatle
2015-10-29Fix ARM IFUNC support20151030_crossMark Hatle
2015-10-29prelink: Fix MIPS section header checkMark Hatle
2015-10-28testsuite/.gitignore: Ignore all of the misc artifacts from the tests.Mark Hatle
2015-10-28src/get.c: Sync the rtld and prelinker to the same defineMark Hatle
2015-10-28rtld: Fix the prelink-rtld to use the same method as ld.soMark Hatle
2015-10-28Upstream prelink project appears abandoned, take over the projectMark Hatle
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-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