aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-06Avoid gettimeofday vsyscallUlrich Drepper1-19/+3
2011-09-06Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper1-0/+1
2011-09-06Remove now-wrong commentUlrich Drepper1-5/+0
2011-09-06Fix missing declarationAndreas Schwab1-0/+1
2011-09-06Prefer real syscalls instead of vsyscalls on x86-64 outside libc.soUlrich Drepper4-3/+28
2011-09-05Fix whitespacesUlrich Drepper2-2/+0
2011-09-05Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva5-3/+851
2011-09-05Try shell in posix_spawn* only in compat modeUlrich Drepper2-9/+15
2011-09-05Fix whitespacesUlrich Drepper2-2/+0
2011-09-05Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva7-1/+1656
2011-09-05Add optimized x86-64 wcscmpUlrich Drepper1-0/+936
2011-09-05Fix whitespacesUlrich Drepper3-4/+1
2011-09-05Add x86-32 optimized wcscmpUlrich Drepper4-1/+1075