aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2011-10-12Fix whitespacesUlrich Drepper2-10/+10
2011-10-12Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva11-1/+2639
2011-10-12Optimize libmUlrich Drepper165-2875/+1843
2011-10-10Implement __isinf_nsl for IBM long doubleAndreas Schwab1-0/+16
2011-10-08Conditionalize unnecessary #include.Roland McGrath1-4/+5
2011-10-08Fix some nit warnings.Roland McGrath1-1/+1
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper12-1/+125
2011-10-07Fix whitespaceUlrich Drepper1-1/+1
2011-10-07Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva4-59/+842
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab10-39/+65
2011-09-28Adjust powerpc libm ULPsAndreas Schwab1-4/+42
2011-09-26Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab1-8/+8
2011-09-19Clean up disabling of script_executeRoland McGrath1-9/+11
2011-09-15finite for 64-bit platformsUlrich Drepper1-0/+32
2011-09-15Define IP_MULTICAST_ALLUlrich Drepper1-1/+2
2011-09-15Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ____longjmp_c...Roland McGrath3-11/+5
2011-09-15Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper4-16/+16
2011-09-15Add fmax and fmin inlines for x86-64Ulrich Drepper1-5/+41
2011-09-15Fix PLT uses in libm on powerpcAndreas Schwab4-16/+16
2011-09-14Use correct section to allow mergingUlrich Drepper1-2/+2
2011-09-14Optimized lrint and llrint for x86-64Ulrich Drepper1-10/+46
2011-09-13Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab1-2/+0
2011-09-13Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab2-6/+6
2011-09-12Optimize logb code for 64-bit machinesUlrich Drepper1-0/+44
2011-09-12Fix invalid conversion in __cmsg_nxthdrAndreas Schwab2-4/+4
2011-09-11Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2-12/+12
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper22-279/+853
2011-09-11Prepend $(..) to $(ldd-rewrite-script) if non-absoluteAndreas Schwab2-12/+12
2011-09-10Simplify malloc initializationUlrich Drepper1-18/+0
2011-09-10Remove support for !USE___THREADUlrich Drepper22-590/+190
2011-09-09Fix jn precisionPetr Baudis7-53/+198
2011-09-09Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper3-6/+6
2011-09-08Fix lround() loses precisionPaul Pluzhnikov1-1/+1
2011-09-08Remove support for automatic cvs check-insUlrich Drepper3-14/+4
2011-09-08sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.Samuel Thibault1-1/+5
2011-09-08Hurd: fix use of uninitialized value in fork port copying.Roland McGrath1-2/+2
2011-09-07Fix up x86-32 section names for Atom codeLiubov Dmitrieva6-9/+6
2011-09-07Check for finite/infinity parms in IBM Long Double 128 fmal( )Ulrich Drepper1-0/+39
2011-09-07Fix whitespacesUlrich Drepper2-2/+1
2011-09-07Trigonometric optimizations for POWERAdhemerval Zanella9-0/+1070
2011-09-07Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra5-6/+10
2011-09-07power7 strncmp optimizationWill Schmidt2-2/+6
2011-09-07power7 memcpy VSX optimizationsWill Schmidt2-29/+145
2011-09-07Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper1-4/+0
2011-09-07Simplify AVX checkH.J. Lu1-4/+1
2011-09-07Revert "Fix semid_ds for x86-64"Andreas Schwab1-4/+0
2011-09-07Make sure __vdso_clock_gettime always contains a valid pointerUlrich Drepper2-0/+8
2011-09-06Fix handling of __vdso_clock_gettimeUlrich Drepper1-2/+6
2011-09-06Move Atom-optimized code out of the way and togetherUlrich Drepper8-9/+13
2011-09-06Don't unconditionally use clock_gettime vsyscall on x86-64Ulrich Drepper4-16/+29