summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Remove configuration name patterns from shlib-versions.Joseph Myers2014-09-1220-78/+78
* Use %ifdef in sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions.Joseph Myers2014-09-123-2/+10
* Move OS-specific shlib-versions entries to sysdeps files.Joseph Myers2014-09-122-0/+14
* Move architecture-specific shlib-versions entries to sysdeps files.Joseph Myers2014-09-125-0/+17
* Add new Linux 3.16 constants to netinet/udp.h.Joseph Myers2014-09-121-0/+4
* Fix typo in macro names in sysconf.cSiddhesh Poyarekar2014-09-121-2/+2
* Enhance tst-xmmymm.sh to detect zmm register usage in ld.so (BZ #16194)Siddhesh Poyarekar2014-09-122-6/+6
* tile: remove linux lowlevellock.hChris Metcalf2014-09-101-304/+0
* PowerPC: memset optimization for POWER8/PPC64Adhemerval Zanella2014-09-106-9/+513
* PowerPC: multiarch bzero cleanup for PPC64Adhemerval Zanella2014-09-1010-91/+15
* Put mips preconfigure code inside mips* case statement.Steve Ellcey2014-09-091-20/+25
* Modify ABI tests in MIPS preconfigure.Steve Ellcey2014-09-091-34/+24
* HPPA: Add c++-types.data.Carlos O'Donell2014-09-071-0/+67
* HPPA: Transition to new non-addon NPTL.Carlos O'Donell2014-09-0718-29/+4
* [BZ #17354] tile: Fix up corner cases with signed relocationsChris Metcalf2014-09-061-18/+23
* Define __GI_fegetenv for e500 libmKhem Raj2014-09-021-0/+1
* Fix hang on forkSamuel Thibault2014-08-281-0/+4
* i386 TLS_INIT_TP might produce bogus asm changing stack pointer [BZ #17319]Mark Wielaard2014-08-281-29/+2
* Simplify atomicity of socket creation in bind.Samuel Thibault2014-08-281-22/+18
* Update x86 ULPsAllan McRae2014-08-271-4/+4
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-2127-31/+33
* Fix powerpc32 __get_clockfreq for non-power4 (bug 17263).Joseph Myers2014-08-131-1/+2
* Fix comment error that Jakub pointed out but I forgot to fixSiddhesh Poyarekar2014-08-131-1/+1
* Disable x87 inline functions for x86_64 and SSE [BZ #17262]Siddhesh Poyarekar2014-08-131-2/+5
* Replace cpuid asm statement with __cpuid_countH.J. Lu2014-08-121-3/+1
* Fix powerpc-nofpu __fe_enabled_env and __fe_nonieee_env (bug 17261).Joseph Myers2014-08-121-4/+4
* Check value of futex before updating in __lll_timedlockBernard Ogden2014-08-121-1/+4
* This patch adds new function libc_feholdsetround_noex_aarch64_ctx, enablingWilco Dijkstra2014-08-071-3/+27
* Fix performance issue in misaligned strcpy.Wilco2014-08-071-3/+3
* PowerPC: Fix termios definitionsAdhemerval Zanella2014-08-062-50/+73
* alpha: Fix exception raising from soft-fpRichard Henderson2014-08-054-12/+12
* alpha: Remove linux lowlevellock.hRichard Henderson2014-08-051-305/+0
* MIPS - Remove mips lowlevellock.h.Bernard Ogden2014-08-041-354/+0
* AArch64: Remove lowlevellock.hWill Newton2014-08-041-312/+0
* ia64: define nocancel entry points in PSEUDOMike Frysinger2014-08-041-0/+19
* IA64: Consolidate nptl/ subdirectories under linux/...Roland McGrath2014-08-0431-17/+18
* IA64: Move NPTL public headers to sysdeps/ia64/nptl/.Roland McGrath2014-08-043-0/+0
* 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