about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
...
* elf: Sort Makefile variables.Carlos O'Donell2023-06-021-1/+1
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* elf: Remove spurios SHARED conditional from elf/rtld.cFlorian Weimer2023-05-311-2/+0
* elf: Make more functions available for binding during dlclose (bug 30425)Florian Weimer2023-05-305-2/+159
* Fix misspellings in elf/ -- BZ 25337Paul Pluzhnikov2023-05-2931-52/+52
* Add AT_RSEQ_* from Linux 6.3 to elf.hJoseph Myers2023-05-261-0/+3
* elf: add test for dl-printfRoy Eldar2023-05-252-0/+79
* elf: fix handling of negative numbers in dl-printfRoy Eldar2023-05-251-3/+10
* elf: Update comment in open_pathSiddhesh Poyarekar2023-05-251-6/+5
* elf: Add test for locating libraries in root dir (bug 30435)Qixing ksyx Xue2023-05-255-0/+64
* rtld: properly handle root directory in load path (bug 30435)Andreas Schwab2023-05-251-1/+1
* elf: Adjust tests in Makefile.Carlos O'Donell2023-05-181-10/+10
* elf: Reformat Makefile.Carlos O'Donell2023-05-161-35/+35
* dlopen: skip debugger notification for DSO loaded from sprof (bug 30258)Andreas Schwab2023-05-095-0/+105
* Revert "riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC."Florian Weimer2023-05-071-7/+0
* riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.Hsiangkai Wang2023-04-281-0/+7
* elf.h: add PT_GNU_SFRAMEIndu Bhagat2023-04-281-0/+1
* Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev2023-04-221-1/+2
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-2911-122/+17
* elf: Take into account ${sysconfdir} in elf/tst-ldconfig-p.shRomain Geissler2023-03-272-6/+7
* Fix tst-glibc-hwcaps-prepend-cache with custom configure prefix valueRomain Geissler2023-03-271-3/+7
* Fix tst-ldconfig-ld_so_conf-update with custom configure prefix valueRomain Geissler2023-03-271-5/+8
* Remove --with-default-link configure optionAdhemerval Zanella Netto2023-03-271-2/+0
* libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2023-03-271-15/+1
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-2/+3
* _dl_map_object_from_fd: Remove unnecessary debugger notification in error pathAndreas Schwab2023-03-271-11/+1
* Minor: don't call _dl_debug_update (which can have side effects) inside assertPaul Pluzhnikov2023-03-261-2/+6
* LoongArch: Add support for ldconfig.caiyinyu2023-03-131-1/+7
* elf: Add missing dependency between resolvfail and testobj1.soArsen Arsenović2023-03-101-0/+1
* elf: Add -z lazy to some more testsArsen Arsenović2023-03-101-0/+19
* gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane2023-02-221-0/+13
* elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]Joan Bruguera2023-02-206-21/+67
* Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao2023-02-171-2/+2
* elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer2023-02-082-0/+83
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-063-5/+4
* LoongArch: Add new relocation types.caiyinyu2023-02-031-0/+40
* elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella2023-01-121-14/+32
* Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2023-01-065-5/+5
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06379-380/+380
* libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer2022-12-191-1/+0
* libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer2022-12-191-1/+0
* libio: Convert __vsprintf_internal to buffersFlorian Weimer2022-12-191-1/+0
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-191-2/+0
* stdio-common: Introduce buffers for implementing printfFlorian Weimer2022-12-191-0/+2
* elf: Fix tst-relro-symbols.py argument passingAdhemerval Zanella2022-12-151-4/+4
* elf: Do not assume symbol order on tst-audit25{a,b}Adhemerval Zanella2022-12-123-28/+98
* ARC: update definitions in elf/elf.hShahab Vahedi2022-11-291-5/+24
* elf/tlsdeschtab.h: Add the Malloc return value check in _dl_make_tlsdesc_dyna...Xiaoming Ni2022-11-071-0/+2
* elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer2022-11-042-0/+22
* elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2022-11-031-11/+3