Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update kernel version to 5.7 in tst-mman-consts.py. | Joseph Myers | 2020-06-29 | 1 | -1/+1 |
* | powerpc: Add support for POWER10 | Tulio Magno Quites Machado Filho | 2020-06-29 | 14 | -3/+26 |
* | hurd: Simplify usleep timeout computation | Samuel Thibault | 2020-06-29 | 1 | -5/+2 |
* | htl: Enable cancel*16 an cancel*20 tests | Samuel Thibault | 2020-06-29 | 6 | -4/+509 |
* | hurd: Add remaining cancelation points | Samuel Thibault | 2020-06-28 | 11 | -8/+67 |
* | hurd: fix usleep(ULONG_MAX) | Samuel Thibault | 2020-06-28 | 1 | -1/+5 |
* | hurd: Make fcntl(F_SETLKW*) cancellation points | Samuel Thibault | 2020-06-28 | 4 | -8/+44 |
* | hurd: make wait4 a cancellation point | Samuel Thibault | 2020-06-28 | 4 | -6/+70 |
* | hurd: Fix port definition in HURD_PORT_USE_CANCEL | Samuel Thibault | 2020-06-28 | 1 | -0/+3 |
* | hurd: make close a cancellation point | Samuel Thibault | 2020-06-28 | 7 | -6/+50 |
* | hurd: make open and openat cancellation points | Samuel Thibault | 2020-06-28 | 9 | -10/+138 |
* | hurd: clean fd and port on thread cancel | Samuel Thibault | 2020-06-28 | 9 | -24/+94 |
* | htl: Move cleanup handling to non-private libc-lock | Samuel Thibault | 2020-06-28 | 2 | -33/+70 |
* | htl: Fix includes for lockfile | Samuel Thibault | 2020-06-28 | 3 | -6/+3 |
* | htl: avoid cancelling threads inside critical sections | Samuel Thibault | 2020-06-27 | 1 | -0/+9 |
* | x86: Detect Intel Advanced Matrix Extensions | H.J. Lu | 2020-06-26 | 3 | -0/+44 |
* | S390: Optimize __memset_z196. | Stefan Liebler | 2020-06-26 | 1 | -10/+9 |
* | S390: Optimize __memcpy_z196. | Stefan Liebler | 2020-06-26 | 1 | -6/+15 |
* | elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h> | Florian Weimer | 2020-06-25 | 1 | -0/+2 |
* | S390: Regenerate ULPs. | Stefan Liebler | 2020-06-24 | 1 | -0/+2 |
* | htl: Add wrapper header for <semaphore.h> with hidden __sem_post | Florian Weimer | 2020-06-24 | 3 | -2/+11 |
* | htl: Fix case when sem_*wait is canceled while holding a token | Samuel Thibault | 2020-06-24 | 1 | -2/+13 |
* | htl: Make sem_*wait cancellations points | Samuel Thibault | 2020-06-24 | 4 | -12/+217 |
* | htl: Simplify non-cancel path of __pthread_cond_timedwait_internal | Samuel Thibault | 2020-06-24 | 1 | -20/+21 |
* | htl: Enable tst-cancel25 test | Samuel Thibault | 2020-06-24 | 2 | -1/+174 |
* | powerpc: Add new hwcap values | Tulio Magno Quites Machado Filho | 2020-06-23 | 2 | -1/+3 |
* | aarch64: MTE compatible strncmp | Alex Butler | 2020-06-23 | 1 | -99/+145 |
* | aarch64: MTE compatible strcmp | Alex Butler | 2020-06-23 | 1 | -109/+125 |
* | aarch64: MTE compatible strrchr | Alex Butler | 2020-06-23 | 1 | -114/+91 |
* | aarch64: MTE compatible memrchr | Alex Butler | 2020-06-23 | 1 | -116/+83 |
* | aarch64: MTE compatible memchr | Alex Butler | 2020-06-23 | 1 | -107/+80 |
* | aarch64: MTE compatible strcpy | Alex Butler | 2020-06-23 | 1 | -263/+122 |
* | Add MREMAP_DONTUNMAP from Linux 5.7 | Joseph Myers | 2020-06-23 | 1 | -0/+1 |
* | x86: Update CPU feature detection [BZ #26149] | H.J. Lu | 2020-06-22 | 5 | -390/+268 |
* | aarch64: Remove fpu Makefile | Adhemerval Zanella | 2020-06-22 | 1 | -14/+0 |
* | m68k: Use sqrt{f} builtin for coldfire | Adhemerval Zanella | 2020-06-22 | 3 | -53/+4 |
* | arm: Use sqrt{f} builtin | Adhemerval Zanella | 2020-06-22 | 3 | -92/+9 |
* | riscv: Use sqrt{f} builtin | Adhemerval Zanella | 2020-06-22 | 3 | -56/+4 |
* | s390: Use sqrt{f} builtin | Adhemerval Zanella | 2020-06-22 | 3 | -60/+4 |
* | sparc: Use sqrt{f} builtin | Adhemerval Zanella | 2020-06-22 | 2 | -34/+4 |
* | mips: Use sqrt{f} builtin | Adhemerval Zanella | 2020-06-22 | 9 | -82/+6 |
* | alpha: Use builtin sqrt{f} | Adhemerval Zanella | 2020-06-22 | 5 | -275/+13 |
* | i386: Use builtin sqrtl | Adhemerval Zanella | 2020-06-22 | 2 | -21/+0 |
* | x86_64: Use builtin sqrt{f,l} | Adhemerval Zanella | 2020-06-22 | 4 | -65/+31 |
* | powerpc: Use sqrt{f} builtin | Adhemerval Zanella | 2020-06-22 | 3 | -80/+42 |
* | s390x: Use fma{f} builtin | Adhemerval Zanella | 2020-06-22 | 3 | -64/+4 |
* | aarch64: Use math-use-builtins for ceil{f} | Adhemerval Zanella | 2020-06-22 | 2 | -58/+0 |
* | math: Decompose math-use-builtins.h | Adhemerval Zanella | 2020-06-22 | 28 | -312/+181 |
* | hurd: Add mremap | Samuel Thibault | 2020-06-20 | 4 | -1/+185 |
* | ia64: Use generic exp10f | Adhemerval Zanella | 2020-06-19 | 7 | -572/+8 |