about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* [PATCH 4/6] Split powerpc out of main Linux kernel-features.h.Joseph Myers2014-07-172-13/+48
* [PATCH 3/6] Split sparc out of main Linux kernel-features.h.Joseph Myers2014-07-172-27/+57
* [PATCH 2/6] Split i386 out of main Linux kernel-features.h.Joseph Myers2014-07-172-7/+40
* [PATCH 1/6] Split x86_64 out of main Linux kernel-features.h.Joseph Myers2014-07-172-9/+42
* Refactor handling of /lib64 etc. cases, move out of sysdeps/gnu/configure.ac.Joseph Myers2014-07-1716-132/+149
* Move architecture shlib-versions files to Linux-specific directories.Joseph Myers2014-07-1717-17/+15
* ARM: Fix compiler warnings from atomic.hWill Newton2014-07-171-3/+3
* ARM: Clean up EABI-related configuryRoland McGrath2014-07-166-53/+62
* Separate Linuxisms from lowlevellock.h, make a generic oneRoland McGrath2014-07-153-0/+410
* Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu2014-07-148-14/+91
* m68k: update libm test ULPsAndreas Schwab2014-07-131-16/+88
* aarch64: Update libm-test-ulpsRichard Henderson2014-07-111-6/+120
* PowerPC: Fix build due missing lll_robust_trylockAdhemerval Zanella2014-07-101-2/+17
* Get rid of lll_robust_dead.Roland McGrath2014-07-1015-157/+0
* Get rid of lll_robust_trylock.Roland McGrath2014-07-1015-137/+0
* Fix crash when system has no ipv6 address [BZ #17125]Siddhesh Poyarekar2014-07-101-1/+7
* Get rid of sparc specific NPTL internaltypes.h header.David S. Miller2014-07-0912-8/+12
* Update sparc ULPS.David S. Miller2014-07-091-6/+96
* Fix missing newline in test outputAndreas Schwab2014-07-092-2/+2
* Update i386 libm test ULPsAndreas Schwab2014-07-091-8/+32
* Fix -Wundef warnings for SHAREDWill Newton2014-07-095-5/+5
* Fix Wundef warning for __cplusplusSiddhesh Poyarekar2014-07-091-1/+1
* Fix Wundef warning for ELF_MACHINE_NO_REL on i386Siddhesh Poyarekar2014-07-081-0/+1
* PowerPC: Cleanup powerpc memmoveAdhemerval Zanella2014-07-085-25/+5
* PowerPC: Fix compiler warningsAdhemerval Zanella2014-07-083-3/+5
* PowerPC: Add ifunc tests for memmoveAdhemerval Zanella2014-07-081-0/+6
* PowerPC: Align power7 memcpy using VSX to quadwordAdhemerval Zanella2014-07-072-20/+6
* PowerPC: optimized memmove for POWER7/PPC32Adhemerval Zanella2014-07-074-1/+100
* PowerPC: optimized memmove for POWER7/PPC64Adhemerval Zanella2014-07-079-1/+1016
* PowerPC: memmove default implementation cleanupAdhemerval Zanella2014-07-071-97/+2
* PowerPC: Guard CALL_ELF check for ppc64 only in link.hAdhemerval Zanella2014-07-071-2/+4
* Remove old stub lowlevellock.h file. It is not even useful as documentation.Roland McGrath2014-07-071-83/+0
* NPTL is no longer an add-on!Roland McGrath2014-07-0727-60/+217
* Get rid of nptl/sysdeps/ entirely!Roland McGrath2014-07-0746-122/+2408
* Add comment for MEMCPY_OK_FOR_FWD_MEMMOVESiddhesh Poyarekar2014-07-051-0/+3
* ARM: Define ELF_MACHINE_NO_RELWill Newton2014-07-041-0/+1
* Fix ia64 build error in lll_futex_timed_wait_bitsetRoland McGrath2014-07-031-1/+1
* Fix unwind.h configure check for bare environment.Roland McGrath2014-07-032-2/+14
* Add missing #include in sysdeps/alpha/fpu/s_nearbyint.cRoland McGrath2014-07-031-1/+3
* Robustify Linux kernel headers configure checksRoland McGrath2014-07-032-153/+32
* S390: Quash unused variable warning due to no-op THREAD_SET_POINTER_GUARD.Roland McGrath2014-07-031-1/+1
* Restore subdir conditional for tst-timer dependency.Siddhesh Poyarekar2014-07-031-0/+4
* alpha: Remove nearbyint and nearbyintf implementationsRichard Henderson2014-07-032-72/+1
* alpha: Implement math_opt_barrier and math_force_evalRichard Henderson2014-07-031-0/+6
* alpha: Fix lround implementationsRichard Henderson2014-07-032-8/+8
* alpha: Remove round and roundf implementationsRichard Henderson2014-07-032-91/+0
* Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAILRichard Henderson2014-07-031-1/+1
* Always provide HP_SMALL_TIMING_AVAILRichard Henderson2014-07-039-0/+9
* aarch64: Add hp-timing.hRichard Henderson2014-07-031-0/+37
* Unify hp-timing implementationsRichard Henderson2014-07-0310-344/+82