Merge branch 'master' into bug13658-branch
[platform/upstream/glibc.git] / sysdeps /
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-14 Joseph MyersFix csqrt overflow/underflow (bug 13841).
2012-03-14 David S. MillerFix hypotf overflow/underflow by using double precision...
2012-03-13 Joseph MyersClean up dbl-64 rint, nearbyint.
2012-03-13 David S. MillerRemove no longer needed assembler offset generation...
2012-03-13 David S. MillerFix generic ldbl-128 expm1l just like x86-64 and i386...
2012-03-13 David S. MillerUse correct implementation for dl-fxstatat64 on sparc64.
2012-03-13 David S. MillerFix warning in Linux openat implementation when __ASSUM...
2012-03-12 David S. MillerFix another instance of the _dl_random masking bug...
2012-03-12 David S. MillerAdd some missing sparc kernel-feature.h entries.
2012-03-12 David S. MillerFix some 64-bit sparc build warnings.
2012-03-12 David S. MillerFix typing of the bit twiddling done in _dl_setup_stack...
2012-03-12 David S. MillerUpdate sparc ULPs for recently added tests.
2012-03-10 Andreas SchwabUpdate powerpc libm ULPs
2012-03-10 David S. MillerFix bugs in sparc PLT profiling register management...
2012-03-10 Paul EggertReplace FSF snail mail address with URL in miscellaneou...
2012-03-10 Richard HendersonMove math/math_private.h to sysdeps/generic/math_private.h.
2012-03-10 Richard HendersonUse include_next to chain math_private.h headers.
2012-03-10 Richard HendersonUse <> for math.h and math_private.h everywhere.
2012-03-09 Joseph MyersSplit enum __socket_type from bits/socket.h to bits...
2012-03-09 Richard Hendersonpowerpc: Convert __ieee754_sqrt{,f} from macros to...
2012-03-09 Richard Hendersonx86_64: Convert __rint* and __floor* from macros to...
2012-03-09 Richard Hendersonx86_64: Convert __ieee754_sqrt{,f,l} from macros to...
2012-03-09 Richard HendersonUse target-specific math_private.h in math_ldbl_opt.h.
2012-03-08 David S. MillerUpdate copyright year after my most recent changes.
2012-03-08 Thomas SchwingeFix struct timespec normalization (as used in many...
2012-03-08 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-03-08 Joseph MyersClean up glibc manual references to "GNU system" (bug...
2012-03-07 Joseph MyersFix sysdeps/i386/configure.in cpuid.h test for bootstra...
2012-03-07 Joseph MyersFix signs of zeros from casinh, cacosh etc. (bug 10716).
2012-03-07 Andreas Jaeger [BZ #13658]
2012-03-07 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-06 Marek PolacekFix up long double fphex.
2012-03-06 David S. MillerFix several build warnings on sparc.
2012-03-06 David S. MillerUpdate sparc ULPs due to recently added tests.
2012-03-05 Andreas SchwabUpdate powerpc libm ULPs
2012-03-05 Andreas SchwabFix loss of precision in cosh and sinh for IBM long...
2012-03-05 H.J. Lu * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (getti...
2012-03-05 Andreas Jaeger* sysdeps/i386/fpu/libm-test-ulps: Update.
2012-03-05 Joseph MyersFix pow in non-default rounding modes (bug 3976).
2012-03-05 Joseph MyersTest cosh, sinh in non-default rounding modes (bug...
2012-03-05 Tom de Vries2012-03-05 Tom de Vries <tom@codesourcery.com>
2012-03-04 Andreas SchwabUpdate powerpc libm ULPs
2012-03-03 Marek PolacekRemove oldish __GNUC_PREREQ.
2012-03-03 David S. MillerAdd sparc optimized {l,}rint{,f} for 32-bit v9 and...
2012-03-02 David S. MillerUpdate sparc ULPs.
2012-03-02 Joseph MyersFix sin, cos, tan in non-default rounding modes (bug...
2012-03-02 Joseph MyersFix scalbn, scalbln integer overflow.
2012-03-02 Joseph MyersFix exp in non-default rounding modes (bug 3976).
2012-03-02 Chris Demetriou2012-03-01 Chris Demetriou <cgd@google.com>
2012-03-02 David S. MillerKill sparc32 specific __getpagesize, unneeded.
2012-03-02 David S. MillerOptimized 64-bit sparc assembler for finite{,f} and...
2012-03-02 David S. MillerOptimized sparc assembler for signbit{,f,l} and some...
2012-03-02 David S. MillerUpdate Sparc ulps for recently added tests.
2012-03-02 David S. MillerSparc doesn't need seperate 32-bit and 64-bit ulps...
2012-03-01 David S. MillerRemove sparc binutils GOTDATA checks in lieu of new...
2012-03-01 Joseph MyersImprove erfc accuracy.
2012-02-29 Joseph MyersFix x86 strcasecmp_l (bug 13786).
2012-02-29 Joseph MyersAdd test for bug 5794 (incorrect expm1 overflow).
2012-02-29 Joseph MyersReduce large expected errors from libm tests on x86...
2012-02-29 David S. MillerAdd sparc optimized sqrt{,f}.
2012-02-29 Ulrich DrepperOptimized expf for x86-64
2012-02-28 Joseph MyersRegenerate sysdeps/gnu/errlist.c for errno.texi changes.
2012-02-28 Andreas JaegerRename dirfd to __dirfd, add weak_alias.
2012-02-28 Andreas JaegerAvoid local PLT for dirfd
2012-02-28 David S. MillerAdd optimized copysign for sparc.
2012-02-28 David S. MillerOptimized sparc floor{,f} routines.
2012-02-28 David S. MillerFix %fp/%sp typo in new sparc ceil{,f} assembler.
2012-02-27 David S. MillerFix comment formatting in new optimized sparc math...
2012-02-27 David S. MillerOptimized sparc ceil{,f} and rint{,f} routines.
2012-02-27 David S. MillerFix ldbl-128 rintl/nearbyintl just like flt-32 variants.
2012-02-27 Joseph MyersRequire Linux kernel headers from "make headers_install...
2012-02-27 Andreas SchwabAdd missing headers
2012-02-27 Ulrich DrepperFix name mangling of pthread_attr_t after change
2012-02-27 Ulrich DrepperAdd first fixes for conformtest for POSIX2008
2012-02-26 Ulrich DrepperWork around problem of pthread_attr_t definition with...
2012-02-26 Ulrich DrepperFix up POSIX testing in conformtest
2012-02-26 Andreas SchwabReplace sysdeps/ieee754/dbl-64/k_tan.c with empty file
2012-02-22 Joseph MyersFix nearbyintf rounding.
2012-02-22 Joseph MyersFix rintf rounding.
2012-02-21 David S. MillerUpdate long-double sparc math ULPs missed by previous...
2012-02-21 David S. MillerTweak sparc32 longjmp to not store a dummy frame pointe...
2012-02-21 David S. MillerUse PI_STATIC_AND_HIDDEN on sparc if we universally...
2012-02-21 David S. MillerExplain why we don't make use of RDPC in the sparc...
2012-02-21 David S. MillerUse sparc GOTDATA relocations whenever possible.
2012-02-21 David S. MillerAdd sparc configure checks for GOTDATA support.
2012-02-21 David S. MillerConsolidate Sparc ELF configure fragments to one spot.
2012-02-21 David S. MillerRemove sparc WDISP22 configure checks, no longer used.
2012-02-21 Joseph MyersRemove old initfini mechanism.
2012-02-21 Joseph MyersSplit architecture-specific parts of sys/epoll.h into...
2012-02-21 Joseph MyersSplit architecture-specific parts of sys/timerfd.h...
2012-02-20 Joseph MyersResort ULPs files with gen-libm-test.pl -n in C locale.
2012-02-20 Aurelien JarnoAdjust SPARC ULPs to take into account the new jn tests.
2012-02-19 Andreas SchwabAdd support for Linux error EHWPOISON
2012-02-19 Aurelien JarnoUse non-signaling floating-point comparisons in math...
2012-02-19 David S. MillerRework sparc PIC macros so crt{i,n}.S can use them...
2012-02-17 Aurelien JarnoInclude <time.h> in clock_settime.c.
2012-02-17 Thomas SchwingeHurd: #define away madvise for malloc code, fix previou...
2012-02-16 Richard Hendersons390: Convert to crt[in].S.
2012-02-16 David S. MillerAdd O_FSYNC define to sparc just like other platforms.
next