aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-13hurd: Add __x86_get_cpu_features to ld.abilistH.J. Lu1-0/+1
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu18-247/+1176
2020-09-11linux: Add time64 pselect supportAdhemerval Zanella5-35/+115
2020-09-11linux: Add time64 semtimedop supportAdhemerval Zanella2-8/+55
2020-09-11linux: Add ppoll time64 optimizationAdhemerval Zanella1-5/+13
2020-09-11linux: Simplify clock_getresAdhemerval Zanella1-23/+15
2020-09-11Update sparc libm-test-ulpsAdhemerval Zanella1-1/+1
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella56-114/+109
2020-09-11Linux: Consolidate xmknodAdhemerval Zanella2-59/+3
2020-09-11linux: Consolidate fxstatat{64}Adhemerval Zanella23-301/+92
2020-09-11linux: Consolidate fxstat{64}Adhemerval Zanella18-268/+107
2020-09-11linux: Consolidate lxstat{64}Adhemerval Zanella19-345/+136
2020-09-11linux: Consolidate xstat{64}Adhemerval Zanella20-332/+194
2020-09-11linux: Define STAT64_IS_KERNEL_STAT64Adhemerval Zanella13-0/+23
2020-09-11linux: Always define STAT_IS_KERNEL_STATAdhemerval Zanella14-7/+15
2020-09-10Update powerpc libm-test-ulpsMatheus Castanho1-3/+3
2020-09-10benchtests: Add "workload" traces for sinf128Paul Zimmermann2-1/+2008
2020-09-10benchtests: Add "workload" traces for sinfPaul Zimmermann1-0/+2004
2020-09-10benchtests: Add "workload" traces for sinPaul Zimmermann1-0/+2004
2020-09-10benchtests: Add "workload" traces for powf128Paul Zimmermann2-1/+1006
2020-09-10benchtests: Add "workload" traces for powPaul Zimmermann1-0/+1002
2020-09-10benchtests: Add "workload" traces for expf128Paul Zimmermann2-1/+1006
2020-09-10benchtests: Add "workload" traces for expPaul Zimmermann1-0/+1002
2020-09-09nptl: futex: Provide correct indentation for part of __futex_abstimed_wait_ca...Lukasz Majewski1-3/+3
2020-09-07Disable -Wstringop-overread for some string testsJoseph Myers2-0/+11
2020-09-07string: Fix GCC 11 `-Werror=stringop-overread' errorMaciej W. Rozycki1-0/+4
2020-09-07C11 threads: Fix inaccuracies in testsuiteCorinna Vinschen3-3/+3
2020-09-07elf.h: Add aarch64 bti/pac dynamic tag constantsMark Wielaard1-0/+2
2020-09-03x86: Set CPU usable feature bits conservatively [BZ #26552]H.J. Lu1-96/+47
2020-09-02Update i686 ulps.Patsy Griffin1-3/+3
2020-09-02Use LFS readdir in generic POSIX getcwd [BZ# 22899]Adhemerval Zanella2-4/+9
2020-09-02linux: Remove __ASSUME_ATFCTSAdhemerval Zanella2-9/+0
2020-09-02Sync getcwd with gnulibAdhemerval Zanella2-421/+376
2020-09-02x86-64: Fix FMA4 detection in ifunc [BZ #26534]Ondřej Hošek1-1/+1
2020-09-02y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski5-9/+152
2020-08-31malloc: Fix mallinfo deprecation declarationAdhemerval Zanella3-2/+15
2020-08-31x32: Add <fixup-asm-unistd.h> and regenerate arch-syscall.hH.J. Lu2-0/+22
2020-08-31Add mallinfo2 function that support sizes >= 4GB.Martin Liska3-23/+69
2020-08-29Remove obsolete default/nss codeThorsten Kukuk2-43/+0
2020-08-28AArch64: Improve backwards memmove performanceWilco Dijkstra1-3/+4
2020-08-27Add RISC-V 32-bit target to build-many-glibcs.pyZong Li1-0/+15
2020-08-27Documentation for the RISC-V 32-bit portAlistair Francis2-1/+11
2020-08-27RISC-V: Build infrastructure for 32-bit portZong Li9-10/+69
2020-08-27RISC-V: Add rv32 path to RTLDLIST in lddZong Li1-1/+1
2020-08-27riscv32: Specify the arch_minimum_kernel as 5.4Alistair Francis2-0/+8
2020-08-27RISC-V: Fix llrint and llround missing exceptions on RV32Zong Li1-0/+38
2020-08-27RISC-V: Add the RV32 libm-test-ulpsAlistair Francis2-0/+1406
2020-08-27RISC-V: Add 32-bit ABI listsAlistair Francis13-0/+3336
2020-08-27RISC-V: Add hard float support for 32-bit CPUsZong Li4-0/+124
2020-08-27RISC-V: Support the 32-bit ABI implementationAlistair Francis7-22/+146