about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-0242-8/+442
* nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2020-06-0210-33/+98
* nptl: Destroy the default thread attribute as part of freeresFlorian Weimer2020-06-023-0/+13
* nptl: Change type of __default_pthread_attrFlorian Weimer2020-06-028-15/+14
* nptl: Use __pthread_attr_setaffinity_np in pthread_getattr_npFlorian Weimer2020-06-021-16/+14
* nptl: Use __pthread_getattr_default_np in pthread_createFlorian Weimer2020-06-021-25/+7
* nptl: Add internal alias __pthread_getattr_default_npFlorian Weimer2020-06-023-1/+6
* htl: Fix gsync_wait symbol expositionSamuel Thibault2020-06-011-1/+1
* htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault2020-06-018-7/+41
* htl: Enable more cond testsSamuel Thibault2020-06-012-3/+3
* tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0Samuel Thibault2020-06-011-1/+1
* mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell2020-06-014-6/+71
* build: Use FAIL_EXIT1 () on failure to exec child [BZ #23990]Girish Joshi2020-05-291-1/+1
* manual: Fix backtraces code example [BZ #10441]Girish Joshi2020-05-291-6/+7
* 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-282-10/+32
* Hurd: Use __sigmask in favor of deprecated sigmaskFlorian Weimer2020-05-285-11/+11
* hurd: Fix pselect atomicitySamuel Thibault2020-05-282-10/+70
* elf: Remove extra hwcap mechanism from ldconfigFlorian Weimer2020-05-281-71/+16
* elf: Do not read hwcaps from the vDSO in ld.soFlorian Weimer2020-05-281-110/+0
* 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-2635-40/+236
* signal: Deprecate additional legacy signal handling functionsFlorian Weimer2020-05-2512-33/+57
* elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer2020-05-254-13/+40
* x86: Update Intel Atom processor family optimizationH.J. Lu2020-05-211-1/+19
* elf.h: add aarch64 property definitionsSzabolcs Nagy2020-05-211-0/+6
* elf.h: Add PT_GNU_PROPERTYSzabolcs Nagy2020-05-211-0/+1
* <libc-symbols.h>: Add libpthread hidden alias supportFlorian Weimer2020-05-201-0/+23
* nptl: Use __pthread_attr_copy in pthread_setattr_default_npFlorian Weimer2020-05-201-38/+15
* nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)Florian Weimer2020-05-203-9/+82
* nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer2020-05-205-0/+72
* nptl: Make __pthread_attr_init, __pthread_attr_destroy available internallyFlorian Weimer2020-05-204-4/+9
* nptl: Move pthread_gettattr_np into libcFlorian Weimer2020-05-2061-34/+95
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-2061-53/+99
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-2061-53/+108
* nptl: Replace some stubs with the Linux implementationFlorian Weimer2020-05-2014-277/+151
* Linux: Add missing handling of tai field to __ntp_gettime64Florian Weimer2020-05-201-0/+1
* Mention GCC 10 attribute access.Martin Sebor2020-05-201-0/+4
* y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2020-05-209-27/+23
* manual: Add missing section and node for clockid_t wait functionsFlorian Weimer2020-05-201-0/+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