aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2015-02-06Clean up sysdep-dl-routines variable.Roland McGrath12-24/+4
2015-02-06hppa: Sync with pthread.h.Carlos O'Donell1-1/+1146
2015-02-05glibc 2.21 pre-release update.Carlos O'Donell2-3/+3
2015-02-05hppa: Remove warnings and fix conformance errors.Carlos O'Donell13-1212/+131
2015-02-05Function name typo error in non-PIC case, fixed in this patch.Chung-Lin Tang1-1/+1
2015-01-31Fix two bugs in sparc atomics.David S. Miller1-7/+8
2015-01-31Fix sparc semaphore implementation after recent changes.David S. Miller17-703/+668
2015-01-30Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu8-8/+17
2015-01-29Include <signal.h> in sysdeps/nptl/allocrtsig.cAndreas Schwab1-0/+1
2015-01-28tilegx32: set __HAVE_64B_ATOMICS to 0Chris Metcalf1-1/+9
2015-01-28Disable 64-bit atomics for MIPS n32.Joseph Myers1-1/+1
2015-01-28powerpc: Fix fesetexceptflag [BZ#17885]Adhemerval Zanella1-1/+1
2015-01-28powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella5-102/+24
2015-01-25ia64: avoid set-but-not-used warningAndreas Schwab1-0/+3
2015-01-25m68k/coldfire: avoid warning about volatile register variablesAndreas Schwab1-10/+9
2015-01-25m68k: fix missing definition of __feraiseexceptAndreas Schwab1-0/+1
2015-01-25m68k: force inlining bswap functionsAndreas Schwab1-4/+4
2015-01-24powerpc: Fix powerpc64 build failure with binutils 2.22Adhemerval Zanella1-1/+4
2015-01-24powerpc: Fix ifuncmain6pie failure with GCC 4.9Adhemerval Zanella1-1/+3
2015-01-23Also treat model numbers 0x5a/0x5d as SilvermontH.J. Lu1-0/+2
2015-01-23Treat model numbers 0x4a/0x4d as SilvermontH.J. Lu1-0/+2
2015-01-23Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu1-1/+1
2015-01-21BZ #16418: Fix powerpc get_clockfreq racinessAdhemerval Zanella1-69/+59
2015-01-21Update copyright year to 2015 for new files.Carlos O'Donell1-1/+1
2015-01-21Fix recursive dlopen.Carlos O'Donell1-2/+2
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell19-1794/+23
2015-01-17Commit nios2 port to master.Chung-Lin Tang96-0/+7575
2015-01-16S390: Get rid of linknamespace failures for utmp functions.Stefan Liebler7-14/+42
2015-01-16S390: Get rid of linknamespace failures for string functions.Stefan Liebler14-79/+79
2015-01-14Fix powerpc-nofpu fesetenv namespace (bug 17748).Joseph Myers1-1/+1
2015-01-14[s390] Define a __tls_get_addr macro to avoid declaring it againSiddhesh Poyarekar1-0/+7
2015-01-13powerpc: Fix POWER7/PPC64 performance regression on LEAdhemerval Zanella1-588/+282
2015-01-13powerpc: Optimized strncmp for POWER8/PPC64Adhemerval Zanella5-5/+374
2015-01-13powerpc: Optimize POWER7 strcmp trailing checksRajalakshmi Srinivasaraghavan1-114/+83
2015-01-13powerpc: Optimized strcmp for POWER8/PPC64Adhemerval Zanella5-3/+306
2015-01-13powerpc: Optimized st{r,p}ncpy for POWER8/PPC64Adhemerval Zanella8-6/+542
2015-01-13powerpc: Optimized strncat for POWER7/PPC64Adhemerval Zanella3-270/+31
2015-01-13powerpc: Optimized strcat for POWER8/PPC64Adhemerval Zanella4-4/+40
2015-01-13powerpc: Optimized st{r,p}cpy for POWER8/PPC64Adhemerval Zanella7-3/+377
2015-01-13Fix wake-up in sysdeps/nptl/fork.c.Torvald Riegel1-1/+1
2015-01-12Fix ldbl-96 scalblnl underflowing results (bug 17803).Joseph Myers1-4/+4
2015-01-12Fix ldbl-96 scalblnl for subnormal arguments (bug 17834).Joseph Myers1-2/+2
2015-01-12Add x86 32 bit vDSO time function supportAdhemerval Zanella16-118/+313
2015-01-12powerpc: Fix Copyright dates and CL entryAdhemerval Zanella14-14/+14
2015-01-12powerpc: abort transaction in syscallsAdhemerval Zanella7-2/+74
2015-01-12powerpc: Add adaptive elision to rwlocksAdhemerval Zanella3-3/+119
2015-01-12powerpc: Add the lock elision using HTMAdhemerval Zanella15-5/+672
2015-01-09Fix shm-directory.h #include.Roland McGrath1-1/+1
2015-01-09MicroBlaze: Fix BZ17791 - Remove fixed page size macros and othersMatthew Fortune1-8/+0
2015-01-09MicroBlaze: Remove custom lowlevellock.h.Torvald Riegel1-303/+0