about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller2014-05-011-0/+31
* Fix missing nearbyintl@GLIBC_2.1 on powerpcAndreas Schwab2012-12-012-6/+6
* Revert "2012-11-07 Andreas Jaeger <aj@suse.de>"Andreas Schwab2012-11-271-17/+1
* 2012-11-07 Andreas Jaeger <aj@suse.de>Jeff Law2012-11-131-1/+17
* Define HAS_FMA with bit_FMA_UsableH.J. Lu2012-10-042-2/+10
* Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.Chris Metcalf2012-06-281-2/+2
* Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().Chris Metcalf2012-06-281-1/+3
* Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.Chris Metcalf2012-06-281-1/+2
* Fix wordsize-64 cosh regression (bug 14273).Joseph Myers2012-06-281-0/+1
* Fix for wrong ldbl128-ibm fmodl commitAdhemerval Zanella2012-06-251-2/+2
* Fix ldbl128ibm fmodl for subnormals.Adhemerval Zanella2012-06-252-18/+19
* Fix fmod for subnormals (bug 14048).Joseph Myers2012-06-251-2/+2
* Fix x86 strcasecmp_l (bug 13786).Joseph Myers2012-06-253-1/+6
* Backport LIBC_TRY_CC_OPTION and regenerate configure scripts.Joseph Myers2012-06-213-450/+506
* Disable use of FMA instructions in branredAndreas Schwab2012-05-2510-156/+547
* Fix makefile/configure problems with sse2avx changes.Joseph Myers2012-05-251-1/+1
* Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-05-2510-48/+58
* BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2012-05-187-30/+150
* Really fix AVX testsUlrich Drepper2012-05-018-27/+31
* Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper2012-05-012-2/+15
* Use <> for include of kernel-features.h.Richard Henderson2012-05-011-1/+1
* Add O_FSYNC define to sparc just like other platforms.David S. Miller2012-05-011-0/+1
* Fix ldbl-128 rintl/nearbyintl just like flt-32 variants.David S. Miller2012-05-012-44/+6
* Fix rintf rounding.Joseph Myers2012-05-011-12/+0
* Fix nearbyintf rounding.Joseph Myers2012-05-011-12/+0
* Use non-signaling floating-point comparisons in math functions.Aurelien Jarno2012-05-015-17/+17
* Fix merge conflict for sparc32/sparc64 ULPS.Carlos O'Donell2012-04-222-24/+0
* Update long-double sparc math ULPs missed by previous changes.David S. Miller2012-04-222-0/+128
* Reduce ldouble ULPs for jn tests on x86Andreas Schwab2012-04-222-36/+32
* Fix x86 PLT slot usage for feraiseexcept.Thomas Schwinge2012-04-221-2/+2
* Redefine __i686 for use with older compilers.Carlos O'Donell2012-04-221-0/+4
* Fix typos in commentsMarek Polacek2011-12-231-4/+4
* Prevent warnings due to long long constantsUlrich Drepper2011-12-234-80/+105
* Fix overrun in destination bufferLiubov Dmitrieva2011-12-232-508/+323
* Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper2011-12-231-1/+11
* Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva2011-12-231-41/+21
* Add feraiseexcept optimization for x86-32Ulrich Drepper2011-12-221-1/+39
* Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper2011-12-221-4/+18
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-12-225-32/+61
|\
| * Support building bits/syscall.h for any number of subarch variants.Joseph Myers2011-12-225-32/+61
* | Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva2011-12-221-745/+516
|/
* Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper2011-12-221-1/+1
* Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper2011-12-213-9/+9
* Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola2011-12-211-1/+1
* Optimized strcasecmp for Power7Adhemerval Zanella2011-12-178-0/+283
* Fix WPUlrich Drepper2011-12-171-1/+1
* Simplify code for accessing powerpc GOTWill Schmidt2011-12-1731-159/+133
* Optimized nearbyint for PPCAdhemerval Zanella2011-12-174-0/+277
* WP fixesUlrich Drepper2011-12-171-1/+0
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-1716-2/+2427