Age | Commit message (Expand) | Author | Files | Lines |
2019-09-18 | Add UNSUPPORTED check in elf/tst-pldd. | Stefan Liebler | 1 | -19/+51 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 167 | -168/+168 |
2019-08-29 | MIPS support for GNU hash | Mihailo Stojanovic | 3 | -7/+13 |
2019-08-15 | elf: Self-dlopen failure with explict loader invocation [BZ #24900] | Florian Weimer | 4 | -25/+94 |
2019-08-12 | elf: Support elf/tst-dlopen-aout in more configurations | Florian Weimer | 2 | -13/+14 |
2019-08-09 | Add glibc.malloc.mxfast tunable | DJ Delorie | 1 | -0/+5 |
2019-08-05 | elf: tst-ldconfig-bad-aux-cache: use support_capture_subprocess | Alexandra Hájková | 1 | -39/+34 |
2019-07-01 | Call _dl_open_check after relocation [BZ #24259] | H.J. Lu | 1 | -2/+6 |
2019-06-28 | ld.so: Support moving versioned symbols between sonames [BZ #24741] | Florian Weimer | 10 | -35/+188 |
2019-06-18 | elf: Refuse to dlopen PIE objects [BZ #24323] | Florian Weimer | 3 | -5/+66 |
2019-06-13 | aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS | Szabolcs Nagy | 1 | -0/+7 |
2019-05-23 | elf: Add tst-ldconfig-bad-aux-cache test [BZ #18093] | Alexandra Hájková | 4 | -0/+122 |
2019-05-20 | Add NT_ARM_PACA_KEYS and NT_ARM_PACG_KEYS from Linux 5.1 to elf.h. | Joseph Myers | 1 | -0/+4 |
2019-05-14 | elf: Fix tst-pldd for non-default --prefix and/or --bindir (BZ#24544) | Adhemerval Zanella | 1 | -1/+5 |
2019-05-02 | elf: Fix elf/tst-pldd with --enable-hardcoded-path-in-tests (BZ#24506) | Adhemerval Zanella | 1 | -3/+17 |
2019-04-26 | elf: Link sotruss-lib.so with BIND_NOW for --enable-bind-now | Florian Weimer | 1 | -0/+1 |
2019-04-23 | elf: Fix pldd (BZ#18035) | Adhemerval Zanella | 4 | -108/+189 |
2019-03-25 | Add NT_ARM_PAC_MASK and NT_MIPS_MSA from Linux 5.0 to elf.h. | Joseph Myers | 1 | -0/+3 |
2019-03-22 | Refactor hp-timing rtld usage | Adhemerval Zanella | 1 | -151/+130 |
2019-03-22 | nptl: Remove pthread_clock_gettime pthread_clock_settime | Adhemerval Zanella | 2 | -10/+0 |
2019-03-13 | Fix output of LD_SHOW_AUXV=1. | Stefan Liebler | 1 | -8/+3 |
2019-03-12 | elf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON to <elf.h> | Florian Weimer | 1 | -0/+3 |
2019-03-11 | C-SKY: add elf header definition for elfutils | Mao Han | 1 | -2/+13 |
2019-03-04 | elf: Remove remnants of MAP_ANON emulation | Florian Weimer | 1 | -15/+0 |
2019-03-01 | elf/tst-big-note: Improve accuracy of test [BZ #20419] | Florian Weimer | 2 | -4/+15 |
2019-02-28 | elf: Add tests with a local IFUNC resolver [BZ #23937] | Florian Weimer | 6 | -3/+120 |
2019-02-27 | elf/Makefile: Run IFUNC tests if binutils supports IFUNC | H.J. Lu | 1 | -1/+1 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 1 | -2/+2 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 1 | -2/+2 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 6 | -21/+21 |
2019-02-13 | RISC-V: Fix elfutils testsuite unwind failures. | Jim Wilson | 2 | -4/+26 |
2019-02-12 | elf: Test for LD_AUDIT module returning zero from la_version [BZ #24122] | Adhemerval Zanella | 3 | -2/+128 |
2019-02-12 | elf: Ignore LD_AUDIT interfaces if la_version returns 0 [BZ #24122] | Florian Weimer | 1 | -162/+200 |
2019-02-12 | Add fall-through comments. | Joseph Myers | 3 | -0/+6 |
2019-02-06 | Avoid "inline" after return type in function definitions. | Joseph Myers | 3 | -5/+3 |
2019-02-04 | elf: Implement --preload option for the dynamic linker | David Newall | 3 | -6/+74 |
2019-01-25 | [elf] Revert 8e889c5da3 (BZ#24122) | Adhemerval Zanella | 4 | -153/+7 |
2019-01-24 | elf: Fix LD_AUDIT for modules with invalid version (BZ#24122) | Adhemerval Zanella | 4 | -7/+153 |
2019-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 5 | -5/+5 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 154 | -154/+154 |
2018-12-19 | Print cache size and geometry auxv types on LD_SHOW_AUXV=1 | Tulio Magno Quites Machado Filho | 1 | -29/+39 |
2018-11-30 | Fix _dl_profile_fixup data-dependency issue (Bug 23690) | Tulio Magno Quites Machado Filho | 1 | -5/+43 |
2018-11-29 | elf/dl-exception.c: Include <_itoa.h> for _itoa prototype | H.J. Lu | 1 | -0/+1 |
2018-11-29 | _dl_exception_create_format: Support %x/%lx/%zx | H.J. Lu | 3 | -1/+145 |
2018-11-29 | C-SKY: Add dynamic relocations to elf.h | Mao Han | 1 | -1/+66 |
2018-10-30 | RISC-V: properly terminate call chain (bug 23125) | Andreas Schwab | 2 | -1/+41 |
2018-10-25 | Add new ELF note types from Linux 4.19 to elf.h. | Joseph Myers | 1 | -0/+2 |
2018-10-25 | elf: Fix the ld flags not be applied to tst-execstack-mod.so | Zong Li | 1 | -1/+1 |
2018-10-24 | Add more checks for valid ld.so.cache file (bug 18093) | Andreas Schwab | 2 | -1/+9 |
2018-09-26 | Add missing unwind information to ld.so on powerpc32 (bug 23707) | Andreas Schwab | 3 | -2/+74 |