Age | Commit message (Expand) | Author |
2023-09-14 | Add MOVE_MOUNT_BENEATH from Linux 6.5 to sys/mount.h | Joseph Myers |
2023-09-12 | Update syscall lists for Linux 6.5 | Joseph Myers |
2023-09-11 | ia64: Work around miscompilation and fix build on ia64's gcc-10 and later | Sergei Trofimovich |
2023-09-11 | stdio: Remove __libc_message alloca usage | Joe Simmons-Talbott |
2023-09-09 | htl: avoid exposing the vm_region symbol | Samuel Thibault |
2023-09-08 | elf: Always call destructors in reverse constructor order (bug 30785) | Florian Weimer |
2023-09-07 | io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64 | Aurelien Jarno |
2023-09-06 | getaddrinfo: Get rid of alloca | Joe Simmons-Talbott |
2023-09-06 | riscv: Add support for XTheadBb in string-fz[a,i].h | Christoph Müllner |
2023-09-05 | getcanonname: Fix a typo | Siddhesh Poyarekar |
2023-09-05 | linux: Add pidfd_getpid | Adhemerval Zanella Netto |
2023-09-05 | posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349) | Adhemerval Zanella Netto |
2023-09-05 | linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371) | Adhemerval Zanella Netto |
2023-09-05 | linux: Define __ASSUME_CLONE3 to 0 for alpha, ia64, nios2, sh, and sparc | Adhemerval Zanella Netto |
2023-09-05 | mips: Add the clone3 wrapper | Adhemerval Zanella Netto |
2023-09-05 | arm: Add the clone3 wrapper | Adhemerval Zanella Netto |
2023-09-03 | htl: Fix stack information for main thread | Samuel Thibault |
2023-09-01 | elf: Fix slow tls access after dlopen [BZ #19924] | Szabolcs Nagy |
2023-08-29 | x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643] | H.J. Lu |
2023-08-29 | LoongArch: Change loongarch to LoongArch in comments | dengjianbo |
2023-08-29 | LoongArch: Add ifunc support for memcmp{aligned, lsx, lasx} | dengjianbo |
2023-08-29 | LoongArch: Add ifunc support for memset{aligned, unaligned, lsx, lasx} | dengjianbo |
2023-08-29 | LoongArch: Add ifunc support for memrchr{lsx, lasx} | dengjianbo |
2023-08-29 | LoongArch: Add ifunc support for memchr{aligned, lsx, lasx} | dengjianbo |
2023-08-29 | LoongArch: Add ifunc support for rawmemchr{aligned, lsx, lasx} | dengjianbo |
2023-08-29 | LoongArch: Micro-optimize LD_PCREL | Xi Ruoyao |
2023-08-29 | LoongArch: Remove support code for old linker in start.S | Xi Ruoyao |
2023-08-29 | LoongArch: Simplify the autoconf check for static PIE | Xi Ruoyao |
2023-08-28 | Add F_SEAL_EXEC from Linux 6.3 to bits/fcntl-linux.h. | Kir Kolyshkin |
2023-08-25 | m68k: Use M68K_SCALE_AVAILABLE on __mpn_lshift and __mpn_rshift | Adhemerval Zanella |
2023-08-25 | m68k: Fix build with -mcpu=68040 or higher (BZ 30740) | Adhemerval Zanella |
2023-08-24 | LoongArch: Add ifunc support for strncmp{aligned, lsx} | dengjianbo |
2023-08-24 | LoongArch: Add ifunc support for strcmp{aligned, lsx} | dengjianbo |
2023-08-24 | LoongArch: Add ifunc support for strnlen{aligned, lsx, lasx} | dengjianbo |
2023-08-24 | htl: move pthread_attr_setdetachstate into libc | Guy-Fleury Iteriteka |
2023-08-24 | htl: move pthread_attr_getdetachstate into libc | Guy-Fleury Iteriteka |
2023-08-24 | htl: move pthread_attr_setschedpolicy into libc | Guy-Fleury Iteriteka |
2023-08-24 | htl: move pthread_attr_getschedpolicy into libc | Guy-Fleury Iteriteka |
2023-08-24 | htl: move pthread_attr_setinheritsched into libc | Guy-Fleury Iteriteka |
2023-08-24 | htl: move pthread_attr_getinheritsched into libc | Guy-Fleury Iteriteka |
2023-08-24 | htl: move pthread_attr_getschedparam into libc | Guy-Fleury Iteriteka |
2023-08-24 | htl: move pthread_setschedparam into libc | Guy-Fleury Iteriteka |
2023-08-24 | htl: move pthread_getschedparam into libc | Guy-Fleury Iteriteka |
2023-08-24 | htl: move pthread_equal into libc | Guy-Fleury Iteriteka |
2023-08-23 | Linux: Avoid conflicting types in ld.so --list-diagnostics | Florian Weimer |
2023-08-21 | x86_64: Add log1p with FMA | H.J. Lu |
2023-08-21 | Remove references to the defunct db2 subdir | Andreas Schwab |
2023-08-18 | s390x: Fix static PIE condition for toolchain bootstrapping. | Stefan Liebler |
2023-08-17 | m68k: fix __mpn_lshift and __mpn_rshift for non-68020 | Andreas Schwab |
2023-08-17 | sysdeps: tst-bz21269: fix -Wreturn-type | Sam James |