aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-14Fix powerpc-nofpu fesetenv namespace (bug 17748).Joseph Myers2-1/+7
2015-01-14[s390] Define a __tls_get_addr macro to avoid declaring it againSiddhesh Poyarekar2-0/+12
2015-01-13powerpc: Fix POWER7/PPC64 performance regression on LEAdhemerval Zanella2-588/+285
2015-01-13powerpc: Optimized strncmp for POWER8/PPC64Adhemerval Zanella7-7/+387
2015-01-13powerpc: Optimize POWER7 strcmp trailing checksRajalakshmi Srinivasaraghavan2-114/+89
2015-01-13Fix scanf15.c testsuite build on sparc.David S. Miller2-0/+6
2015-01-13Remove some references to bcopy/bcmp/bzero.Roland McGrath6-11/+16
2015-01-13powerpc: Optimized strcmp for POWER8/PPC64Adhemerval Zanella7-4/+318
2015-01-13powerpc: Optimized st{r,p}ncpy for POWER8/PPC64Adhemerval Zanella10-7/+559
2015-01-13powerpc: Optimized strncat for POWER7/PPC64Adhemerval Zanella4-270/+35
2015-01-13powerpc: Optimized strcat for POWER8/PPC64Adhemerval Zanella5-4/+49
2015-01-13powerpc: Optimized st{r,p}cpy for POWER8/PPC64Adhemerval Zanella9-3/+398
2015-01-13Fix memory handling in strxfrm_l [BZ #16009]Leonhard Holz5-108/+471
2015-01-13Fix wake-up in sysdeps/nptl/fork.c.Torvald Riegel2-1/+6
2015-01-12Fix ldbl-96 scalblnl underflowing results (bug 17803).Joseph Myers4-5/+52
2015-01-12Fix ldbl-96 scalblnl for subnormal arguments (bug 17834).Joseph Myers4-3/+35
2015-01-12Add x86 32 bit vDSO time function supportAdhemerval Zanella17-118/+340
2015-01-12powerpc: Fix Copyright dates and CL entryAdhemerval Zanella15-15/+15
2015-01-12powerpc: abort transaction in syscallsAdhemerval Zanella8-2/+91
2015-01-12powerpc: Add adaptive elision to rwlocksAdhemerval Zanella4-3/+130
2015-01-12powerpc: Add the lock elision using HTMAdhemerval Zanella17-5/+709
2015-01-12Remove 17581 from NEWSAndreas Schwab1-6/+6
2015-01-09Fix shm-directory.h #include.Roland McGrath2-1/+6
2015-01-09Remove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic-link.h.Chung-Lin Tang2-2/+6
2015-01-09MicroBlaze: Fix BZ17791 - Remove fixed page size macros and othersMatthew Fortune3-9/+9
2015-01-09MicroBlaze: Remove custom lowlevellock.h.Torvald Riegel2-303/+4
2015-01-09MicroBlaze: Remove custom pthread_once implementation on microblaze.Torvald Riegel2-89/+4
2015-01-09MicroBlaze: Avoid pointer to integer conversion warningDavid Holsgrove2-2/+7
2015-01-09MicroBlaze: Fix volatile-register-var warning in READ_THREAD_POINTERDavid Holsgrove2-8/+9
2015-01-09MicroBlaze: Fix integer-pointer conversion warningDavid Holsgrove2-1/+6
2015-01-08Some #include cleanup in aio/timer code.Roland McGrath3-1/+6
2015-01-08Clean up allocrtsig code.Roland McGrath6-145/+88
2015-01-08Fix copyright year on new stub sys/procfs.h file.Roland McGrath1-1/+1
2015-01-08NPTL: Fix generic pthread_sigmask.Roland McGrath2-1/+8
2015-01-08NPTL: Fixed missed conditionalization of setxid hooey.Roland McGrath2-0/+5
2015-01-08Add stub sys/procfs.h fileRoland McGrath4-2/+45
2015-01-08NPTL: Refactor cpu_set_t validation to be sysdeps-controlledRoland McGrath6-29/+91
2015-01-08Add -Wno-trampolines as neededRichard Henderson3-0/+9
2015-01-08Add Nios II definitions to elf/elf.h.Chung-Lin Tang2-0/+77
2015-01-08powerpc: Fix compiler warning on some syscallsAdhemerval Zanella5-8/+18
2015-01-08NEWS for MIPS ABIsMatthew Fortune1-0/+20
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers21-19/+87
2015-01-07mips: Fix __libc_pread prototypeAdhemerval Zanella2-1/+6
2015-01-07posix/regcomp: initialize union structure tag to avoid warningChris Metcalf2-0/+8
2015-01-07AArch64: Optimized implementations of strcpy and stpcpy.Richard Earnshaw4-2/+354
2015-01-07AArch64 optimized implementation of strrchr.Richard Earnshaw3-2/+173
2015-01-07Fix typo in ChangeLogSiddhesh Poyarekar1-1/+1
2015-01-07setenv fix memory leak when setting large, duplicate string (BZ #17658)Eric Biggers3-4/+17
2015-01-06Fix incorrect mount table entry parsing in __getmntent_rVladimir A. Nazarenko4-9/+41
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers22-39/+112