aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-10[4/5] AArch64: Improve A64FX memset by removing unroll32Wilco Dijkstra1-17/+1
2021-08-10[3/5] AArch64: Improve A64FX memset for remaining bytesWilco Dijkstra1-33/+13
2021-08-10[2/5] AArch64: Improve A64FX memset for large sizesWilco Dijkstra1-60/+25
2021-08-10[1/5] AArch64: Improve A64FX memset for small sizesWilco Dijkstra1-60/+36
2021-08-09Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.hJoseph Myers9-7/+52
2021-08-09librt: fix NULL pointer dereference (bug 28213)Nikita Popov1-1/+1
2021-08-06powerpc64: Add checks for Altivec and VSX in ifunc selectionAnton Blanchard26-68/+139
2021-08-06powerpc64: Check cacheline size before using optimised memset routinesAnton Blanchard2-10/+23
2021-08-06powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06Anton Blanchard20-38/+38
2021-08-06Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer1-1/+1
2021-08-04Update sparc libm-test-ulpsAdhemerval Zanella1-1/+1
2021-08-04linux: Add sparck brk implementationAdhemerval Zanella1-0/+58
2021-08-04gethosts: Remove unused argument _typeSiddhesh Poyarekar1-3/+3
2021-08-03gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar1-0/+2
2021-07-28x86-64: Add Avoid_Short_Distance_REP_MOVSBH.J. Lu5-0/+25
2021-07-28Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu3-3/+3
2021-07-27hurd: _Fork: unlock malloc before calling fork child hooksSamuel Thibault1-0/+1
2021-07-25i386: Regenerate ulpsArjun Shankar2-61/+61
2021-07-23x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu13-556/+560
2021-07-23Fix build and tests with --disable-tunablesSiddhesh Poyarekar1-2/+6
2021-07-22hurd: Fix glob lstat compatibilitySamuel Thibault1-1/+2
2021-07-22socket: Add time64 alias for setsockoptFlorian Weimer21-0/+23
2021-07-22socket: Add time64 alias for getsockoptFlorian Weimer21-0/+23
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar58-58/+58