aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-06x86: Detect Extended Feature Disable (XFD)H.J. Lu2-0/+4
2020-07-06x86: Correct bit_cpu_CLFSH [BZ #26208]H.J. Lu1-1/+1
2020-07-06manual: Document __libc_single_threadedFlorian Weimer1-0/+113
2020-07-06Add the __libc_single_threaded variableFlorian Weimer51-8/+663
2020-07-06Linux: rseq registration testsMathieu Desnoyers4-1/+388
2020-07-06Linux: Use rseq in sched_getcpu if availableMathieu Desnoyers1-2/+20
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers48-3/+781
2020-07-05tst-cancel4: deal with ENOSYS errorsSamuel Thibault1-4/+38
2020-07-03manual: Show copyright information not just in the printed manualFlorian Weimer1-9/+11
2020-07-01Fix typo in comment in bug 26137 fix.Joseph Myers1-1/+1
2020-06-30Fix strtod multiple-precision division bug (bug 26137).Joseph Myers3-2/+3577
2020-06-30Linux: Fix UTC offset setting in settimeofday for __TIMESIZE != 64Florian Weimer1-3/+8
2020-06-30random: range is not portably RAND_MAX [BZ #7003]John Marshall1-1/+1
2020-06-29Update kernel version to 5.7 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-06-29powerpc: Add support for POWER10Tulio Magno Quites Machado Filho14-3/+26
2020-06-29hurd: Simplify usleep timeout computationSamuel Thibault1-5/+2
2020-06-29htl: Enable cancel*16 an cancel*20 testsSamuel Thibault7-11/+11
2020-06-28hurd: Add remaining cancelation pointsSamuel Thibault12-8/+72
2020-06-28hurd: fix usleep(ULONG_MAX)Samuel Thibault1-1/+5
2020-06-28hurd: Make fcntl(F_SETLKW*) cancellation pointsSamuel Thibault4-8/+44
2020-06-28hurd: make wait4 a cancellation pointSamuel Thibault4-6/+70
2020-06-28hurd: Fix port definition in HURD_PORT_USE_CANCELSamuel Thibault1-0/+3
2020-06-28hurd: make close a cancellation pointSamuel Thibault7-6/+50
2020-06-28hurd: make open and openat cancellation pointsSamuel Thibault9-10/+138
2020-06-28hurd: clean fd and port on thread cancelSamuel Thibault17-28/+146
2020-06-28htl: Move cleanup handling to non-private libc-lockSamuel Thibault2-33/+70
2020-06-28htl: Fix includes for lockfileSamuel Thibault3-6/+3
2020-06-27htl: avoid cancelling threads inside critical sectionsSamuel Thibault1-0/+9
2020-06-26tst-cancel4-common.c: fix calling socketpairSamuel Thibault1-1/+1
2020-06-26x86: Detect Intel Advanced Matrix ExtensionsH.J. Lu3-0/+44
2020-06-26Set width of JUNGSEONG/JONGSEONG characters from UD7B0 to UD7FB to 0 [BZ #26120]Mike FABIAN10-9/+18
2020-06-26S390: Optimize __memset_z196.Stefan Liebler1-10/+9
2020-06-26S390: Optimize __memcpy_z196.Stefan Liebler1-6/+15
2020-06-25elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>Florian Weimer1-0/+2
2020-06-25nptl: Don't madvise user provided stackSzabolcs Nagy1-2/+3
2020-06-24S390: Regenerate ULPs.Stefan Liebler1-0/+2
2020-06-24htl: Add wrapper header for <semaphore.h> with hidden __sem_postFlorian Weimer3-2/+11
2020-06-24elf: Include <stdbool.h> in <dl-tunables.h> because bool is usedFlorian Weimer1-0/+2
2020-06-24htl: Fix case when sem_*wait is canceled while holding a tokenSamuel Thibault1-2/+13
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault5-15/+90
2020-06-24htl: Simplify non-cancel path of __pthread_cond_timedwait_internalSamuel Thibault1-20/+21
2020-06-24htl: Enable tst-cancel25 testSamuel Thibault3-2/+4
2020-06-23powerpc: Add new hwcap valuesTulio Magno Quites Machado Filho2-1/+3
2020-06-23aarch64: MTE compatible strncmpAlex Butler1-99/+145
2020-06-23aarch64: MTE compatible strcmpAlex Butler1-109/+125
2020-06-23aarch64: MTE compatible strrchrAlex Butler1-114/+91
2020-06-23aarch64: MTE compatible memrchrAlex Butler1-116/+83
2020-06-23aarch64: MTE compatible memchrAlex Butler1-107/+80
2020-06-23aarch64: MTE compatible strcpyAlex Butler1-263/+122
2020-06-23Add MREMAP_DONTUNMAP from Linux 5.7Joseph Myers1-0/+1