aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-09-09elf: Fix tst-dlopen-tlsreinit1.out test dependencyFlorian Weimer1-1/+1
2024-09-09elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)Florian Weimer1-0/+30
2024-09-09elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer1-0/+26
2024-07-16elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella1-1/+0
2024-07-16nptl: fix potential merge of __rseq_* relro symbolsMichael Jeanson1-0/+1
2024-04-25elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu1-0/+1
2024-04-01elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella1-13/+13
2024-04-01arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella1-4/+0
2024-04-01x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu1-0/+18
2024-01-10elf: Fix tst-nodeps2 test failure.Carlos O'Donell1-1/+4
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-12-20elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy1-0/+15
2023-12-20Fix elf/tst-env-setuid[-static] if test needs to be rerun.Stefan Liebler1-0/+1
2023-11-27elf: Relocate libc.so early during startup and dlmopen (bug 31083)Florian Weimer1-0/+21
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella1-3/+7
2023-11-21elf: Ignore LD_PROFILE for setuid binariesAdhemerval Zanella1-0/+3
2023-11-21elf: Add all malloc tunable to unsecvarsAdhemerval Zanella1-4/+4
2023-11-21elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella1-1/+4
2023-11-16elf: Handle non-directory name in search path (BZ 31035)Adhemerval Zanella1-0/+12
2023-11-13test: Run the tst-tls-allocation-failure-static-patched with test-wrapper.Yanzhang Wang1-1/+1
2023-11-07elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella1-1/+1
2023-11-07malloc: Decorate malloc mapsAdhemerval Zanella1-0/+4
2023-11-07nptl: Decorate thread stack on pthread_createAdhemerval Zanella1-0/+3
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella1-38/+0
2023-08-25elf: Check that --list-diagnostics output has the expected syntaxFlorian Weimer1-0/+9
2023-06-02elf: Sort Makefile variables.Carlos O'Donell1-1/+1
2023-05-30elf: Make more functions available for binding during dlclose (bug 30425)Florian Weimer1-0/+8
2023-05-29Fix misspellings in elf/ -- BZ 25337Paul Pluzhnikov1-4/+4
2023-05-25elf: add test for dl-printfRoy Eldar1-0/+1
2023-05-25elf: Add test for locating libraries in root dir (bug 30435)Qixing ksyx Xue1-0/+3
2023-05-18elf: Adjust tests in Makefile.Carlos O'Donell1-10/+10
2023-05-16elf: Reformat Makefile.Carlos O'Donell1-35/+35
2023-05-09dlopen: skip debugger notification for DSO loaded from sprof (bug 30258)Andreas Schwab1-0/+11
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto1-8/+1
2023-03-27elf: Take into account ${sysconfdir} in elf/tst-ldconfig-p.shRomain Geissler1-1/+1
2023-03-27Remove --with-default-link configure optionAdhemerval Zanella Netto1-2/+0
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto1-15/+1
2023-03-10elf: Add missing dependency between resolvfail and testobj1.soArsen Arsenović1-0/+1
2023-03-10elf: Add -z lazy to some more testsArsen Arsenović1-0/+19
2023-02-20elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]Joan Bruguera1-0/+14
2023-02-08elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer1-0/+6
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer1-1/+0
2022-12-19libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer1-1/+0
2022-12-19libio: Convert __vsprintf_internal to buffersFlorian Weimer1-1/+0
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer1-2/+0
2022-12-19stdio-common: Introduce buffers for implementing printfFlorian Weimer1-0/+2
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer1-2/+1
2022-10-31elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)H.J. Lu1-2/+2
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer1-0/+1