about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* y2038: Introduce struct __ntptimeval64 - new internal glibc typeLukasz Majewski2020-05-201-0/+14
* y2038: linux: Provide __adjtime64 implementationLukasz Majewski2020-05-202-4/+31
* y2038: linux: Provide ___adjtimex64 implementationLukasz Majewski2020-05-202-2/+22
* y2038: linux: Provide __clock_adjtime64 implementationLukasz Majewski2020-05-204-2/+77
* ldconfig: Default to the new format for ld.so.cacheJosh Triplett2020-05-192-2/+5
* nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]Florian Weimer2020-05-194-11/+46
* powerpc: Optimized rawmemchr for POWER9Anton Blanchard2020-05-185-3/+145
* x86: Add --enable-cet=permissiveH.J. Lu2020-05-1810-59/+96
* Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer2020-05-1810-158/+3
* elf: Assert that objects are relocated before their constructors runFlorian Weimer2020-05-181-0/+6
* powerpc: Optimized stpcpy for POWER9Anton Blanchard via Libc-alpha2020-05-186-21/+123
* powerpc: Optimized strcpy for POWER9Anton Blanchard via Libc-alpha2020-05-185-1/+182
* x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu2020-05-189-68/+81
* sunrpc/tst-udp-*: Fix timeout valueSamuel Thibault2020-05-162-9/+9
* Linux: Remove remnants of the getcpu cacheFlorian Weimer2020-05-166-40/+1
* Update timezone code from tzcode 2020aPaul Eggert2020-05-156-327/+554
* aarch64: fix strcpy and strnlen for big-endian [BZ #25824]Lexi Shao2020-05-152-0/+10
* locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4)Florian Weimer2020-05-151-0/+2
* string: Fix string/tst-memmove-overflow to compile with GCC 7Florian Weimer2020-05-141-2/+2
* Add arch-syscall.h dependency for generating sysd-syscalls fileguojinhui2020-05-141-0/+1
* arm: XFAIL string/tst-memmove-overflow due to bug 25620Florian Weimer2020-05-132-2/+26
* elf: Remove redundant add_to_global_resize_failure call from dl_open_argsFlorian Weimer2020-05-121-5/+0
* string: Add string/tst-memmove-overflow, a test case for bug 25620Florian Weimer2020-05-122-1/+156