summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-21ppc64le: Restore optimized strncmp for power10release/2.39/masterSachin Monga
2025-11-21ppc64le: Restore optimized strcmp for power10Sachin Monga
2025-11-18AArch64: Fix instability in AdvSIMD tanJoe Ramsay
2025-11-18AArch64: Optimise SVE scalar callbacksJoe Ramsay
2025-11-14aarch64: fix includes in SME testsYury Khrustalev
2025-11-14aarch64: fix cfi directives around __libc_arm_za_disableYury Khrustalev
2025-11-14aarch64: tests for SMEYury Khrustalev
2025-11-14aarch64: clear ZA state of SME before clone and clone3 syscallsYury Khrustalev
2025-11-14aarch64: define macro for calling __libc_arm_za_disableYury Khrustalev
2025-11-14aarch64: update tests for SMEYury Khrustalev
2025-11-14aarch64: Disable ZA state of SME in setjmp and sigsetjmpYury Khrustalev
2025-11-14linux: Also check pkey_get for ENOSYS on tst-pkey (BZ 31996)Adhemerval Zanella
2025-11-13aarch64: Do not link conform tests with -Wl,-z,force-bti (bug 33601)Florian Weimer
2025-11-04x86: fix wmemset ifunc stray '!' (bug 33542)Jiamei Xie
2025-10-08x86: Detect Intel Nova Lake ProcessorSunil K Pandey
2025-10-08x86: Detect Intel Wildcat Lake ProcessorSunil K Pandey
2025-09-19nss: Group merge does not react to ERANGE during merge (bug 33361)Florian Weimer
2025-08-26Rename new tst-sem17 test to tst-sem18Joseph Myers
2025-08-26Avoid uninitialized result in sem_open when file does not existJoseph Myers
2025-08-26elf: handle addition overflow in _dl_find_object_update_1 [BZ #32245]Aurelien Jarno
2025-08-20Optimize __libc_tsd_* thread variable accessFlorian Weimer
2025-08-19i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221]H.J. Lu
2025-08-19i386: Also add GLIBC_ABI_GNU2_TLS version [BZ #33129]H.J. Lu
2025-08-19debug: Fix tst-longjmp_chk3 build failure on HurdFlorian Weimer
2025-08-19debug: Wire up tst-longjmp_chk3Florian Weimer
2025-08-18i386: Update ___tls_get_addr to preserve vector registersH.J. Lu
2025-08-18elf: Preserve _rtld_global layout for the release branchFlorian Weimer
2025-08-18elf: Compile _dl_debug_state separately (bug 33224)Florian Weimer
2025-08-18elf: Restore support for _r_debug interpositions and copy relocationsFlorian Weimer
2025-08-18elf: Introduce _dl_debug_change_stateFlorian Weimer
2025-08-18elf: Introduce separate _r_debug_array variableFlorian Weimer
2025-08-18elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructorFlorian Weimer
2025-08-18elf: Fix handling of symbol versions which hash to zero (bug 29190)Florian Weimer
2025-08-18elf: Second ld.so relocation only if libc.so has been loadedFlorian Weimer
2025-08-18elf: Reorder audit events in dlcose to match _dl_fini (bug 32066)Florian Weimer
2025-08-18elf: Call la_objclose for proxy link maps in _dl_fini (bug 32065)Florian Weimer
2025-08-18elf: Signal la_objopen for the proxy link map in dlmopen (bug 31985)Florian Weimer
2025-08-18elf: Add the endswith function to <endswith.h>Florian Weimer
2025-08-18elf: Update DSO list, write audit log to elf/tst-audit23.outFlorian Weimer
2025-08-18elf: Switch to main malloc after final ld.so self-relocationFlorian Weimer
2025-08-18elf: Introduce _dl_relocate_object_no_relroFlorian Weimer
2025-08-18elf: Do not define consider_profiling, consider_symbind as macrosFlorian Weimer
2025-08-18elf: rtld_multiple_ref is always trueFlorian Weimer
2025-08-18Revert "elf: Run constructors on cyclic recursive dlopen (bug 31986)"Florian Weimer
2025-08-18elf: Fix map_complete Systemtap probe in dl_open_workerFlorian Weimer
2025-08-18elf: Signal RT_CONSISTENT after relocation processing in dlopen (bug 31986)Florian Weimer
2025-08-18elf: Signal LA_ACT_CONSISTENT to auditors after RT_CONSISTENT switchFlorian Weimer
2025-08-18elf: Run constructors on cyclic recursive dlopen (bug 31986)Florian Weimer
2025-08-18ldconfig: Move endswithn into a new header fileAdam Sampson
2025-08-15x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212]H.J. Lu