]> sourceware.org Git - glibc.git/history - elf
manual: clarify that scanf %n supports type modifiers
[glibc.git] / elf /
2021-03-24 Samuel Thibaultelf: Fix not compiling ifunc tests that need gcc ifunc...
2021-03-19 H.J. Luelf: Add EM_INTELGT for Intel Graphics Technology
2021-03-15 Siddhesh PoyarekarBuild libc-start with stack protector for SHARED
2021-03-15 David HughesAdd inhibit_stack_protector to ifuncmain9 [BZ #25680]
2021-03-15 Florian Weimerelf: ld.so --help calls _dl_init_paths without a main...
2021-03-12 Carlos O'Donellelf: Always set l in _dl_init_paths (bug 23462)
2021-03-02 Florian Weimerld.so: Implement the --list-diagnostics option
2021-03-02 Florian Weimerelf: Build __dl_iterate_phdr with unwinding support...
2021-02-25 Florian WeimerReduce the statically linked startup code [BZ #23323]
2021-02-23 Florian Weimernptl: Move elision implementations into libc
2021-02-12 Florian Weimerelf: Do not copy vDSO soname when setting up link map
2021-02-10 Siddhesh Poyarekartunables: Disallow negative values for some tunables
2021-02-10 Siddhesh Poyarekartunables: Simplify TUNABLE_SET interface
2021-02-05 Joseph MyersAdd NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h.
2021-02-02 H.J. Lutst-rtld-list-tunables.sh: Unset glibc tunables
2021-02-01 H.J. Lusysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
2021-02-01 Fangrui Songelf: Replace a --defsym trick with an object file to...
2021-01-29 Adhemerval Zanellaelf: Fix tests that rely on ld.so.cache for cross-compiling
2021-01-27 Matheus Castanhoelf: Limit tst-prelink-cmp target archs
2021-01-21 Szabolcs NagyUse hidden visibility for early static PIE code
2021-01-21 Szabolcs Nagyelf: Avoid RELATIVE relocs in __tunables_init
2021-01-21 Szabolcs Nagyelf: Make the tunable struct definition internal only
2021-01-19 H.J. LuUse <startup.h> in __libc_init_secure
2021-01-19 H.J. Luelf: Avoid RELATIVE relocation for _dl_sysinfo
2021-01-15 H.J. Luld.so: Add --list-tunables to print tunable values
2021-01-13 H.J. Luifuncmain6pie: Remove the circular IFUNC dependency...
2021-01-13 H.J. Luldconfig/x86: Store ISA level in cache and aux cache
2021-01-13 Szabolcs Nagyelf: work around a gcc bug in elf_get_dynamic_info
2021-01-07 H.J. Lux86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker ...
2021-01-02 Paul EggertUpdate copyright dates not handled by scripts/update...
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-23 Florian Weimerelf: Account for glibc-hwcaps/ prefix in _dl_important_...
2020-12-21 Richard Earnshawelf: Add a tunable to control use of tagged memory
2020-12-16 Florian WeimerReplace __libc_multiple_libcs with __libc_initial flag
2020-12-15 Florian Weimerelf: Record libc.so link map when it is the main progra...
2020-12-15 Szabolcs Nagyelf: Fix failure handling in _dl_map_object_from_fd
2020-12-15 Szabolcs Nagyelf: inline lose for error handling
2020-12-12 Mark Wielaardelf.h: Remove SHF_GNU_BUILD_NOTE.
2020-12-12 Dmitry V. Levinelf.h: fix spelling typos in comments
2020-12-11 Szabolcs Nagyelf: Fix dl-load.c
2020-12-11 Florian Weimerelf: Include libc.so.6 as main program in dependency...
2020-12-11 Szabolcs Nagyelf: Pass the fd to note processing
2020-12-11 Szabolcs Nagyelf: Move note processing after l_phdr is updated
2020-12-11 Dmitry V. Levintreewide: fix incorrect spelling of indices in comments
2020-12-10 Florian Weimerelf: Include <sys/param.h> in cache.c
2020-12-10 Florian Weimers390x: Add glibc-hwcaps support
2020-12-10 Florian Weimerelf: Fix run-time dependencies of tst-dlopen-fail-2
2020-12-09 Florian Weimerelf: Fix incorrect comparison in sort_priorities_by_name
2020-12-04 Florian Weimerpowerpc64le: Add glibc-hwcaps support
2020-12-04 Matheus Castanhoelf: Add missing <stddef.h> header to elf/dl-hwcaps.h
2020-12-04 Florian Weimerx86_64: Add glibc-hwcaps support
2020-12-04 Florian Weimerelf: Add glibc-hwcaps subdirectory support to ld.so...
2020-12-04 Florian Weimerelf: Process glibc-hwcaps subdirectories in ldconfig
2020-12-04 Florian Weimerelf: Implement tail merging of strings in ldconfig
2020-12-04 Florian Weimerelf: Implement a string table for ldconfig, with tail...
2020-12-04 Florian Weimerelf: Add extension mechanism to ld.so.cache
2020-12-04 Florian Weimerelf: Add endianness markup to ld.so.cache (bug 27008)
2020-12-04 Florian Weimerelf: Add glibc-hwcaps support for LD_LIBRARY_PATH
2020-12-03 Florian Weimerelf: Synchronize <elf.h> section header flags with...
2020-12-02 Florian Weimerelf.h: Fix spelling of EM_TILE64 comment
2020-11-26 Florian Weimerelf: Introduce enum opt_format in the ldconfig implemen...
2020-11-24 Shuo Wangelf: Fix uninitialized variable for _dl_write
2020-11-16 Samuel ThibaultAdd {,sysdep-}ld-library-path make variable
2020-11-16 Florian Weimernptl: Move stack list variables into _rtld_global
2020-11-11 Samuel Thibaulthurd: keep only required PLTs in ld.so
2020-10-30 Florian Weimerelf: In ldconfig, extract the new_sub_entry function...
2020-10-30 Florian Weimerelf: Unify old and new format cache handling code in...
2020-10-28 Érico RolimMake elf.h header self contained.
2020-10-22 Siddhesh PoyarekarReword description of SXID_* tunable properties
2020-10-13 Rolf Eike Beerrtld: fix typo in comment
2020-10-12 Matheus Castanhoelf: Add missing <dl-procinfo.h> header to elf/dl-usage.c
2020-10-09 Florian Weimerelf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen...
2020-10-09 Florian Weimerelf: Enhance ld.so --help to print HWCAP subdirectories
2020-10-09 Florian Weimerelf: Add library search path information to ld.so ...
2020-10-08 Florian Weimerelf: Make __rtld_env_path_list and __rtld_search_dirs...
2020-10-08 Florian Weimerelf: Print the full name of the dynamic loader in the...
2020-10-08 Florian Weimerelf: Use the term "program interpreter" in the ld.so...
2020-10-08 Florian Weimerelf: Implement ld.so --version
2020-10-08 Florian Weimerelf: Implement ld.so --help
2020-10-08 Florian Weimerelf: Record whether paths come from LD_LIBRARY_PATH...
2020-10-08 Florian Weimerelf: Move ld.so error/help output to _dl_usage
2020-10-08 Florian Weimerelf: Extract command-line/environment variables state...
2020-10-08 Florian Weimerelf: Implement __rtld_malloc_is_complete
2020-10-08 Andreas SchwabRevert "Fix missing redirects in testsuite targets"
2020-10-07 Florian Weimerelf: Implement _dl_write
2020-10-07 Florian Weimerelf: Do not search HWCAP subdirectories in statically...
2020-09-29 H.J. LuSet tunable value as well as min/max values
2020-09-29 Vincent Mihalkovicld.so: add an --argv0 option [BZ #16124]
2020-09-11 Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-09-07 Mark Wielaardelf.h: Add aarch64 bti/pac dynamic tag constants
2020-08-27 Alistair Franciself/tst-libc_dlvsym: Add a TEST_COMPAT around some...
2020-07-20 Florian Weimerelf: Change TLS static surplus default back to 1664
2020-07-16 Florian WeimerLinux: Remove rseq support
2020-07-08 Szabolcs Nagyrtld: Avoid using up static TLS surplus for optimizatio...
2020-07-08 Szabolcs Nagyrtld: Account static TLS surplus for audit modules
2020-07-08 Szabolcs Nagyrtld: Add rtld.nns tunable for the number of supported...
2020-07-08 Szabolcs Nagyrtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling
2020-07-07 Florian Weimerelf: Do not signal LA_ACT_CONSISTENT for an empty names...
2020-07-06 Florian WeimerAdd the __libc_single_threaded variable
2020-07-06 Mathieu DesnoyersLinux: Perform rseq registration at C startup and threa...
next
This page took 0.088896 seconds and 8 git commands to generate.