aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu
2021-09-22Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers
2021-09-21nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust...Florian Weimer
2021-09-20powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke
2021-09-20nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-16htl: Reimplement GSCOPESergey Bugaev
2021-09-16htl: Move thread table to ld.soSergey Bugaev
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-15mach lll_lock/unlock: Explicitly request private lockingSamuel Thibault
2021-09-15elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-14Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l...Joseph Myers
2021-09-14Update kernel version to 5.14 in tst-mman-consts.pyJoseph Myers
2021-09-13nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer
2021-09-13nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer
2021-09-10Add narrowing square root functionsJoseph Myers
2021-09-08Update syscall lists for Linux 5.14Joseph Myers
2021-09-07MIPS: Setup errno for {f,l,}xstatJiaxun Yang
2021-09-06Update hppa libm-test-ulpsJohn David Anglin
2021-09-06AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura
2021-09-06Revert "AArch64: Update A64FX memset not to degrade at 16KB"Szabolcs Nagy
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-09-03AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura via Libc-alpha
2021-08-31configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]Fangrui Song
2021-08-31hurd msync: Drop bogus testSamuel Thibault
2021-08-31hurd: Fix typo in msyncSamuel Thibault
2021-08-30x86-64: Use testl to check __x86_string_controlH.J. Lu
2021-08-30i686: Don't include multiarch memove in libc.aH.J. Lu
2021-08-26Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella
2021-08-24powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song
2021-08-24x86-64: Remove assembler AVX512DQ checkH.J. Lu
2021-08-24x86-64: Remove compiler -mavx512f checkH.J. Lu
2021-08-23hurd: Remove old test-err_np.c fileSamuel Thibault
2021-08-22x86-64: Optimize load of all bits set into ZMM register [BZ #28252]H.J. Lu
2021-08-19x86: fix Autoconf caching of instruction support checks [BZ #27991]Matt Whitlock
2021-08-18arm: Simplify elf_machine_{load_address,dynamic}Fangrui Song
2021-08-18riscv: Drop reliance on _GLOBAL_OFFSET_TABLE_[0]Fangrui Song
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song
2021-08-17x86_64: Simplify elf_machine_{load_address,dynamic}Fangrui Song
2021-08-16elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song
2021-08-16hurd: Drop fmh kludgeSamuel Thibault
2021-08-13mips: increase stack alignment in clone to match the ABIXi Ruoyao
2021-08-12mips: align stack in clone [BZ #28223]Xi Ruoyao
2021-08-11hurd mmap: Reduce the requested max vmprotSergey Bugaev
2021-08-11hurd mmap: Factorize MAP_SHARED flag checkSergey Bugaev
2021-08-11aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song
2021-08-10[5/5] AArch64: Improve A64FX memset medium loopsWilco Dijkstra