about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Single threaded stdio optimizationSzabolcs Nagy2017-07-041-0/+1
* sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]Florian Weimer2017-07-041-1/+4
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-031-17/+22
* powerpc: Clean up strlen and strnlen for power8Rajalakshmi Srinivasaraghavan2017-07-032-20/+1
* Fix typo in glibc.tune.cpu nameSiddhesh Poyarekar2017-07-011-1/+1
* float128: Add signbit alternative for old compilersGabriel F. T. Gomes2017-06-304-1/+60
* Consolidate Linux fcntl implementationAdhemerval Zanella2017-06-3014-224/+34
* tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2017-06-302-6/+66
* aarch64: Call all string function implementations in testsSiddhesh Poyarekar2017-06-301-4/+2
* i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu2017-06-303-0/+56
* SPARC sys/ucontext.h namespace fixes (bug 21457).Joseph Myers2017-06-292-119/+149
* posix: Improve default posix_spawn implementationAdhemerval Zanella2017-06-291-183/+179
* Require binutils 2.25 or later to build glibc.Joseph Myers2017-06-284-141/+0
* Miscellaneous sys/ucontext.h namespace fixes (bug 21457).Joseph Myers2017-06-284-7/+9
* [ARM] Optimise memchr for NEON-enabled processorsPrakhar Bahuguna2017-06-275-1/+293
* S390: Use cu21 instruction for converting from utf16 to utf8.Stefan Liebler2017-06-272-3/+122
* S390: Use cu24 instruction for converting from utf16 to utf32.Stefan Liebler2017-06-272-4/+117
* S390: Use cu42 instruction for converting from utf32 to utf16.Stefan Liebler2017-06-272-4/+111
* S390: Use cu41 instruction for converting from utf32 to utf8.Stefan Liebler2017-06-272-3/+117
* S390: Add new hwcap values for new cpu architecture - arch12.Stefan Liebler2017-06-273-3/+10
* x86-64: Optimize memcmp-avx2-movbe.S for short differenceH.J. Lu2017-06-271-56/+62
* S390: Save and restore r12 in TLS_IE macro.Stefan Liebler2017-06-272-9/+13
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-271-2/+0
* Add float128 support for ia64.Joseph Myers2017-06-2610-1/+373
* Rename struct ucontext tag (bug 21457).Joseph Myers2017-06-2635-59/+59
* Add float128 support for x86_64, x86.Joseph Myers2017-06-2618-22/+2546
* Call exit directly in clone (BZ #21512)Adhemerval Zanella2017-06-2618-104/+129
* powerpc64le: Enable float128Paul E. Murphy2017-06-2611-0/+1075
* powerpc64le: Require at least POWER8 for powerpc64leGabriel F. T. Gomes2017-06-262-0/+46
* powerpc64le: Check for compiler features for float128Gabriel F. T. Gomes2017-06-262-0/+77
* getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295]Dmitry Bilunov2017-06-241-4/+4
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-238-8/+12
* Update x86 ulps for GCC 7.Joseph Myers2017-06-232-16/+16
* Avoid localplt issues from x86 fereaiseexcept inline.Joseph Myers2017-06-232-0/+11
* x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.SH.J. Lu2017-06-231-4/+2
* x86-64: Fix comment typo in memcmp-avx2-movbe.SFlorian Weimer2017-06-231-1/+1
* x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662]Florian Weimer2017-06-231-10/+10
* Add libio-mtsafe flags to the build of strfromf128Gabriel F. T. Gomes2017-06-231-0/+4
* Optimized version of powf()Paul Clarke2017-06-231-101/+70
* powerpc: Fix sinf() IFUNC fallback.Rogerio A. Cardoso2017-06-231-1/+1
* powerpc: fix sysconf support for cache geometriesPaul Clarke2017-06-231-29/+8
* powerpc: Update AT_HWCAP[2] bitsTulio Magno Quites Machado Filho2017-06-232-1/+4
* powerpc: refactor strrchr IFUNCRajalakshmi Srinivasaraghavan2017-06-232-19/+7
* powerpc: Add optimized version of [l]lroundfRajalakshmi Srinivasaraghavan2017-06-239-1/+103
* Support _Float128 in ldbl-96 bits/iscanonical.h.Joseph Myers2017-06-221-0/+3
* Support _Float128 in math-tests.h.Joseph Myers2017-06-221-12/+30
* Fix float128_private.h redefinition of SET_RESTORE_ROUNDL.Joseph Myers2017-06-221-1/+1
* Make float128_private.h work with generic ieee754.h.Joseph Myers2017-06-221-0/+4
* Correct min_of_type handling of _Float128.Joseph Myers2017-06-221-2/+2
* Fix float128 uses of xlocale.h.Joseph Myers2017-06-223-3/+3