about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer2024-05-022-0/+22
* Revert "elf: Fix wrong break removal from 8ee878592c"Adhemerval Zanella2024-02-121-1/+0
* elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella2024-02-051-0/+1
* elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin2023-12-221-0/+1
* tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar2023-10-022-15/+39
* gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane2023-04-281-0/+13
* elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer2023-02-082-0/+83
* elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella2023-02-085-36/+36
* elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2023-01-1011-193/+58
* Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella2022-12-281-2/+2
* elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella2022-11-251-4/+5
* Allow for unpriviledged nested containersDJ Delorie2022-11-251-0/+2
* elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella2022-11-251-1/+2
* Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich2022-11-081-1/+1
* elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer2022-10-142-12/+30
* elf: Fix hwcaps string size overestimationJavier Pello2022-09-151-3/+5
* elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer2022-09-131-16/+6
* elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer2022-08-305-5/+154
* rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy2022-05-191-13/+60
* csu: Implement and use _dl_early_allocate during static startupFlorian Weimer2022-05-193-0/+80
* elf: Remove __libc_init_secureFangrui Song2022-05-191-10/+0
* Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer2022-05-192-76/+14
* Revert "Linux: Consolidate auxiliary vector parsing"Florian Weimer2022-05-191-4/+76
* Linux: Consolidate auxiliary vector parsingFlorian Weimer2022-05-191-76/+4
* elf: Merge dl-sysdep.c into the Linux versionFlorian Weimer2022-05-191-348/+3
* elf: Remove unused NEED_DL_BASE_ADDR and _dl_base_addrFlorian Weimer2022-05-181-8/+0
* dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer2022-04-264-4/+149
* Default to --with-default-link=no (bug 25812)Florian Weimer2022-04-222-0/+171
* scripts: Add glibcelf.py moduleFlorian Weimer2022-04-222-0/+267
* S390: Add new s390 platform z16.Stefan Liebler2022-04-142-0/+14
* hppa: Fix bind-now audit (BZ #28857)Adhemerval Zanella2022-04-125-5/+10
* elf: Replace tst-audit24bmod2.so with tst-audit24bmod2H.J. Lu2022-04-121-1/+1
* Fix elf/tst-audit25a with default bind now toolchainsSzabolcs Nagy2022-04-121-0/+1
* elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard2022-04-121-1/+2
* elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella2022-04-1228-37/+1322
* elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella2022-04-086-4/+167
* elf: Add la_activity during application exitAdhemerval Zanella2022-04-085-0/+351
* elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella2022-04-084-2/+87
* elf: Issue audit la_objopen for vDSOAdhemerval Zanella2022-04-086-8/+197
* elf: Add audit tests for modules with TLSDESCAdhemerval Zanella2022-04-086-0/+242
* elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella2022-04-089-9/+288
* elf: Add _dl_audit_pltexitAdhemerval Zanella2022-04-083-66/+58
* elf: Add _dl_audit_pltenterAdhemerval Zanella2022-04-082-72/+78
* elf: Add _dl_audit_preinitAdhemerval Zanella2022-04-082-1/+16
* elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella2022-04-084-124/+125
* elf: Add _dl_audit_objcloseAdhemerval Zanella2022-04-083-34/+23
* elf: Add _dl_audit_objsearchAdhemerval Zanella2022-04-082-49/+40
* elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella2022-04-085-111/+35
* elf: Add _dl_audit_objopenAdhemerval Zanella2022-04-084-37/+44
* elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella2022-04-085-36/+270