about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* IA64: Define TLS_DEFINE_INIT_TPRoland McGrath2014-08-043-25/+6
* IA64: Consolidate NPTL/non versions of vforkRoland McGrath2014-08-044-131/+79
* IA64: Consolidate NPTL/non versions of cloneRoland McGrath2014-08-042-11/+0
* Fix missing <math_private.h> in ldbl-96 fmaAndreas Schwab2014-08-041-0/+1
* Remove sysdeps/unix/sysv/linux/arm/lowlevellock.hRoland McGrath2014-08-011-307/+0
* Force eval for fma implementationsRichard Henderson2014-08-014-20/+24
* ARM: Move PTR_MANGLE et al out of Linux-specific file.Roland McGrath2014-08-012-44/+48
* Add __safe_fatal and use it in __pthread_unwind forwarder fallback.Roland McGrath2014-07-312-0/+70
* Use __builtin_trap for ABORT_INSTRUCTION.Roland McGrath2014-07-311-1/+30
* Split nptl-signals.h out from pthreadP.hRoland McGrath2014-07-312-0/+55
* [PATCH] S390: Fix remaining ONE_DIRECTION warning messagesStefan Liebler2014-07-313-0/+3
* S/390: Revert the jmp_buf/ucontext_t ABI change.Stefan Liebler2014-07-3135-795/+189
* Improve 64bit memcpy performance for Haswell CPU with AVX instructionLing Ma2014-07-3011-6/+458
* PowerPC: Fix gprof entry point for LEAdhemerval Zanella2014-07-301-0/+2
* fcntl-linux.h: add new definitions and manual updates for open file descripti...Jeff Layton2014-07-291-0/+17
* Revert "aarch64: Add hp-timing.h"Marcus Shawcroft2014-07-221-38/+0
* m68k: use generic lowlevellock.hAndreas Schwab2014-07-181-308/+0
* [BZ #17078] ARM: R_ARM_TLS_DESC prelinker supportMaciej W. Rozycki2014-07-171-3/+31
* [PATCH 6/6] Split s390 out of main Linux kernel-features.h.Joseph Myers2014-07-172-3/+23
* [PATCH 5/6] Split sh out of main Linux kernel-features.h.Joseph Myers2014-07-172-25/+44
* [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