aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2025-01-10Add generic 'extra TLS'Michael Jeanson1-0/+46
2025-01-09elf: Always define TLS_TP_OFFSETFlorian Weimer1-0/+3
2025-01-09Move <thread_pointer.h> to kernel-independent sysdeps directoriesFlorian Weimer1-0/+28
2025-01-02elf: Introduce generic <dl-tls.h>Florian Weimer1-2/+36
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert189-189/+189
2024-12-31elf: Do not change stack permission on dlopen/dlmopenAdhemerval Zanella1-18/+4
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella1-1/+1
2024-12-20elf: Move _dl_rtld_map, _dl_rtld_audit_state out of GLFlorian Weimer1-10/+9
2024-12-20elf: Introduce is_rtld_link_mapFlorian Weimer1-1/+15
2024-12-19elf: Remove code dependent on __rtld_lock_default_lock_recursive macroFlorian Weimer1-6/+0
2024-12-04malloc: Optimize small memory clearing for callocH.J. Lu1-0/+49
2024-12-02elf: Consolidate stackinfo.hAdhemerval Zanella1-3/+12
2024-11-22math: Use tanf from CORE-MATHAdhemerval Zanella1-0/+150
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella2-1/+29
2024-11-06elf: Introduce _dl_relocate_object_no_relroFlorian Weimer1-0/+7
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella2-2/+51
2024-08-23nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella1-0/+25
2024-08-19elf: Make dl-fptr and dl-symaddr hppa specificAdhemerval Zanella1-45/+0
2024-08-05elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)Florian Weimer1-7/+1
2024-08-05elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer1-3/+1
2024-08-01Add mremap testsH.J. Lu1-0/+25
2024-07-01elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer1-0/+14
2024-06-18elf: Remove HWCAP_IMPORTANTStefan Liebler1-3/+0
2024-06-18elf: Remove LD_HWCAP_MASK / tunable glibc.cpu.hwcap_maskStefan Liebler1-1/+0
2024-06-18elf: Remove _DL_HWCAP_PLATFORMStefan Liebler1-3/+0
2024-06-18elf: Remove _dl_string_platformStefan Liebler1-2/+0
2024-04-19login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer1-0/+23
2024-04-08elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer1-0/+54
2024-04-05Reinstate generic features-time64.hAdhemerval Zanella1-0/+19
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella1-19/+0
2024-03-19powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti1-0/+2
2024-02-01string: Use builtins for ffs and ffsllAdhemerval Zanella Netto2-0/+3
2024-01-12Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao1-0/+2
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella3-28/+0
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert182-182/+182
2024-01-01elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu1-4/+3
2023-12-19elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella1-0/+134
2023-12-05elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella1-0/+2
2023-12-05elf: Ignore loader debug env vars for setuidAdhemerval Zanella1-0/+2
2023-11-23Remove __access_noerrnoJoseph Myers1-2/+0
2023-11-21elf: Add all malloc tunable to unsecvarsAdhemerval Zanella1-0/+7
2023-11-21elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella1-0/+1
2023-11-07linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella1-0/+27
2023-10-31string: Add internal memswap implementationAdhemerval Zanella1-0/+41
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella2-36/+0
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer1-4/+0
2023-10-17Add LE DSCP code point from RFC-8622.Bruno Victal1-0/+5
2023-10-02Propagate GLIBC_TUNABLES in setxid binariesSiddhesh Poyarekar1-1/+0
2023-09-26elf: Add dummy declaration of _dl_audit_objclose for !SHAREDFlorian Weimer1-1/+8
2023-09-08elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer1-0/+4