| Commit message (Expand) | Author | Age | Files | Lines |
* | linux: Define __ASSUME_CLONE3 to 0 for alpha, ia64, nios2, sh, and sparc | Adhemerval Zanella Netto | 2023-09-05 | 5 | -0/+40 |
* | mips: Add the clone3 wrapper | Adhemerval Zanella Netto | 2023-09-05 | 2 | -0/+141 |
* | arm: Add the clone3 wrapper | Adhemerval Zanella Netto | 2023-09-05 | 2 | -0/+81 |
* | htl: Fix stack information for main thread | Samuel Thibault | 2023-09-03 | 1 | -3/+27 |
* | elf: Fix slow tls access after dlopen [BZ #19924] | Szabolcs Nagy | 2023-09-01 | 2 | -3/+4 |
* | x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643] | H.J. Lu | 2023-08-29 | 1 | -18/+13 |
* | LoongArch: Change loongarch to LoongArch in comments | dengjianbo | 2023-08-29 | 24 | -24/+24 |
* | LoongArch: Add ifunc support for memcmp{aligned, lsx, lasx} | dengjianbo | 2023-08-29 | 7 | -0/+861 |
* | LoongArch: Add ifunc support for memset{aligned, unaligned, lsx, lasx} | dengjianbo | 2023-08-29 | 8 | -0/+688 |
* | LoongArch: Add ifunc support for memrchr{lsx, lasx} | dengjianbo | 2023-08-29 | 7 | -0/+335 |
* | LoongArch: Add ifunc support for memchr{aligned, lsx, lasx} | dengjianbo | 2023-08-29 | 7 | -0/+401 |
* | LoongArch: Add ifunc support for rawmemchr{aligned, lsx, lasx} | dengjianbo | 2023-08-29 | 7 | -0/+365 |
* | LoongArch: Micro-optimize LD_PCREL | Xi Ruoyao | 2023-08-29 | 1 | -6/+4 |
* | LoongArch: Remove support code for old linker in start.S | Xi Ruoyao | 2023-08-29 | 1 | -16/+3 |
* | LoongArch: Simplify the autoconf check for static PIE | Xi Ruoyao | 2023-08-29 | 2 | -50/+16 |
* | Add F_SEAL_EXEC from Linux 6.3 to bits/fcntl-linux.h. | Kir Kolyshkin | 2023-08-28 | 1 | -0/+1 |
* | m68k: Use M68K_SCALE_AVAILABLE on __mpn_lshift and __mpn_rshift | Adhemerval Zanella | 2023-08-25 | 3 | -7/+14 |
* | m68k: Fix build with -mcpu=68040 or higher (BZ 30740) | Adhemerval Zanella | 2023-08-25 | 2 | -1/+21 |
* | LoongArch: Add ifunc support for strncmp{aligned, lsx} | dengjianbo | 2023-08-24 | 6 | -0/+508 |
* | LoongArch: Add ifunc support for strcmp{aligned, lsx} | dengjianbo | 2023-08-24 | 6 | -0/+426 |
* | LoongArch: Add ifunc support for strnlen{aligned, lsx, lasx} | dengjianbo | 2023-08-24 | 7 | -0/+382 |
* | htl: move pthread_attr_setdetachstate into libc | Guy-Fleury Iteriteka | 2023-08-24 | 3 | -4/+0 |
* | htl: move pthread_attr_getdetachstate into libc | Guy-Fleury Iteriteka | 2023-08-24 | 3 | -4/+0 |
* | htl: move pthread_attr_setschedpolicy into libc | Guy-Fleury Iteriteka | 2023-08-24 | 3 | -4/+0 |
* | htl: move pthread_attr_getschedpolicy into libc | Guy-Fleury Iteriteka | 2023-08-24 | 3 | -4/+0 |
* | htl: move pthread_attr_setinheritsched into libc | Guy-Fleury Iteriteka | 2023-08-24 | 3 | -4/+0 |
* | htl: move pthread_attr_getinheritsched into libc | Guy-Fleury Iteriteka | 2023-08-24 | 3 | -4/+0 |
* | htl: move pthread_attr_getschedparam into libc | Guy-Fleury Iteriteka | 2023-08-24 | 3 | -6/+0 |
* | htl: move pthread_setschedparam into libc | Guy-Fleury Iteriteka | 2023-08-24 | 3 | -6/+0 |
* | htl: move pthread_getschedparam into libc | Guy-Fleury Iteriteka | 2023-08-24 | 3 | -4/+0 |
* | htl: move pthread_equal into libc | Guy-Fleury Iteriteka | 2023-08-24 | 3 | -4/+0 |
* | Linux: Avoid conflicting types in ld.so --list-diagnostics | Florian Weimer | 2023-08-23 | 1 | -5/+8 |
* | x86_64: Add log1p with FMA | H.J. Lu | 2023-08-21 | 4 | -0/+40 |
* | Remove references to the defunct db2 subdir | Andreas Schwab | 2023-08-21 | 3 | -11/+0 |
* | s390x: Fix static PIE condition for toolchain bootstrapping. | Stefan Liebler | 2023-08-18 | 2 | -12/+138 |
* | m68k: fix __mpn_lshift and __mpn_rshift for non-68020 | Andreas Schwab | 2023-08-17 | 2 | -4/+4 |
* | sysdeps: tst-bz21269: fix -Wreturn-type | Sam James | 2023-08-17 | 1 | -2/+0 |
* | Loongarch: Add ifunc support for memcpy{aligned, unaligned, lsx, lasx} and me... | dengjianbo | 2023-08-17 | 13 | -0/+2435 |
* | Loongarch: Add ifunc support for strchr{aligned, lsx, lasx} and strchrnul{ali... | dengjianbo | 2023-08-17 | 12 | -0/+581 |
* | sysdeps: tst-bz21269: handle ENOSYS & skip appropriately | Sam James | 2023-08-16 | 1 | -1/+10 |
* | sysdeps: tst-bz21269: fix test parameter | Sam James | 2023-08-16 | 1 | -1/+1 |
* | hurd: Fix strictness of <mach/thread_state.h> | Samuel Thibault | 2023-08-16 | 1 | -3/+3 |
* | x86_64: Add expm1 with FMA | H.J. Lu | 2023-08-14 | 4 | -0/+55 |
* | Loongarch: Add ifunc support and add different versions of strlen | dengjianbo | 2023-08-14 | 9 | -0/+418 |
* | LoongArch: Add minuimum binutils required version | dengjianbo | 2023-08-14 | 4 | -8/+7 |
* | LoongArch: Redefine macro LEAF/ENTRY. | dengjianbo | 2023-08-14 | 1 | -10/+26 |
* | x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745] | Noah Goldstein | 2023-08-11 | 1 | -4/+3 |
* | x86_64: Add log2 with FMA | H.J. Lu | 2023-08-11 | 3 | -0/+48 |
* | nscd: Do not rebuild getaddrinfo (bug 30709) | Florian Weimer | 2023-08-11 | 1 | -16/+1 |
* | x86_64: Sort fpu/multiarch/Makefile | H.J. Lu | 2023-08-10 | 1 | -20/+74 |