about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* hurd: Fix unwinding over interruptible RPCSamuel Thibault2020-06-071-0/+2
* htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault2020-06-075-1/+649
* hurd: XFAIL more tests that require setpshared supportSamuel Thibault2020-06-071-0/+3
* hurd: Briefly document in xfails the topics of the bugzilla entriesSamuel Thibault2020-06-071-0/+6
* htl: Enable more testsSamuel Thibault2020-06-0798-241/+7350
* htl: Add sem_clockwait supportSamuel Thibault2020-06-075-4/+77
* hurd: fix clearing SS_ONSTACK when longjmp-ing from sighandlerSamuel Thibault2020-06-065-32/+154
* hurd: Add pointer guard supportSamuel Thibault2020-06-061-0/+7
* hurd: Add stack guard supportSamuel Thibault2020-06-062-1/+9
* dl-runtime: reloc_{offset,index} now functions arch overide'ableVineet Gupta2020-06-054-13/+66
* powerpc64le: add optimized strlen for P9Paul E. Murphy2020-06-056-1/+226
* powerpc64le: use common fmaf128 implementationPaul E. Murphy2020-06-053-38/+10
* Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.hH.J. Lu2020-06-051-1/+10
* powerpc: Fix powerpc64le due a7a3435c9aAdhemerval Zanella2020-06-041-0/+2
* powerpc/fpu: use generic fma functionsVineet Gupta2020-06-033-54/+69
* aarch/fpu: use generic builtins based math functionsVineet Gupta2020-06-0315-398/+71
* ieee754: provide gcc builtins based generic fma functionsVineet Gupta2020-06-037-0/+34
* ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta2020-06-034-6/+22
* Linux: Use __pthread_attr_setsigmask_internal for timer helper threadFlorian Weimer2020-06-021-9/+10
* nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2020-06-0232-0/+78
* nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2020-06-022-6/+19
* htl: Fix gsync_wait symbol expositionSamuel Thibault2020-06-011-1/+1
* htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault2020-06-017-6/+215
* htl: Enable more cond testsSamuel Thibault2020-06-011-2/+2
* tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0Samuel Thibault2020-06-011-1/+1
* hurd: Fix fexecveSamuel Thibault2020-05-281-3/+16
* i386: Remove unused file sysdeps/unix/i386/sysdep.SFlorian Weimer2020-05-281-64/+0
* hurd: fix ptsname error when called on a non-ttySamuel Thibault2020-05-281-1/+5
* hurd: Fix fdopendir checking for directory typeSamuel Thibault2020-05-281-1/+1
* i386: Remove NO_TLS_DIRECT_SEG_REFS handlingFlorian Weimer2020-05-283-44/+0
* Hurd: Move <hurd/sigpreempt.h> internals into wrapper headerFlorian Weimer2020-05-281-0/+32
* Hurd: Use __sigmask in favor of deprecated sigmaskFlorian Weimer2020-05-281-2/+2
* linux: Use internal DIR locks when accessing filepos on telldirAdhemerval Zanella2020-05-271-1/+7
* Update i386 libm-test-ulpsSamuel Thibault2020-05-261-8/+9
* htl: Add clock variantsSamuel Thibault2020-05-2631-456/+1569
* elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer2020-05-252-12/+8
* x86: Update Intel Atom processor family optimizationH.J. Lu2020-05-211-1/+19
* nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer2020-05-201-0/+7
* nptl: Move pthread_gettattr_np into libcFlorian Weimer2020-05-2057-27/+74
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-2057-43/+79
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-2057-43/+79
* nptl: Replace some stubs with the Linux implementationFlorian Weimer2020-05-209-723/+1
* Linux: Add missing handling of tai field to __ntp_gettime64Florian Weimer2020-05-201-0/+1
* y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2020-05-204-11/+8
* y2038: linux: Provide __ntp_gettimex64 implementationLukasz Majewski2020-05-202-3/+26
* y2038: linux: Provide __ntp_gettime64 implementationLukasz Majewski2020-05-202-3/+27
* y2038: Provide conversion helpers for struct __ntptimeval64Lukasz Majewski2020-05-201-0/+36
* y2038: Introduce struct __ntptimeval64 - new internal glibc typeLukasz Majewski2020-05-201-0/+14
* y2038: linux: Provide __adjtime64 implementationLukasz Majewski2020-05-201-4/+22
* y2038: linux: Provide ___adjtimex64 implementationLukasz Majewski2020-05-202-2/+22