aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2020-06-19i386: Use generic exp10fAdhemerval Zanella1-54/+0
2020-06-19math: Optimized generic exp10f with wrappersPaul Zimmermann2-1/+199
2020-06-18x86: Update F16C detection [BZ #26133]H.J. Lu2-3/+7
2020-06-17Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey1-0/+15
2020-06-17x86_64: Use %xmmN with vpxor to clear a vector registerH.J. Lu2-3/+3
2020-06-17x86: Correct bit_cpu_CLFLUSHOPT [BZ #26128]H.J. Lu1-1/+1
2020-06-16powerpc64le: refactor e_sqrtf128.cPaul E. Murphy2-39/+7
2020-06-15Update syscall-names.list for Linux 5.7.Joseph Myers1-2/+2
2020-06-15ieee754/dbl-64: Reduce the scope of temporary storage variablesVineet Gupta7-223/+193
2020-06-14hurd: Fix __writev_nocancel_nostatusSamuel Thibault5-2/+46
2020-06-14hurd: Make send* cancellation pointsSamuel Thibault3-0/+10
2020-06-14htl: Enable more cancellation testsSamuel Thibault5-3/+244
2020-06-14hurd: Make write and pwrite64 cancellation pointsSamuel Thibault9-19/+94
2020-06-14htl: Fix cleanup support for IO lockingSamuel Thibault2-0/+90
2020-06-14htl: Add noreturn attribute on __pthread_exit forwardSamuel Thibault1-2/+2
2020-06-14hurd: Make recv* cancellation pointsSamuel Thibault3-12/+38
2020-06-11powerpc: Automatic CPU detection in preconfigurePaul E. Murphy2-7/+113
2020-06-10htl: Enable more cancel testsSamuel Thibault8-6/+513
2020-06-09aarch64: MTE compatible strlenAndrea Corallo1-183/+56
2020-06-09aarch64: MTE compatible strchrAndrea Corallo1-91/+71
2020-06-09aarch64: MTE compatible strchrnulAndrea Corallo1-85/+51
2020-06-08AArch64: Merge Falkor memcpy and memmove implementationsKrzysztof Koch3-245/+144
2020-06-08hurd: document that gcc&gdb look at the trampoline codeSamuel Thibault1-1/+5
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault1-18/+0
2020-06-07htl: Enable more testsSamuel Thibault11-0/+739
2020-06-07htl: Fix registration of atfork handlers in modulesSamuel Thibault2-2/+12
2020-06-07htl: Fix tls initialization for already-created threadsSamuel Thibault2-0/+6
2020-06-07hurd: Make read and pread64 cancellableSamuel Thibault10-21/+106
2020-06-07hurd: Fix unwinding over interruptible RPCSamuel Thibault1-0/+2
2020-06-07htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault5-1/+649
2020-06-07hurd: XFAIL more tests that require setpshared supportSamuel Thibault1-0/+3
2020-06-07hurd: Briefly document in xfails the topics of the bugzilla entriesSamuel Thibault1-0/+6
2020-06-07htl: Enable more testsSamuel Thibault98-241/+7350
2020-06-07htl: Add sem_clockwait supportSamuel Thibault5-4/+77
2020-06-06hurd: fix clearing SS_ONSTACK when longjmp-ing from sighandlerSamuel Thibault5-32/+154
2020-06-06hurd: Add pointer guard supportSamuel Thibault1-0/+7
2020-06-06hurd: Add stack guard supportSamuel Thibault2-1/+9
2020-06-05dl-runtime: reloc_{offset,index} now functions arch overide'ableVineet Gupta4-13/+66
2020-06-05powerpc64le: add optimized strlen for P9Paul E. Murphy6-1/+226
2020-06-05powerpc64le: use common fmaf128 implementationPaul E. Murphy3-38/+10
2020-06-05Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.hH.J. Lu1-1/+10
2020-06-04powerpc: Fix powerpc64le due a7a3435c9aAdhemerval Zanella1-0/+2
2020-06-03powerpc/fpu: use generic fma functionsVineet Gupta3-54/+69
2020-06-03aarch/fpu: use generic builtins based math functionsVineet Gupta15-398/+71
2020-06-03ieee754: provide gcc builtins based generic fma functionsVineet Gupta7-0/+34
2020-06-03ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta4-6/+22
2020-06-02Linux: Use __pthread_attr_setsigmask_internal for timer helper threadFlorian Weimer1-9/+10
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer32-0/+78
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2-6/+19
2020-06-01htl: Fix gsync_wait symbol expositionSamuel Thibault1-1/+1