about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add the __libc_single_threaded variableFlorian Weimer2020-07-0632-0/+32
* Linux: rseq registration testsMathieu Desnoyers2020-07-064-1/+388
* Linux: Use rseq in sched_getcpu if availableMathieu Desnoyers2020-07-061-2/+20
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-0643-2/+683
* Linux: Fix UTC offset setting in settimeofday for __TIMESIZE != 64Florian Weimer2020-06-301-3/+8
* Update kernel version to 5.7 in tst-mman-consts.py.Joseph Myers2020-06-291-1/+1
* powerpc: Add support for POWER10Tulio Magno Quites Machado Filho2020-06-2914-3/+26
* hurd: Simplify usleep timeout computationSamuel Thibault2020-06-291-5/+2
* htl: Enable cancel*16 an cancel*20 testsSamuel Thibault2020-06-296-4/+509
* hurd: Add remaining cancelation pointsSamuel Thibault2020-06-2811-8/+67
* hurd: fix usleep(ULONG_MAX)Samuel Thibault2020-06-281-1/+5
* hurd: Make fcntl(F_SETLKW*) cancellation pointsSamuel Thibault2020-06-284-8/+44
* hurd: make wait4 a cancellation pointSamuel Thibault2020-06-284-6/+70
* hurd: Fix port definition in HURD_PORT_USE_CANCELSamuel Thibault2020-06-281-0/+3
* hurd: make close a cancellation pointSamuel Thibault2020-06-287-6/+50
* hurd: make open and openat cancellation pointsSamuel Thibault2020-06-289-10/+138
* hurd: clean fd and port on thread cancelSamuel Thibault2020-06-289-24/+94
* htl: Move cleanup handling to non-private libc-lockSamuel Thibault2020-06-282-33/+70
* htl: Fix includes for lockfileSamuel Thibault2020-06-283-6/+3
* htl: avoid cancelling threads inside critical sectionsSamuel Thibault2020-06-271-0/+9
* x86: Detect Intel Advanced Matrix ExtensionsH.J. Lu2020-06-263-0/+44
* S390: Optimize __memset_z196.Stefan Liebler2020-06-261-10/+9
* S390: Optimize __memcpy_z196.Stefan Liebler2020-06-261-6/+15
* elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>Florian Weimer2020-06-251-0/+2
* S390: Regenerate ULPs.Stefan Liebler2020-06-241-0/+2
* htl: Add wrapper header for <semaphore.h> with hidden __sem_postFlorian Weimer2020-06-243-2/+11
* htl: Fix case when sem_*wait is canceled while holding a tokenSamuel Thibault2020-06-241-2/+13
* htl: Make sem_*wait cancellations pointsSamuel Thibault2020-06-244-12/+217
* htl: Simplify non-cancel path of __pthread_cond_timedwait_internalSamuel Thibault2020-06-241-20/+21
* htl: Enable tst-cancel25 testSamuel Thibault2020-06-242-1/+174
* powerpc: Add new hwcap valuesTulio Magno Quites Machado Filho2020-06-232-1/+3
* aarch64: MTE compatible strncmpAlex Butler2020-06-231-99/+145
* aarch64: MTE compatible strcmpAlex Butler2020-06-231-109/+125
* aarch64: MTE compatible strrchrAlex Butler2020-06-231-114/+91
* aarch64: MTE compatible memrchrAlex Butler2020-06-231-116/+83
* aarch64: MTE compatible memchrAlex Butler2020-06-231-107/+80
* aarch64: MTE compatible strcpyAlex Butler2020-06-231-263/+122
* Add MREMAP_DONTUNMAP from Linux 5.7Joseph Myers2020-06-231-0/+1
* x86: Update CPU feature detection [BZ #26149]H.J. Lu2020-06-225-390/+268
* aarch64: Remove fpu MakefileAdhemerval Zanella2020-06-221-14/+0
* m68k: Use sqrt{f} builtin for coldfireAdhemerval Zanella2020-06-223-53/+4
* arm: Use sqrt{f} builtinAdhemerval Zanella2020-06-223-92/+9
* riscv: Use sqrt{f} builtinAdhemerval Zanella2020-06-223-56/+4
* s390: Use sqrt{f} builtinAdhemerval Zanella2020-06-223-60/+4
* sparc: Use sqrt{f} builtinAdhemerval Zanella2020-06-222-34/+4
* mips: Use sqrt{f} builtinAdhemerval Zanella2020-06-229-82/+6
* alpha: Use builtin sqrt{f}Adhemerval Zanella2020-06-225-275/+13
* i386: Use builtin sqrtlAdhemerval Zanella2020-06-222-21/+0
* x86_64: Use builtin sqrt{f,l}Adhemerval Zanella2020-06-224-65/+31
* powerpc: Use sqrt{f} builtinAdhemerval Zanella2020-06-223-80/+42