aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-09-22Add narrowing fma functionsJoseph Myers67-1/+947
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu6-14/+98
2021-09-22Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers1-0/+3
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers14-14/+18
2021-09-21nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust...Florian Weimer1-2/+2
2021-09-20powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke1-0/+1
2021-09-20nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer1-2/+19
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu1-4/+8
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev21-32/+0
2021-09-16htl: Reimplement GSCOPESergey Bugaev3-20/+76
2021-09-16htl: Move thread table to ld.soSergey Bugaev9-11/+52
2021-09-15Redirect fma calls to __fma in libmJoseph Myers21-0/+21
2021-09-15mach lll_lock/unlock: Explicitly request private lockingSamuel Thibault1-2/+2
2021-09-15elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev1-5/+6
2021-09-14Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l...Joseph Myers1-0/+4
2021-09-14Update kernel version to 5.14 in tst-mman-consts.pyJoseph Myers1-1/+1
2021-09-13nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer3-0/+212
2021-09-13nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer4-90/+95
2021-09-10Add narrowing square root functionsJoseph Myers64-1/+994
2021-09-08Update syscall lists for Linux 5.14Joseph Myers26-2/+33
2021-09-07MIPS: Setup errno for {f,l,}xstatJiaxun Yang3-3/+9
2021-09-06Update hppa libm-test-ulpsJohn David Anglin1-1/+1
2021-09-06AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura1-1/+8
2021-09-06Revert "AArch64: Update A64FX memset not to degrade at 16KB"Szabolcs Nagy1-8/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1611-1979/+0
2021-09-03AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura via Libc-alpha1-1/+8
2021-08-31configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]Fangrui Song1-0/+4
2021-08-31hurd msync: Drop bogus testSamuel Thibault1-3/+0
2021-08-31hurd: Fix typo in msyncSamuel Thibault1-1/+1
2021-08-30x86-64: Use testl to check __x86_string_controlH.J. Lu1-2/+2
2021-08-30i686: Don't include multiarch memove in libc.aH.J. Lu1-1/+1
2021-08-26Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella1-21/+10
2021-08-24powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song3-0/+40
2021-08-24x86-64: Remove assembler AVX512DQ checkH.J. Lu14-138/+0
2021-08-24x86-64: Remove compiler -mavx512f checkH.J. Lu4-39/+0
2021-08-23hurd: Remove old test-err_np.c fileSamuel Thibault1-4/+0
2021-08-22x86-64: Optimize load of all bits set into ZMM register [BZ #28252]H.J. Lu10-64/+11
2021-08-19x86: fix Autoconf caching of instruction support checks [BZ #27991]Matt Whitlock2-37/+53
2021-08-18arm: Simplify elf_machine_{load_address,dynamic}Fangrui Song1-37/+10
2021-08-18riscv: Drop reliance on _GLOBAL_OFFSET_TABLE_[0]Fangrui Song1-11/+10
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song23-1429/+0
2021-08-17x86_64: Simplify elf_machine_{load_address,dynamic}Fangrui Song1-14/+7
2021-08-16elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2-6/+4
2021-08-16hurd: Drop fmh kludgeSamuel Thibault1-35/+0
2021-08-13mips: increase stack alignment in clone to match the ABIXi Ruoyao1-3/+3
2021-08-12mips: align stack in clone [BZ #28223]Xi Ruoyao1-0/+7
2021-08-11hurd mmap: Reduce the requested max vmprotSergey Bugaev1-4/+18
2021-08-11hurd mmap: Factorize MAP_SHARED flag checkSergey Bugaev1-12/+10
2021-08-11aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song1-15/+9
2021-08-10[5/5] AArch64: Improve A64FX memset medium loopsWilco Dijkstra1-26/+19