aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault7-6/+215
2020-06-01htl: Enable more cond testsSamuel Thibault1-2/+2
2020-06-01tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0Samuel Thibault1-1/+1
2020-05-28hurd: Fix fexecveSamuel Thibault1-3/+16
2020-05-28i386: Remove unused file sysdeps/unix/i386/sysdep.SFlorian Weimer1-64/+0
2020-05-28hurd: fix ptsname error when called on a non-ttySamuel Thibault1-1/+5
2020-05-28hurd: Fix fdopendir checking for directory typeSamuel Thibault1-1/+1
2020-05-28i386: Remove NO_TLS_DIRECT_SEG_REFS handlingFlorian Weimer3-44/+0
2020-05-28Hurd: Move <hurd/sigpreempt.h> internals into wrapper headerFlorian Weimer1-0/+32
2020-05-28Hurd: Use __sigmask in favor of deprecated sigmaskFlorian Weimer1-2/+2
2020-05-27linux: Use internal DIR locks when accessing filepos on telldirAdhemerval Zanella1-1/+7
2020-05-26Update i386 libm-test-ulpsSamuel Thibault1-8/+9
2020-05-26htl: Add clock variantsSamuel Thibault31-456/+1569
2020-05-25elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer2-12/+8
2020-05-21x86: Update Intel Atom processor family optimizationH.J. Lu1-1/+19
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer1-0/+7
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer57-27/+74
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer57-43/+79
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer57-43/+79
2020-05-20nptl: Replace some stubs with the Linux implementationFlorian Weimer9-723/+1
2020-05-20Linux: Add missing handling of tai field to __ntp_gettime64Florian Weimer1-0/+1
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski4-11/+8
2020-05-20y2038: linux: Provide __ntp_gettimex64 implementationLukasz Majewski2-3/+26
2020-05-20y2038: linux: Provide __ntp_gettime64 implementationLukasz Majewski2-3/+27
2020-05-20y2038: Provide conversion helpers for struct __ntptimeval64Lukasz Majewski1-0/+36