Age | Commit message (Expand) | Author | Files | Lines |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 2 | -2/+2 |
2023-01-12 | elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864] | Adhemerval Zanella | 2 | -34/+12 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 13 | -14/+14 |
2022-11-03 | elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249) | Florian Weimer | 1 | -9/+5 |
2022-10-06 | csu: Disable stack protector for static-reloc for static-pie | Adhemerval Zanella | 1 | -5/+11 |
2022-05-16 | Remove kernel version check | Adhemerval Zanella | 2 | -8/+3 |
2022-05-16 | csu: Implement and use _dl_early_allocate during static startup | Florian Weimer | 1 | -3/+8 |
2022-04-19 | elf: Remove __libc_init_secure | Fangrui Song | 1 | -3/+0 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 13 | -14/+14 |
2021-12-28 | elf: Add _dl_audit_preinit | Adhemerval Zanella | 1 | -20/+3 |
2021-12-12 | hurd: Add rules for static PIE build | Samuel Thibault | 1 | -5/+12 |
2021-12-09 | Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN | Florian Weimer | 1 | -2/+3 |
2021-12-05 | csu: Always use __executable_start in gmon-start.c | Florian Weimer | 1 | -26/+3 |
2021-09-19 | Extend struct r_debug to support multiple namespaces [BZ #15971] | H.J. Lu | 2 | -0/+9 |
2021-08-24 | Use __executable_start as the lowest address for profiling [BZ #28153] | H.J. Lu | 1 | -1/+9 |
2021-07-09 | Force building with -fno-common | Florian Weimer | 1 | -2/+1 |
2021-06-22 | Use 64 bit time_t stat internally | Adhemerval Zanella | 1 | -4/+4 |
2021-06-04 | nptl: Remove exit-thread.h | Adhemerval Zanella | 1 | -1/+0 |
2021-05-10 | elf: Introduce __tls_pre_init_tp | Florian Weimer | 1 | -0/+2 |
2021-04-21 | elf: Introduce __tls_init_tp for second-phase TCB initialization | Florian Weimer | 1 | -7/+1 |
2021-04-21 | csu: Move calling main out of __libc_start_main_impl | Florian Weimer | 1 | -70/+4 |
2021-03-15 | Build libc-start with stack protector for SHARED | Siddhesh Poyarekar | 1 | -10/+12 |
2021-02-25 | Reduce the statically linked startup code [BZ #23323] | Florian Weimer | 4 | -127/+159 |
2021-01-21 | csu: Move static pie self relocation later [BZ #27072] | Szabolcs Nagy | 1 | -2/+5 |
2021-01-21 | Use hidden visibility for early static PIE code | Szabolcs Nagy | 1 | -0/+4 |
2021-01-21 | csu: Avoid weak ref for __ehdr_start in static PIE | Szabolcs Nagy | 1 | -0/+4 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 14 | -15/+15 |
2020-12-16 | Replace __libc_multiple_libcs with __libc_initial flag | Florian Weimer | 2 | -15/+8 |
2020-11-16 | nptl: Move stack list variables into _rtld_global | Florian Weimer | 1 | -0/+7 |
2020-10-30 | Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647) | Joseph Myers | 1 | -0/+10 |
2020-09-11 | Remove internal usage of extensible stat functions | Adhemerval Zanella | 1 | -1/+1 |
2020-07-16 | Linux: Remove rseq support | Florian Weimer | 1 | -6/+0 |
2020-07-12 | elf: Support at least 32-byte alignment in static dlopen | Florian Weimer | 1 | -0/+6 |
2020-07-08 | rtld: Avoid using up static TLS surplus for optimizations [BZ #25051] | Szabolcs Nagy | 1 | -0/+3 |
2020-07-08 | rtld: Account static TLS surplus for audit modules | Szabolcs Nagy | 1 | -2/+2 |
2020-07-08 | rtld: Add rtld.nns tunable for the number of supported namespaces | Szabolcs Nagy | 1 | -14/+14 |
2020-07-08 | Rewrite abi-note.S in C. | Szabolcs Nagy | 1 | -10/+15 |
2020-05-18 | Remove NO_CTORS_DTORS_SECTIONS macro | Florian Weimer | 1 | -4/+0 |
2020-04-29 | elf: Add initial flag argument to __libc_early_init | Florian Weimer | 1 | -1/+2 |
2020-04-24 | elf: Implement __libc_early_init | Florian Weimer | 2 | -4/+5 |
2020-02-25 | csu: Use ELF constructor instead of _init in libc.so | Florian Weimer | 1 | -6/+6 |
2020-02-18 | Introduce <elf-initfini.h> and ELF_INITFINI for all architectures | Florian Weimer | 2 | -3/+12 |
2020-01-03 | elf: Move vDSO setup to rtld (BZ#24967) | Adhemerval Zanella | 1 | -4/+0 |
2020-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 14 | -14/+14 |
2019-11-15 | Introduce link_map_audit_state accessor function | Florian Weimer | 1 | -1/+1 |
2019-11-12 | slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097] | Florian Weimer | 1 | -20/+14 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 14 | -14/+14 |
2019-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 14 | -14/+14 |