summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* m68k: force inlining bswap functionsAndreas Schwab2015-01-251-4/+4
* powerpc: Fix powerpc64 build failure with binutils 2.22Adhemerval Zanella2015-01-241-1/+4
* powerpc: Fix ifuncmain6pie failure with GCC 4.9Adhemerval Zanella2015-01-241-1/+3
* Also treat model numbers 0x5a/0x5d as SilvermontH.J. Lu2015-01-231-0/+2
* Treat model numbers 0x4a/0x4d as SilvermontH.J. Lu2015-01-231-0/+2
* Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu2015-01-231-1/+1
* BZ #16418: Fix powerpc get_clockfreq racinessAdhemerval Zanella2015-01-211-69/+59
* Update copyright year to 2015 for new files.Carlos O'Donell2015-01-211-1/+1
* Fix recursive dlopen.Carlos O'Donell2015-01-211-2/+2
* Fix semaphore destruction (bug 12674).Carlos O'Donell2015-01-2119-1794/+23
* Commit nios2 port to master.Chung-Lin Tang2015-01-1796-0/+7575
* S390: Get rid of linknamespace failures for utmp functions.Stefan Liebler2015-01-167-14/+42
* S390: Get rid of linknamespace failures for string functions.Stefan Liebler2015-01-1614-79/+79
* Fix powerpc-nofpu fesetenv namespace (bug 17748).Joseph Myers2015-01-141-1/+1
* [s390] Define a __tls_get_addr macro to avoid declaring it againSiddhesh Poyarekar2015-01-141-0/+7
* powerpc: Fix POWER7/PPC64 performance regression on LEAdhemerval Zanella2015-01-131-588/+282
* powerpc: Optimized strncmp for POWER8/PPC64Adhemerval Zanella2015-01-135-5/+374
* powerpc: Optimize POWER7 strcmp trailing checksRajalakshmi Srinivasaraghavan2015-01-131-114/+83
* powerpc: Optimized strcmp for POWER8/PPC64Adhemerval Zanella2015-01-135-3/+306
* powerpc: Optimized st{r,p}ncpy for POWER8/PPC64Adhemerval Zanella2015-01-138-6/+542
* powerpc: Optimized strncat for POWER7/PPC64Adhemerval Zanella2015-01-133-270/+31
* powerpc: Optimized strcat for POWER8/PPC64Adhemerval Zanella2015-01-134-4/+40
* powerpc: Optimized st{r,p}cpy for POWER8/PPC64Adhemerval Zanella2015-01-137-3/+377
* Fix wake-up in sysdeps/nptl/fork.c.Torvald Riegel2015-01-131-1/+1
* Fix ldbl-96 scalblnl underflowing results (bug 17803).Joseph Myers2015-01-121-4/+4
* Fix ldbl-96 scalblnl for subnormal arguments (bug 17834).Joseph Myers2015-01-121-2/+2
* Add x86 32 bit vDSO time function supportAdhemerval Zanella2015-01-1216-118/+313
* powerpc: Fix Copyright dates and CL entryAdhemerval Zanella2015-01-1214-14/+14
* powerpc: abort transaction in syscallsAdhemerval Zanella2015-01-127-2/+74
* powerpc: Add adaptive elision to rwlocksAdhemerval Zanella2015-01-123-3/+119
* powerpc: Add the lock elision using HTMAdhemerval Zanella2015-01-1215-5/+672
* Fix shm-directory.h #include.Roland McGrath2015-01-091-1/+1
* MicroBlaze: Fix BZ17791 - Remove fixed page size macros and othersMatthew Fortune2015-01-091-8/+0
* MicroBlaze: Remove custom lowlevellock.h.Torvald Riegel2015-01-091-303/+0
* MicroBlaze: Remove custom pthread_once implementation on microblaze.Torvald Riegel2015-01-091-89/+0
* MicroBlaze: Avoid pointer to integer conversion warningDavid Holsgrove2015-01-091-2/+2
* MicroBlaze: Fix volatile-register-var warning in READ_THREAD_POINTERDavid Holsgrove2015-01-091-8/+3
* MicroBlaze: Fix integer-pointer conversion warningDavid Holsgrove2015-01-091-1/+1
* Some #include cleanup in aio/timer code.Roland McGrath2015-01-082-1/+2
* Clean up allocrtsig code.Roland McGrath2015-01-084-109/+49
* Fix copyright year on new stub sys/procfs.h file.Roland McGrath2015-01-081-1/+1
* Add stub sys/procfs.h fileRoland McGrath2015-01-082-1/+40
* NPTL: Refactor cpu_set_t validation to be sysdeps-controlledRoland McGrath2015-01-081-0/+48
* powerpc: Fix compiler warning on some syscallsAdhemerval Zanella2015-01-084-8/+9
* Fix libm feupdateenv namespace (bug 17748).Joseph Myers2015-01-0717-17/+40
* mips: Fix __libc_pread prototypeAdhemerval Zanella2015-01-071-1/+1
* AArch64: Optimized implementations of strcpy and stpcpy.Richard Earnshaw2015-01-072-0/+346
* AArch64 optimized implementation of strrchr.Richard Earnshaw2015-01-071-0/+165
* Fix libm fesetround namespace (bug 17748).Joseph Myers2015-01-0719-37/+68
* Fix libm fesetenv namespace (bug 17748).Joseph Myers2015-01-0629-30/+54