about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86: Update Intel Atom processor family optimizationH.J. Lu2020-05-211-1/+19
* nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer2020-05-201-0/+7
* nptl: Move pthread_gettattr_np into libcFlorian Weimer2020-05-2057-27/+74
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-2057-43/+79
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-2057-43/+79
* nptl: Replace some stubs with the Linux implementationFlorian Weimer2020-05-209-723/+1
* Linux: Add missing handling of tai field to __ntp_gettime64Florian Weimer2020-05-201-0/+1
* y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2020-05-204-11/+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-201-4/+22
* y2038: linux: Provide ___adjtimex64 implementationLukasz Majewski2020-05-202-2/+22
* y2038: linux: Provide __clock_adjtime64 implementationLukasz Majewski2020-05-204-2/+77
* powerpc: Optimized rawmemchr for POWER9Anton Blanchard2020-05-185-3/+145
* x86: Add --enable-cet=permissiveH.J. Lu2020-05-187-44/+70
* Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer2020-05-181-5/+0
* 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-188-68/+79
* Linux: Remove remnants of the getcpu cacheFlorian Weimer2020-05-166-40/+1
* aarch64: fix strcpy and strnlen for big-endian [BZ #25824]Lexi Shao2020-05-152-0/+10
* 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-131-0/+5
* aarch64: Accept PLT calls to __getauxval within libc.soFlorian Weimer2020-05-121-0/+3
* Linux: Enhance glibcsyscalls.py to support listing system callsFlorian Weimer2020-05-111-1/+83
* POWER: Add context-synchronizing instructions to pkey_write [BZ #25954]Florian Weimer2020-05-111-1/+1
* 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
* semaphore: consolidate arch headers into a generic oneVineet Gupta2020-05-0613-422/+2
* 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: hurd: Provide __clock_gettime64 functionLukasz Majewski2020-05-051-0/+14
* 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-041-18/+1
* nios2: delete sysdeps/unix/sysv/linux/nios2/kernel-features.hChung-Lin Tang2020-05-041-22/+0
* powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]H.J. Lu2020-04-301-12/+12
* i386: Remove unused variable in sysdeps/x86/cacheinfo.cFlorian Weimer2020-04-301-1/+1
* Add a C wrapper for prctl [BZ #25896]H.J. Lu2020-04-303-2/+43
* powerpc64le: Enable support for IEEE long doubleGabriel F. T. Gomes2020-04-306-0/+227
* powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0)Paul E. Murphy2020-04-303-12/+42
* powerpc64le: bump binutils version requirement to >= 2.26Paul E. Murphy2020-04-302-0/+69
* powerpc64le: raise GCC requirement to 7.4 for long double transitionPaul E. Murphy2020-04-302-0/+94
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-3011-17/+14
* x86: Add the test case of __get_cpu_features support for Zhaoxin processorsmayshao-oc2020-04-301-0/+2
* x86: Add cache information support for Zhaoxin processorsmayshao-oc2020-04-301-196/+282
* x86: Add CPU Vendor ID detection support for Zhaoxin processorsmayshao2020-04-302-0/+55
* Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]H.J. Lu2020-04-294-3/+66
* generic/typesizes.h: Add support for 32-bit arches with 64-bit typesAlistair Francis2020-04-291-10/+23