aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-08Fix macro used in testH.J. Lu3-3/+10
2011-09-08Fix warning in elf/sprof.cAndreas Jaeger2-8/+4
2011-09-08Fix lround() loses precisionPaul Pluzhnikov3-1/+8
2011-09-08RegeneratedUlrich Drepper1-22/+3
2011-09-08Remove support for automatic cvs check-insUlrich Drepper12-65/+20
CVS use for glibc is long gone.
2011-09-08Add missing definition of LOCPATH for bug-regex32 runJohn Stanley3-1/+6
2011-09-08Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper10-10/+121
2011-09-08Move wide char tests to wcsmbs directoryUlrich Drepper7-9/+23
2011-09-08New comprehensive test for wmemcmpLiubov Dmitrieva3-42/+64
2011-09-08BZ#13153: Update manual last-edit info.Roland McGrath2-3/+7
2011-09-08sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.Samuel Thibault2-1/+9
2011-09-08Hurd: fix use of uninitialized value in fork port copying.Roland McGrath2-3/+9
2011-09-08Fix crash during error handlingAndreas Schwab2-1/+5
2011-09-08Use O_CLOEXEC when loading objects in ld.soUlrich Drepper2-1/+3
2011-09-07Pass back error code from dlerror_runUlrich Drepper2-3/+6
2011-09-07Fix memory leak in case of failed dlopenUlrich Drepper3-1/+6
2011-09-07Remove invalid BZ numberUlrich Drepper1-1/+1
2011-09-07Fix up x86-32 section names for Atom codeLiubov Dmitrieva7-9/+17
2011-09-07Check for finite/infinity parms in IBM Long Double 128 fmal( )Ulrich Drepper2-0/+44
This patch addresses some IBM Long Double 128 fmal () test-ldouble.out and test-ildoubl.out failures. If the ‘x’ and ‘y’ parameters are finite values and ‘z’ is infinity, the result of fmal () should be ‘z’ not NaN. Conflicts: ChangeLog
2011-09-07Fix whitespacesUlrich Drepper2-2/+1
2011-09-07Trigonometric optimizations for POWERAdhemerval Zanella10-0/+1083
2011-09-07Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra7-8/+24
2011-09-07power7 strncmp optimizationWill Schmidt3-2/+12
2011-09-07power7 memcpy VSX optimizationsWill Schmidt3-29/+151
2011-09-07Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2-4/+6
Conflicts: ChangeLog
2011-09-07Simplify AVX checkH.J. Lu2-4/+6
2011-09-07Revert "Fix semid_ds for x86-64"Andreas Schwab2-4/+6
This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba.
2011-09-07Remove gettimeofday vsyscall use from x86-86 libpthreadUlrich Drepper6-45/+37
2011-09-07Make sure __vdso_clock_gettime always contains a valid pointerUlrich Drepper3-0/+16
2011-09-06Fix handling of __vdso_clock_gettimeUlrich Drepper2-2/+9
2011-09-06Don't call gettimeofday vsyscall in x86-64 sem_timedwaitUlrich Drepper2-8/+10
2011-09-06Move Atom-optimized code out of the way and togetherUlrich Drepper9-9/+23
2011-09-06Don't unconditionally use clock_gettime vsyscall on x86-64Ulrich Drepper5-16/+40
2011-09-06Avoid gettimeofday vsyscallUlrich Drepper2-19/+8
2011-09-06Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2-0/+6
2011-09-06Remove now-wrong commentUlrich Drepper1-5/+0
2011-09-06Fix missing declarationAndreas Schwab2-0/+6
2011-09-06Prefer real syscalls instead of vsyscalls on x86-64 outside libc.soUlrich Drepper5-3/+38
2011-09-05Remove unused parameter in pldd and simplify ELF handlingUlrich Drepper3-11/+13
2011-09-05Fix whitespacesUlrich Drepper2-2/+0
2011-09-05Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva6-3/+861
2011-09-05Try shell in posix_spawn* only in compat modeUlrich Drepper8-24/+83
2011-09-05Fix last checkinUlrich Drepper1-0/+1
2011-09-05Fix glob.h header by removing gcc 1.x supportUlrich Drepper3-17/+7
2011-09-05Use O_CLOEXEC when loading ld.so cacheUlrich Drepper3-5/+14
2011-09-05Fix whitespacesUlrich Drepper2-2/+0
2011-09-05Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva9-1/+1671
2011-09-05Add optimized x86-64 wcscmpUlrich Drepper3-1/+940
2011-09-05Fix whitespacesUlrich Drepper3-4/+1
2011-09-05Add x86-32 optimized wcscmpUlrich Drepper7-4/+1090