aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Use parentheses around MIPS syscall macro arguments.Joseph Myers3-46/+62
2012-11-20Fix int-to-pointer-cast warnings for MIPS.Joseph Myers4-12/+28
2012-11-20Fix warnings from aborting MIPS atomic macros.Joseph Myers2-3/+13
2012-11-20Fix more set-but-not-used warnings in _itowa.c.Joseph Myers2-2/+7
2012-11-20Fix __bswap_64 return type in generic bits/byteswap.h.Joseph Myers2-5/+11
2012-11-20Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro.Joseph Myers2-1/+4
2012-11-20Hurd: fixes for ptsname and ptsname_rPino Toscano2-9/+17
2012-11-19Fix spurious underflows in ldbl-128 atan implementation.David S. Miller5-0/+38
2012-11-19Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856).Joseph Myers3-3/+11
2012-11-19Fix unused variable warnings from MIPS syscall macros.Joseph Myers4-9/+24
2012-11-19conformtest: Clean up expectations for POSIX for more headers.Joseph Myers5-8/+112
2012-11-19conformtest: Clean up expectations for POSIX for various headers.Joseph Myers8-66/+211
2012-11-19conformtest: Fix miscellaneous expectations for XPG4.Joseph Myers7-9/+72
2012-11-19Define siginfo_t in signal.h for XPG4 (bug 14835).Joseph Myers3-1/+9
2012-11-19Fix ug_CNEagle Burkut3-258/+248
2012-11-19muntrace: reset file and hooks before finalizing the streamPino Toscano2-2/+10
2012-11-19Hurd: implement syncfsPino Toscano2-0/+35
2012-11-19AArch64: Adding optimized maths functions.Marcus Shawcroft29-2/+812
2012-11-19Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar5-7/+46
2012-11-19bindresvport() uses two static variables port and startport which are notPeng Haitao3-9/+25
2012-11-19Add ldconfig cache tag handling for AArch64Steve McIntyre3-0/+8
2012-11-19Add ldconfig cache tag handling for ARM hard-float ABISteve McIntyre3-2/+12
2012-11-19hppa: Mark __pthread_once as a hidden def.Carlos O'Donell2-2/+7
2012-11-19hppa: Fix fesetenv for FE_DFL_ENV.Carlos O'Donell2-10/+5
2012-11-19hppa: Implement get-rounding-mode.hCarlos O'Donell3-1/+39
2012-11-19hppa: Implement fpu_control.h.Carlos O'Donell2-0/+68
2012-11-19hppa: Add ____longjmp_check C implementation.Carlos O'Donell1-0/+47
2012-11-19hppa: Implement __longjmp_chk.Carlos O'Donell5-80/+129
2012-11-18Correct tinyness handling in long-double and float y0/y1.David S. Miller9-3/+154
2012-11-18Fix ifunc configure check for 64-bit targetsAndreas Schwab3-4/+18
2012-11-18m68k: fix cancellable syscall with 5 or 6 argumentsAndreas Schwab2-5/+10
2012-11-18m68k: define ELF_MACHINE_RUNTIME_FIXUP_PARAMSAndreas Schwab2-2/+7
2012-11-18m68k: update libm test ULPsAndreas Schwab2-0/+121
2012-11-18m68k: define lll_futex_timed_wait_bitsetAndreas Schwab2-1/+18
2012-11-16Fix BZ #14811 for ldbl-128 too.David S. Miller2-1/+12
2012-11-17Include string.h in sysdeps/unix/sysv/linux/fxstatat.c.Joseph Myers2-1/+4
2012-11-17Fix "set but not used" warnings from MIPS bits/atomic.h.Joseph Myers2-4/+13
2012-11-17Remove ELF_MACHINE_NO_PLT conditionals.Joseph Myers2-4/+4
2012-11-17Generate /usr/libexec/getconf files when cross-compiling.Joseph Myers6-248/+279
2012-11-16check-local-headers: ignore Mach kernel headersPino Toscano2-2/+7
2012-11-16iconv: Fix -cAndrej Lajovic3-5/+10
2012-11-16Don't generate underflow for very small values in log1pl.David S. Miller2-0/+11
2012-11-16Set constructor/destructor priority to 1000H.J. Lu3-4/+14
2012-11-16Add szl_PLAndreas Jaeger4-7/+224
2012-11-16printf should return negative value on errorSiddhesh Poyarekar8-29/+92
2012-11-16Note in a comment that references to C++ bits are obsoleteSiddhesh Poyarekar2-0/+13
2012-11-16Add ayc_PE localeAndreas Jaeger4-1/+202
2012-11-16Add nhn_MX localeAndreas Jaeger4-6/+158
2012-11-15Correct L10n of country-name and lang-name in km_KHChris Leonard3-12/+19
2012-11-15Fix buffer overflow in libm-test.inc check_complex()Marcus Shawcroft2-3/+13