[v3,0/7] Fix some libm static issues
[platform/upstream/glibc.git] / elf /
2024-03-05 Dongkyun SonRevert "elf: Refuse to dlopen PIE objects [BZ #24323]"
2024-03-05 Denis Khalikov[ASan] Enable build with ASan.
2024-01-29 Andreas Schwabelf: correct relocation statistics for !ELF_MACHINE_STA...
2024-01-10 Carlos O'Donellelf: Fix tst-nodeps2 test failure.
2024-01-08 Adhemerval ZanellaRemove ia64-linux-gnu
2024-01-05 H.J. Luelf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLT
2024-01-01 Paul EggertUpdate copyright dates not handled by scripts/update...
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2024-01-01 H.J. Luelf: Always provide _dl_get_dl_main_map in libc.a
2023-12-20 Szabolcs Nagyelf: Add TLS modid reuse test for bug 29039
2023-12-20 Stefan LieblerFix elf/tst-env-setuid[-static] if test needs to be...
2023-12-19 Adhemerval Zanellaelf: Do not set invalid tunables values
2023-12-19 Adhemerval Zanellaelf: Do not duplicate the GLIBC_TUNABLES string
2023-12-08 Florian Weimerelf: Initialize GLRO(dl_lazy) before relocating libc...
2023-12-07 Adhemerval Zanellaelf: Fix wrong break removal from 8ee878592c
2023-12-05 Adhemerval Zanellaelf: Refactor process_envvars
2023-12-05 Adhemerval Zanellaelf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid...
2023-12-05 Adhemerval Zanellaelf: Ignore loader debug env vars for setuid
2023-11-29 Adhemerval Zanellaelf: Add a way to check if tunable is set (BZ 27069)
2023-11-28 Hector Martinelf: Fix TLS modid reuse generation assignment (BZ...
2023-11-27 Florian Weimerelf: Relocate libc.so early during startup and dlmopen...
2023-11-27 Florian Weimerelf: Introduce the _dl_open_relocate_one_object function
2023-11-27 Florian Weimerelf: In _dl_relocate_object, skip processing if object...
2023-11-21 Adhemerval Zanellaelf: Add comments on how LD_AUDIT and LD_PRELOAD handle...
2023-11-21 Adhemerval Zanellaelf: Ignore LD_LIBRARY_PATH and debug env var for setui...
2023-11-21 Adhemerval Zanellaelf: Remove any_debug from dl_main_state
2023-11-21 Adhemerval Zanellaelf: Remove LD_PROFILE for static binaries
2023-11-21 Adhemerval Zanellaelf: Ignore LD_PROFILE for setuid binaries
2023-11-21 Adhemerval Zanellaelf: Emit warning if tunable is ill-formatted
2023-11-21 Adhemerval Zanellaelf: Fix _dl_debug_vdprintf to work before self-relocation
2023-11-21 Adhemerval Zanellaelf: Do not parse ill-formatted strings
2023-11-21 Adhemerval Zanellaelf: Do not process invalid tunable format
2023-11-21 Adhemerval Zanellaelf: Add all malloc tunable to unsecvars
2023-11-21 Adhemerval Zanellaelf: Ignore GLIBC_TUNABLES for setuid/setgid binaries
2023-11-21 Adhemerval Zanellaelf: Add GLIBC_TUNABLES to unsecvars
2023-11-21 Adhemerval Zanellaelf: Remove /etc/suid-debug support
2023-11-20 Florian Weimerldconfig: Fixes for skipping temporary files.
2023-11-20 Florian Weimernptl: Rename tst-execstack to tst-execstack-threads
2023-11-16 Florian Weimerelf: Fix force_first handling in dlclose (bug 30981)
2023-11-16 Adhemerval Zanellaelf: Handle non-directory name in search path (BZ 31035)
2023-11-13 Yanzhang Wangtest: Run the tst-tls-allocation-failure-static-patched...
2023-11-07 Adhemerval Zanellaelf: Add glibc.mem.decorate_maps tunable
2023-11-07 Adhemerval Zanellamalloc: Decorate malloc maps
2023-11-07 Adhemerval Zanellanptl: Decorate thread stack on pthread_create
2023-11-03 Adhemerval Zanellalinux: Sync Linux 6.6 elf.h
2023-10-30 Adhemerval Zanellacrypt: Remove libcrypt support
2023-10-20 Florian Weimerelf: ldconfig should skip temporary files created by...
2023-10-19 Joseph MyersAdd NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5...
2023-10-18 Adhemerval Zanellaelf: Do not print the cache entry if --inhibit-cache...
2023-10-18 Florian WeimerRevert "elf: Always call destructors in reverse constru...
2023-10-18 Florian WeimerRevert "elf: Fix compile error with -DNDEBUG [BZ #18755]"
2023-10-02 Siddhesh Poyarekartunables: Terminate if end of input is reached (CVE...
2023-09-27 Qingqing Lielf: Fix compile error with -DNDEBUG [BZ #18755]
2023-09-27 Ying HuangMIPS: Add relocation types
2023-09-27 Ying HuangMIPS: Add new section type SHT_MIPS_ABIFLAGS
2023-09-27 Ying HuangMIPS: Add ELF file header flags
2023-09-21 Joe Simmons-Talbottelf: dl-lookup: Remove unused alloca.h include
2023-09-08 Florian Weimerelf: Remove unused l_text_end field from struct link_map
2023-09-08 Florian Weimerelf: Always call destructors in reverse constructor...
2023-09-01 Szabolcs Nagyelf: Fix slow tls access after dlopen [BZ #19924]
2023-08-25 Florian Weimerelf: Check that --list-diagnostics output has the expec...
2023-08-22 Florian Weimerelf: Do not run constructors for proxy objects
2023-08-14 caiyinyuLoongArch: elf: Add new LoongArch reloc types 109 into...
2023-08-14 Xi Ruoyaoelf: Add new LoongArch reloc types (101 to 108) into...
2023-07-22 Andreas K. HüttelRevert "MIPS: Sync elf.h from binutils"
2023-07-22 Ying HuangMIPS: Sync elf.h from binutils
2023-07-19 Stefan LieblerFix getting return address in elf/tst-audit28.c.
2023-07-12 Adhemerval Zanellasparc: Fix la_symbind for bind-now (BZ 23734)
2023-07-07 Florian Weimerelf: _dl_find_object may return 1 during early startup...
2023-07-05 Frédéric BératAllow glibc to be built with _FORTIFY_SOURCE
2023-06-30 H.J. Luld.so: Always use MAP_COPY to map the first segment...
2023-06-26 Andreas Schwabelf: Update list of RISC-V relocations
2023-06-26 Sergey Bugaevelf: Port ldconfig away from stack-allocated paths
2023-06-19 Frédéric Bérattests: replace system by xsystem
2023-06-03 Carlos O'Donellelf: Sort Makefile variables.
2023-06-02 Paul PluzhnikovFix a few more typos I missed in previous round --...
2023-05-31 Florian Weimerelf: Remove spurios SHARED conditional from elf/rtld.c
2023-05-30 Florian Weimerelf: Make more functions available for binding during...
2023-05-29 Paul PluzhnikovFix misspellings in elf/ -- BZ 25337
2023-05-26 Joseph MyersAdd AT_RSEQ_* from Linux 6.3 to elf.h
2023-05-25 Roy Eldarelf: add test for dl-printf
2023-05-25 Roy Eldarelf: fix handling of negative numbers in dl-printf
2023-05-25 Siddhesh Poyarekarelf: Update comment in open_path
2023-05-25 Qixing ksyx Xueelf: Add test for locating libraries in root dir (bug...
2023-05-25 Andreas Schwabrtld: properly handle root directory in load path ...
2023-05-18 Carlos O'Donellelf: Adjust tests in Makefile.
2023-05-16 Carlos O'Donellelf: Reformat Makefile.
2023-05-09 Andreas Schwabdlopen: skip debugger notification for DSO loaded from...
2023-05-07 Florian WeimerRevert "riscv: Resolve symbols directly for symbols...
2023-04-28 Hsiangkai Wangriscv: Resolve symbols directly for symbols with STO_RI...
2023-04-28 Indu Bhagatelf.h: add PT_GNU_SFRAME
2023-04-22 Sergey BugaevUse O_CLOEXEC in more places (BZ #15722)
2023-03-29 Adhemerval Zanella... Remove --enable-tunables configure option
2023-03-27 Romain Geisslerelf: Take into account ${sysconfdir} in elf/tst-ldconfi...
2023-03-27 Romain GeisslerFix tst-glibc-hwcaps-prepend-cache with custom configur...
2023-03-27 Romain GeisslerFix tst-ldconfig-ld_so_conf-update with custom configur...
2023-03-27 Adhemerval Zanella... Remove --with-default-link configure option
2023-03-27 Adhemerval Zanella... libio: Remove the usage of __libc_IO_vtables
2023-03-27 Adhemerval Zanella... Move libc_freeres_ptrs and libc_subfreeres to hidden...
2023-03-27 Andreas Schwab_dl_map_object_from_fd: Remove unnecessary debugger...
next