about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* support: Add support_blob_repeat_allocate_sharedFlorian Weimer2020-05-123-20/+68
* nptl: wait for pending setxid request also in detached thread (bug 25942)Andreas Schwab2020-05-121-5/+6
* aarch64: Accept PLT calls to __getauxval within libc.soFlorian Weimer2020-05-121-0/+3
* Use unsigned constants for ICMP6 filters [BZ #22489]Sergey2020-05-111-4/+4
* Linux: Enhance glibcsyscalls.py to support listing system callsFlorian Weimer2020-05-111-1/+83
* Suppress GCC 10 true positive warnings [BZ #25967]Martin Sebor2020-05-112-3/+30
* POWER: Add context-synchronizing instructions to pkey_write [BZ #25954]Florian Weimer2020-05-111-1/+1
* hurd: Add missing sigstate members initializationSamuel Thibault2020-05-111-1/+5
* x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]H.J. Lu2020-05-091-3/+3
* linux: Remove assembly umount2 implementationAdhemerval Zanella2020-05-085-20/+63
* signal: Use <sigsetops.h> for sigemptyset, sigfillsetFlorian Weimer2020-05-082-7/+4
* ckb_IQ, or_IN locales: Add missing reorder-end keywordsFlorian Weimer2020-05-082-0/+4
* semaphore: consolidate arch headers into a generic oneVineet Gupta2020-05-0613-422/+2
* Use GCC 10 branch in build-many-glibcs.py.Joseph Myers2020-05-061-1/+1
* Document the internal _ and N_ macrosFlorian Weimer2020-05-061-8/+24
* y2038: Provide conversion helpers for struct __timex64Lukasz Majewski2020-05-051-0/+61
* y2038: Introduce struct __timex64 - new internal glibc typeLukasz Majewski2020-05-051-0/+46
* y2038: include: Move struct __timeval64 definition to a separate fileLukasz Majewski2020-05-052-14/+18
* y2038: nscd: Modify nscd_helper to use __clock_gettime64Lukasz Majewski2020-05-051-8/+9
* y2038: inet: Convert inet deadline to support 64 bit timeLukasz Majewski2020-05-052-4/+5
* y2038: hurd: Provide __clock_gettime64 functionLukasz Majewski2020-05-051-0/+14
* y2038: Export __clock_gettime64 to be usable in other librariesLukasz Majewski2020-05-051-0/+1
* manual: Document the O_NOFOLLOW open flagFlorian Weimer2020-05-051-0/+7
* powerpc64le/power9: guard power9 strcmp against rtld usage [BZ# 25905]Paul E. Murphy2020-05-041-0/+2
* float128: use builtin_signbitf128 alwaysPaul E. Murphy2020-05-042-19/+1
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-049-82/+146
* nios2: delete sysdeps/unix/sysv/linux/nios2/kernel-features.hChung-Lin Tang2020-05-041-22/+0