Age | Commit message (Expand) | Author | Files | Lines |
2020-06-23 | Add MREMAP_DONTUNMAP from Linux 5.7 | Joseph Myers | 1 | -0/+1 |
2020-06-22 | x86: Update CPU feature detection [BZ #26149] | H.J. Lu | 5 | -390/+268 |
2020-06-22 | aarch64: Remove fpu Makefile | Adhemerval Zanella | 1 | -14/+0 |
2020-06-22 | m68k: Use sqrt{f} builtin for coldfire | Adhemerval Zanella | 3 | -53/+4 |
2020-06-22 | arm: Use sqrt{f} builtin | Adhemerval Zanella | 3 | -92/+9 |
2020-06-22 | riscv: Use sqrt{f} builtin | Adhemerval Zanella | 3 | -56/+4 |
2020-06-22 | s390: Use sqrt{f} builtin | Adhemerval Zanella | 3 | -60/+4 |
2020-06-22 | sparc: Use sqrt{f} builtin | Adhemerval Zanella | 2 | -34/+4 |
2020-06-22 | mips: Use sqrt{f} builtin | Adhemerval Zanella | 9 | -82/+6 |
2020-06-22 | alpha: Use builtin sqrt{f} | Adhemerval Zanella | 5 | -275/+13 |
2020-06-22 | i386: Use builtin sqrtl | Adhemerval Zanella | 2 | -21/+0 |
2020-06-22 | x86_64: Use builtin sqrt{f,l} | Adhemerval Zanella | 4 | -65/+31 |
2020-06-22 | powerpc: Use sqrt{f} builtin | Adhemerval Zanella | 3 | -80/+42 |
2020-06-22 | s390x: Use fma{f} builtin | Adhemerval Zanella | 3 | -64/+4 |
2020-06-22 | aarch64: Use math-use-builtins for ceil{f} | Adhemerval Zanella | 2 | -58/+0 |
2020-06-22 | math: Decompose math-use-builtins.h | Adhemerval Zanella | 28 | -312/+181 |
2020-06-20 | hurd: Add mremap | Samuel Thibault | 4 | -1/+185 |
2020-06-19 | ia64: Use generic exp10f | Adhemerval Zanella | 7 | -572/+8 |
2020-06-19 | New exp10f version without SVID compat wrapper | Adhemerval Zanella | 33 | -8/+64 |
2020-06-19 | i386: Use generic exp10f | Adhemerval Zanella | 1 | -54/+0 |
2020-06-19 | math: Optimized generic exp10f with wrappers | Paul Zimmermann | 3 | -33/+199 |
2020-06-19 | benchtests: Add exp10f benchmark | Adhemerval Zanella | 2 | -1/+2390 |
2020-06-18 | x86: Update F16C detection [BZ #26133] | H.J. Lu | 2 | -3/+7 |
2020-06-17 | Fix avx2 strncmp offset compare condition check [BZ #25933] | Sunil K Pandey | 1 | -0/+15 |
2020-06-17 | nptl: Remove now-spurious tst-cancelx9 references | Samuel Thibault | 1 | -2/+1 |
2020-06-17 | x86_64: Use %xmmN with vpxor to clear a vector register | H.J. Lu | 2 | -3/+3 |
2020-06-17 | x86: Correct bit_cpu_CLFLUSHOPT [BZ #26128] | H.J. Lu | 1 | -1/+1 |
2020-06-16 | powerpc64le: refactor e_sqrtf128.c | Paul E. Murphy | 2 | -39/+7 |
2020-06-15 | Update syscall-names.list for Linux 5.7. | Joseph Myers | 1 | -2/+2 |
2020-06-15 | ieee754/dbl-64: Reduce the scope of temporary storage variables | Vineet Gupta | 7 | -223/+193 |
2020-06-15 | manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np | Florian Weimer | 1 | -0/+72 |
2020-06-15 | ld.so: Check for new cache format first and enhance corruption check | Florian Weimer | 1 | -12/+15 |
2020-06-14 | hurd: Fix __writev_nocancel_nostatus | Samuel Thibault | 5 | -2/+46 |
2020-06-14 | hurd: Make send* cancellation points | Samuel Thibault | 3 | -0/+10 |
2020-06-14 | htl: Enable more cancellation tests | Samuel Thibault | 6 | -5/+6 |
2020-06-14 | hurd: Make write and pwrite64 cancellation points | Samuel Thibault | 9 | -19/+94 |
2020-06-14 | htl: Fix cleanup support for IO locking | Samuel Thibault | 2 | -0/+90 |
2020-06-14 | htl: Move cleanup stack to variable shared between libc and pthread | Samuel Thibault | 6 | -6/+9 |
2020-06-14 | htl: initialize first and prevent from unloading | Samuel Thibault | 1 | -0/+1 |
2020-06-14 | htl: Add noreturn attribute on __pthread_exit forward | Samuel Thibault | 1 | -2/+2 |
2020-06-14 | hurd: Make recv* cancellation points | Samuel Thibault | 3 | -12/+38 |
2020-06-11 | powerpc: Automatic CPU detection in preconfigure | Paul E. Murphy | 2 | -7/+113 |
2020-06-10 | Use Linux 5.7 in build-many-glibcs.py. | Joseph Myers | 1 | -1/+1 |
2020-06-10 | htl: Enable more cancel tests | Samuel Thibault | 9 | -16/+18 |
2020-06-10 | htl: Fix linking static tests by factorizing the symbols list | Samuel Thibault | 4 | -45/+30 |
2020-06-09 | Add "%d" support to _dl_debug_vdprintf | H.J. Lu | 1 | -2/+29 |
2020-06-09 | aarch64: MTE compatible strlen | Andrea Corallo | 1 | -183/+56 |
2020-06-09 | aarch64: MTE compatible strchr | Andrea Corallo | 1 | -91/+71 |
2020-06-09 | aarch64: MTE compatible strchrnul | Andrea Corallo | 1 | -85/+51 |
2020-06-08 | AArch64: Merge Falkor memcpy and memmove implementations | Krzysztof Koch | 3 | -245/+144 |