about summary refs log tree commit diff
path: root/elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu2024-04-251-0/+1
* elf/rtld: Count skipped environment variables for enable_secureJoe Simmons-Talbott2024-04-161-0/+10
* Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2024-04-131-2/+1
* elf: Add ld.so test with non-existing program nameFlorian Weimer2024-04-081-0/+7
* elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella2024-03-191-13/+13
* arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella2024-03-191-4/+0
* rtld: Add glibc.rtld.enable_secure tunable.Joe Simmons-Talbott2024-02-291-0/+2
* x86_64: Suppress false positive valgrind errorH.J. Lu2024-02-281-1/+2
* x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu2024-02-281-0/+18
* arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella2024-02-231-1/+1
* elf: Fix tst-nodeps2 test failure.Carlos O'Donell2024-01-101-1/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy2023-12-201-0/+15
* Fix elf/tst-env-setuid[-static] if test needs to be rerun.Stefan Liebler2023-12-201-0/+1
* elf: Relocate libc.so early during startup and dlmopen (bug 31083)Florian Weimer2023-11-271-0/+21
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-211-3/+7
* elf: Ignore LD_PROFILE for setuid binariesAdhemerval Zanella2023-11-211-0/+3
* elf: Add all malloc tunable to unsecvarsAdhemerval Zanella2023-11-211-4/+4
* elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella2023-11-211-1/+4
* elf: Handle non-directory name in search path (BZ 31035)Adhemerval Zanella2023-11-161-0/+12
* test: Run the tst-tls-allocation-failure-static-patched with test-wrapper.Yanzhang Wang2023-11-131-1/+1
* elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella2023-11-071-1/+1
* malloc: Decorate malloc mapsAdhemerval Zanella2023-11-071-0/+4
* nptl: Decorate thread stack on pthread_createAdhemerval Zanella2023-11-071-0/+3
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-301-38/+0
* elf: Check that --list-diagnostics output has the expected syntaxFlorian Weimer2023-08-251-0/+9
* elf: Sort Makefile variables.Carlos O'Donell2023-06-021-1/+1
* elf: Make more functions available for binding during dlclose (bug 30425)Florian Weimer2023-05-301-0/+8
* Fix misspellings in elf/ -- BZ 25337Paul Pluzhnikov2023-05-291-4/+4
* elf: add test for dl-printfRoy Eldar2023-05-251-0/+1
* elf: Add test for locating libraries in root dir (bug 30435)Qixing ksyx Xue2023-05-251-0/+3
* 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-091-0/+11
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-291-8/+1
* elf: Take into account ${sysconfdir} in elf/tst-ldconfig-p.shRomain Geissler2023-03-271-1/+1
* 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
* 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
* elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]Joan Bruguera2023-02-201-0/+14
* elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer2023-02-081-0/+6
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* 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: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer2022-11-031-2/+1
* elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)H.J. Lu2022-10-311-2/+2