aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-03ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta
2020-06-02Linux: Use __pthread_attr_setsigmask_internal for timer helper threadFlorian Weimer
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer
2020-06-02nptl: Destroy the default thread attribute as part of freeresFlorian Weimer
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer
2020-06-02nptl: Use __pthread_attr_setaffinity_np in pthread_getattr_npFlorian Weimer
2020-06-02nptl: Use __pthread_getattr_default_np in pthread_createFlorian Weimer
2020-06-02nptl: Add internal alias __pthread_getattr_default_npFlorian Weimer
2020-06-01htl: Fix gsync_wait symbol expositionSamuel Thibault
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault
2020-06-01htl: Enable more cond testsSamuel Thibault
2020-06-01tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0Samuel Thibault
2020-06-01mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell
2020-05-29build: Use FAIL_EXIT1 () on failure to exec child [BZ #23990]Girish Joshi
2020-05-29manual: Fix backtraces code example [BZ #10441]Girish Joshi
2020-05-28hurd: Fix fexecveSamuel Thibault
2020-05-28i386: Remove unused file sysdeps/unix/i386/sysdep.SFlorian Weimer
2020-05-28hurd: fix ptsname error when called on a non-ttySamuel Thibault
2020-05-28hurd: Fix fdopendir checking for directory typeSamuel Thibault
2020-05-28i386: Remove NO_TLS_DIRECT_SEG_REFS handlingFlorian Weimer
2020-05-28Hurd: Move <hurd/sigpreempt.h> internals into wrapper headerFlorian Weimer
2020-05-28Hurd: Use __sigmask in favor of deprecated sigmaskFlorian Weimer
2020-05-28hurd: Fix pselect atomicitySamuel Thibault
2020-05-28elf: Remove extra hwcap mechanism from ldconfigFlorian Weimer
2020-05-28elf: Do not read hwcaps from the vDSO in ld.soFlorian Weimer
2020-05-27linux: Use internal DIR locks when accessing filepos on telldirAdhemerval Zanella
2020-05-26Update i386 libm-test-ulpsSamuel Thibault
2020-05-26htl: Add clock variantsSamuel Thibault
2020-05-25signal: Deprecate additional legacy signal handling functionsFlorian Weimer
2020-05-25elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer
2020-05-21x86: Update Intel Atom processor family optimizationH.J. Lu
2020-05-21elf.h: add aarch64 property definitionsSzabolcs Nagy
2020-05-21elf.h: Add PT_GNU_PROPERTYSzabolcs Nagy
2020-05-20<libc-symbols.h>: Add libpthread hidden alias supportFlorian Weimer
2020-05-20nptl: Use __pthread_attr_copy in pthread_setattr_default_npFlorian Weimer
2020-05-20nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)Florian Weimer
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer
2020-05-20nptl: Make __pthread_attr_init, __pthread_attr_destroy available internallyFlorian Weimer
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer
2020-05-20nptl: Replace some stubs with the Linux implementationFlorian Weimer
2020-05-20Linux: Add missing handling of tai field to __ntp_gettime64Florian Weimer
2020-05-20Mention GCC 10 attribute access.Martin Sebor
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski
2020-05-20manual: Add missing section and node for clockid_t wait functionsFlorian Weimer
2020-05-20y2038: linux: Provide __ntp_gettimex64 implementationLukasz Majewski
2020-05-20y2038: linux: Provide __ntp_gettime64 implementationLukasz Majewski
2020-05-20y2038: Provide conversion helpers for struct __ntptimeval64Lukasz Majewski