Age | Commit message (Expand) | Author | Files | Lines |
2020-12-02 | elf.h: Fix spelling of EM_TILE64 comment | Florian Weimer | 1 | -1/+1 |
2020-11-26 | elf: Introduce enum opt_format in the ldconfig implementation | Florian Weimer | 2 | -17/+16 |
2020-11-24 | elf: Fix uninitialized variable for _dl_write | Shuo Wang | 1 | -1/+1 |
2020-11-16 | Add {,sysdep-}ld-library-path make variable | Samuel Thibault | 1 | -2/+2 |
2020-11-16 | nptl: Move stack list variables into _rtld_global | Florian Weimer | 4 | -6/+23 |
2020-11-11 | hurd: keep only required PLTs in ld.so | Samuel Thibault | 1 | -0/+4 |
2020-10-30 | elf: In ldconfig, extract the new_sub_entry function from search_dir | Florian Weimer | 1 | -13/+21 |
2020-10-30 | elf: Unify old and new format cache handling code in ld.so | Florian Weimer | 1 | -142/+145 |
2020-10-28 | Make elf.h header self contained. | Érico Rolim | 1 | -6/+0 |
2020-10-22 | Reword description of SXID_* tunable properties | Siddhesh Poyarekar | 1 | -5/+6 |
2020-10-13 | rtld: fix typo in comment | Rolf Eike Beer | 1 | -1/+1 |
2020-10-12 | elf: Add missing <dl-procinfo.h> header to elf/dl-usage.c | Matheus Castanho | 1 | -0/+1 |
2020-10-09 | elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcaps | Florian Weimer | 2 | -8/+6 |
2020-10-09 | elf: Enhance ld.so --help to print HWCAP subdirectories | Florian Weimer | 1 | -0/+62 |
2020-10-09 | elf: Add library search path information to ld.so --help | Florian Weimer | 1 | -0/+56 |
2020-10-08 | elf: Make __rtld_env_path_list and __rtld_search_dirs global variables | Florian Weimer | 1 | -26/+27 |
2020-10-08 | elf: Print the full name of the dynamic loader in the ld.so help message | Florian Weimer | 2 | -1/+4 |
2020-10-08 | elf: Use the term "program interpreter" in the ld.so help message | Florian Weimer | 1 | -11/+11 |
2020-10-08 | elf: Implement ld.so --version | Florian Weimer | 3 | -0/+20 |
2020-10-08 | elf: Implement ld.so --help | Florian Weimer | 3 | -13/+75 |
2020-10-08 | elf: Record whether paths come from LD_LIBRARY_PATH or --library-path | Florian Weimer | 4 | -4/+10 |
2020-10-08 | elf: Move ld.so error/help output to _dl_usage | Florian Weimer | 4 | -26/+65 |
2020-10-08 | elf: Extract command-line/environment variables state from rtld.c | Florian Weimer | 2 | -96/+157 |
2020-10-08 | elf: Implement __rtld_malloc_is_complete | Florian Weimer | 1 | -0/+8 |
2020-10-08 | Revert "Fix missing redirects in testsuite targets" | Andreas Schwab | 1 | -1/+1 |
2020-10-07 | elf: Implement _dl_write | Florian Weimer | 2 | -1/+57 |
2020-10-07 | elf: Do not search HWCAP subdirectories in statically linked binaries | Florian Weimer | 2 | -2/+16 |
2020-09-29 | Set tunable value as well as min/max values | H.J. Lu | 2 | -6/+60 |
2020-09-29 | ld.so: add an --argv0 option [BZ #16124] | Vincent Mihalkovic | 4 | -3/+94 |
2020-09-11 | Remove internal usage of extensible stat functions | Adhemerval Zanella | 4 | -6/+6 |
2020-09-07 | elf.h: Add aarch64 bti/pac dynamic tag constants | Mark Wielaard | 1 | -0/+2 |
2020-08-27 | elf/tst-libc_dlvsym: Add a TEST_COMPAT around some symbol tests | Alistair Francis | 1 | -0/+5 |
2020-07-20 | elf: Change TLS static surplus default back to 1664 | Florian Weimer | 3 | -8/+75 |
2020-07-16 | Linux: Remove rseq support | Florian Weimer | 2 | -12/+1 |
2020-07-08 | rtld: Avoid using up static TLS surplus for optimizations [BZ #25051] | Szabolcs Nagy | 15 | -17/+359 |
2020-07-08 | rtld: Account static TLS surplus for audit modules | Szabolcs Nagy | 2 | -6/+40 |
2020-07-08 | rtld: Add rtld.nns tunable for the number of supported namespaces | Szabolcs Nagy | 3 | -5/+62 |
2020-07-08 | rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling | Szabolcs Nagy | 2 | -12/+96 |
2020-07-07 | elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076] | Florian Weimer | 1 | -2/+8 |
2020-07-06 | Add the __libc_single_threaded variable | Florian Weimer | 11 | -6/+548 |
2020-07-06 | Linux: Perform rseq registration at C startup and thread creation | Mathieu Desnoyers | 2 | -1/+11 |
2020-06-24 | elf: Include <stdbool.h> in <dl-tunables.h> because bool is used | Florian Weimer | 1 | -0/+2 |
2020-06-15 | ld.so: Check for new cache format first and enhance corruption check | Florian Weimer | 1 | -12/+15 |
2020-06-09 | Add "%d" support to _dl_debug_vdprintf | H.J. Lu | 1 | -2/+29 |
2020-06-05 | dl-runtime: reloc_{offset,index} now functions arch overide'able | Vineet Gupta | 2 | -11/+47 |
2020-06-04 | Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGE | H.J. Lu | 1 | -2/+2 |
2020-05-28 | elf: Remove extra hwcap mechanism from ldconfig | Florian Weimer | 1 | -71/+16 |
2020-05-28 | elf: Do not read hwcaps from the vDSO in ld.so | Florian Weimer | 1 | -110/+0 |
2020-05-25 | elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functions | Florian Weimer | 2 | -1/+32 |
2020-05-21 | elf.h: add aarch64 property definitions | Szabolcs Nagy | 1 | -0/+6 |