aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-20y2038: linux: Provide ___adjtimex64 implementationLukasz Majewski2-2/+22
2020-05-20y2038: linux: Provide __clock_adjtime64 implementationLukasz Majewski4-2/+77
2020-05-19ldconfig: Default to the new format for ld.so.cacheJosh Triplett2-2/+5
2020-05-19nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]Florian Weimer4-11/+46
2020-05-18powerpc: Optimized rawmemchr for POWER9Anton Blanchard5-3/+145
2020-05-18x86: Add --enable-cet=permissiveH.J. Lu10-59/+96
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer10-158/+3
2020-05-18elf: Assert that objects are relocated before their constructors runFlorian Weimer1-0/+6
2020-05-18powerpc: Optimized stpcpy for POWER9Anton Blanchard via Libc-alpha6-21/+123
2020-05-18powerpc: Optimized strcpy for POWER9Anton Blanchard via Libc-alpha5-1/+182
2020-05-18x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu9-68/+81
2020-05-16sunrpc/tst-udp-*: Fix timeout valueSamuel Thibault2-9/+9
2020-05-16Linux: Remove remnants of the getcpu cacheFlorian Weimer6-40/+1
2020-05-15Update timezone code from tzcode 2020aPaul Eggert6-327/+554
2020-05-15aarch64: fix strcpy and strnlen for big-endian [BZ #25824]Lexi Shao2-0/+10
2020-05-15locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4)Florian Weimer1-0/+2
2020-05-14string: Fix string/tst-memmove-overflow to compile with GCC 7Florian Weimer1-2/+2
2020-05-14Add arch-syscall.h dependency for generating sysd-syscalls fileguojinhui1-0/+1
2020-05-13arm: XFAIL string/tst-memmove-overflow due to bug 25620Florian Weimer2-2/+26
2020-05-12elf: Remove redundant add_to_global_resize_failure call from dl_open_argsFlorian Weimer1-5/+0
2020-05-12string: Add string/tst-memmove-overflow, a test case for bug 25620Florian Weimer2-1/+156
2020-05-12support: Add support_blob_repeat_allocate_sharedFlorian Weimer3-20/+68
2020-05-12nptl: wait for pending setxid request also in detached thread (bug 25942)Andreas Schwab1-5/+6
2020-05-12aarch64: Accept PLT calls to __getauxval within libc.soFlorian Weimer1-0/+3
2020-05-11Use unsigned constants for ICMP6 filters [BZ #22489]Sergey1-4/+4
2020-05-11Linux: Enhance glibcsyscalls.py to support listing system callsFlorian Weimer1-1/+83
2020-05-11Suppress GCC 10 true positive warnings [BZ #25967]Martin Sebor2-3/+30
2020-05-11POWER: Add context-synchronizing instructions to pkey_write [BZ #25954]Florian Weimer1-1/+1