| Commit message (Expand) | Author | Age | Files | Lines |
* | RISC-V: properly terminate call chain (bug 23125) | Andreas Schwab | 2018-12-15 | 2 | -1/+42 |
* | Fix _dl_profile_fixup data-dependency issue (Bug 23690) | Tulio Magno Quites Machado Filho | 2018-12-07 | 1 | -5/+43 |
* | check-execstack: Permit sysdeps to xfail some libs | Samuel Thibault | 2018-07-20 | 1 | -1/+1 |
* | x86: Support IBT and SHSTK in Intel CET [BZ #21598] | H.J. Lu | 2018-07-16 | 4 | -25/+49 |
* | elf: Accept absolute (SHN_ABS) symbols whose value is zero [BZ #23307] | Maciej W. Rozycki | 2018-06-29 | 5 | -2/+71 |
* | New configure option --disable-crypt. | Zack Weinberg | 2018-06-29 | 2 | -9/+22 |
* | _dl_map_object_deps: Use struct scratch_buffer [BZ #18023] | Florian Weimer | 2018-06-27 | 1 | -12/+16 |
* | Add Andes nds32 dynamic relocations to elf.h | Vincent Chen | 2018-06-21 | 1 | -0/+10 |
* | elf.h: Add BPF relocation types. | Mark Wielaard | 2018-06-21 | 1 | -1/+2 |
* | Fix comments in _dl_dst_count and _dl_dst_substitute. | Carlos O'Donell | 2018-06-12 | 1 | -6/+8 |
* | Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259). | Carlos O'Donell | 2018-06-12 | 3 | -93/+135 |
* | Avoid cancellable I/O primitives in ld.so. | Zack Weinberg | 2018-06-12 | 4 | -28/+30 |
* | Mark _init and _fini as hidden [BZ #23145] | H.J. Lu | 2018-06-08 | 1 | -1/+14 |
* | static-PIE: Update DT_DEBUG for debugger [BZ #23206] | H.J. Lu | 2018-05-29 | 1 | -0/+16 |
* | Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so using | Paul Pluzhnikov | 2018-05-05 | 4 | -4/+77 |
* | Add NT_PPC_PKEY from Linux 4.16 to elf.h. | Joseph Myers | 2018-04-23 | 1 | -0/+2 |
* | elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818] | Maciej W. Rozycki | 2018-04-04 | 5 | -2/+90 |
* | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 2018-04-04 | 3 | -9/+6 |
* | RISC-V: add remaining relocations | Andreas Schwab | 2018-03-26 | 1 | -12/+56 |
* | Add $(tests-execstack-$(have-z-execstack)) after defined [BZ #22998] | H.J. Lu | 2018-03-24 | 1 | -1/+2 |
* | Add SHT_X86_64_UNWIND to elf.h (bug 20079). | Joseph Myers | 2018-03-19 | 1 | -0/+3 |
* | hurd: add gscope support | Samuel Thibault | 2018-03-11 | 1 | -0/+3 |
* | ldconfig: Sync temporary files to disk before renaming them [BZ #20890] | Florian Weimer | 2018-02-21 | 1 | -3/+7 |
* | elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787] | Florian Weimer | 2018-02-21 | 5 | -105/+1 |
* | Add elf.h NT_* macros from Linux 4.15 (bug 14890). | Joseph Myers | 2018-02-06 | 1 | -0/+9 |
* | Use ADDRIDX with DT_GNU_HASH | H.J. Lu | 2018-02-05 | 3 | -10/+4 |
* | Add DT_SYMTAB_SHNDX from gABI | H.J. Lu | 2018-02-05 | 1 | -1/+2 |
* | Add support for the RISC-V-specific ELF flags | Palmer Dabbelt | 2018-01-25 | 2 | -0/+14 |
* | Add NT_ARM_SVE to elf.h | Alan Hayward | 2018-01-15 | 1 | -0/+2 |
* | Synchronize DF_1_* flags with binutils (Bug 22707) | Carlos O'Donell | 2018-01-13 | 1 | -0/+2 |
* | Add RISC-V dynamic relocations to elf.h | Palmer Dabbelt | 2018-01-06 | 1 | -0/+14 |
* | elf: Support dlvsym within libc.so | Florian Weimer | 2018-01-04 | 7 | -6/+303 |
* | elf: check for rpath emptiness before making a copy of it | Dmitry V. Levin | 2018-01-01 | 1 | -10/+8 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 5 | -5/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 139 | -139/+139 |
* | elf: Check for empty tokens before dynamic string token expansion [BZ #22625] | Aurelien Jarno | 2017-12-30 | 1 | -16/+33 |
* | elf: remove redundant is_path argument | Dmitry V. Levin | 2017-12-27 | 3 | -22/+18 |
* | elf: remove redundant code from is_dst | Dmitry V. Levin | 2017-12-27 | 1 | -5/+3 |
* | elf: remove redundant code from _dl_dst_substitute | Dmitry V. Levin | 2017-12-27 | 1 | -20/+1 |
* | elf: remove redundant __libc_enable_secure check from fillin_rpath | Dmitry V. Levin | 2017-12-19 | 1 | -30/+3 |
* | Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [BZ #22630] | H.J. Lu | 2017-12-19 | 1 | -3/+3 |
* | ld.so: Examine GLRO to detect inactive loader [BZ #20204] | Florian Weimer | 2017-12-18 | 2 | -4/+6 |
* | elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627] | Dmitry V. Levin | 2017-12-18 | 1 | -19/+1 |
* | ldconfig: set LC_COLLATE to C [BZ #22505] | Aurelien Jarno | 2017-12-16 | 1 | -0/+4 |
* | Fix tst-leaks1 (bug 14681) | Carlos O'Donell | 2017-12-15 | 1 | -3/+18 |
* | Add --enable-static-pie configure option to build static PIE [BZ #19574] | H.J. Lu | 2017-12-15 | 5 | -6/+72 |
* | Remove redundant mention of SXID_ERASE | Siddhesh Poyarekar | 2017-12-15 | 1 | -10/+1 |
* | elf: Count components of the expanded path in _dl_init_path [BZ #22607] | Florian Weimer | 2017-12-14 | 1 | -9/+4 |
* | elf: Compute correct array size in _dl_init_paths [BZ #22606] | Florian Weimer | 2017-12-14 | 1 | -7/+7 |
* | Fix testing with nss-crypt. | Carlos O'Donell | 2017-12-12 | 1 | -1/+1 |