aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer42-8/+442
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer10-33/+98
2020-06-02nptl: Destroy the default thread attribute as part of freeresFlorian Weimer3-0/+13
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer8-15/+14
2020-06-02nptl: Use __pthread_attr_setaffinity_np in pthread_getattr_npFlorian Weimer1-16/+14
2020-06-02nptl: Use __pthread_getattr_default_np in pthread_createFlorian Weimer1-25/+7
2020-06-02nptl: Add internal alias __pthread_getattr_default_npFlorian Weimer3-1/+6
2020-06-01htl: Fix gsync_wait symbol expositionSamuel Thibault1-1/+1
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault8-7/+41
2020-06-01htl: Enable more cond testsSamuel Thibault2-3/+3
2020-06-01tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0Samuel Thibault1-1/+1
2020-06-01mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell4-6/+71
2020-05-29build: Use FAIL_EXIT1 () on failure to exec child [BZ #23990]Girish Joshi1-1/+1
2020-05-29manual: Fix backtraces code example [BZ #10441]Girish Joshi1-6/+7
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 Weimer2-10/+32
2020-05-28Hurd: Use __sigmask in favor of deprecated sigmaskFlorian Weimer5-11/+11
2020-05-28hurd: Fix pselect atomicitySamuel Thibault2-10/+70
2020-05-28elf: Remove extra hwcap mechanism from ldconfigFlorian Weimer1-71/+16
2020-05-28elf: Do not read hwcaps from the vDSO in ld.soFlorian Weimer1-110/+0
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 Thibault35-40/+236
2020-05-25signal: Deprecate additional legacy signal handling functionsFlorian Weimer12-33/+57
2020-05-25elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer4-13/+40
2020-05-21x86: Update Intel Atom processor family optimizationH.J. Lu1-1/+19
2020-05-21elf.h: add aarch64 property definitionsSzabolcs Nagy1-0/+6
2020-05-21elf.h: Add PT_GNU_PROPERTYSzabolcs Nagy1-0/+1
2020-05-20<libc-symbols.h>: Add libpthread hidden alias supportFlorian Weimer1-0/+23
2020-05-20nptl: Use __pthread_attr_copy in pthread_setattr_default_npFlorian Weimer1-38/+15
2020-05-20nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)Florian Weimer3-9/+82
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer5-0/+72
2020-05-20nptl: Make __pthread_attr_init, __pthread_attr_destroy available internallyFlorian Weimer4-4/+9
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer61-34/+95
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer61-53/+99
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer61-53/+108
2020-05-20nptl: Replace some stubs with the Linux implementationFlorian Weimer14-277/+151
2020-05-20Linux: Add missing handling of tai field to __ntp_gettime64Florian Weimer1-0/+1
2020-05-20Mention GCC 10 attribute access.Martin Sebor1-0/+4
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski9-27/+23
2020-05-20manual: Add missing section and node for clockid_t wait functionsFlorian Weimer1-0/+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
2020-05-20y2038: Introduce struct __ntptimeval64 - new internal glibc typeLukasz Majewski1-0/+14
2020-05-20y2038: linux: Provide __adjtime64 implementationLukasz Majewski2-4/+31