IA64: Move NPTL public headers to sysdeps/ia64/nptl/.
[platform/upstream/glibc.git] / sysdeps /
2014-08-04 Roland McGrathIA64: Move NPTL public headers to sysdeps/ia64/nptl/.
2014-08-04 Roland McGrathIA64: Define TLS_DEFINE_INIT_TP
2014-08-04 Roland McGrathIA64: Consolidate NPTL/non versions of vfork
2014-08-04 Roland McGrathIA64: Consolidate NPTL/non versions of clone
2014-08-04 Andreas SchwabFix missing <math_private.h> in ldbl-96 fma
2014-08-02 Roland McGrathRemove sysdeps/unix/sysv/linux/arm/lowlevellock.h
2014-08-01 Richard HendersonForce eval for fma implementations
2014-08-01 Roland McGrathARM: Move PTR_MANGLE et al out of Linux-specific file.
2014-07-31 Roland McGrathAdd __safe_fatal and use it in __pthread_unwind forward...
2014-07-31 Roland McGrathUse __builtin_trap for ABORT_INSTRUCTION.
2014-07-31 Roland McGrathSplit nptl-signals.h out from pthreadP.h
2014-07-31 Stefan Liebler[PATCH] S390: Fix remaining ONE_DIRECTION warning messages
2014-07-31 Stefan LieblerS/390: Revert the jmp_buf/ucontext_t ABI change.
2014-07-30 Ling MaImprove 64bit memcpy performance for Haswell CPU with...
2014-07-30 Adhemerval ZanellaPowerPC: Fix gprof entry point for LE
2014-07-30 Jeff Laytonfcntl-linux.h: add new definitions and manual updates...
2014-07-22 Marcus ShawcroftRevert "aarch64: Add hp-timing.h"
2014-07-18 Andreas Schwabm68k: use generic lowlevellock.h
2014-07-17 Maciej W. Rozycki[BZ #17078] ARM: R_ARM_TLS_DESC prelinker support
2014-07-17 Joseph Myers[PATCH 6/6] Split s390 out of main Linux kernel-features.h.
2014-07-17 Joseph Myers[PATCH 5/6] Split sh out of main Linux kernel-features.h.
2014-07-17 Joseph Myers[PATCH 4/6] Split powerpc out of main Linux kernel...
2014-07-17 Joseph Myers[PATCH 3/6] Split sparc out of main Linux kernel-featur...
2014-07-17 Joseph Myers[PATCH 2/6] Split i386 out of main Linux kernel-features.h.
2014-07-17 Joseph Myers[PATCH 1/6] Split x86_64 out of main Linux kernel-featu...
2014-07-17 Joseph MyersRefactor handling of /lib64 etc. cases, move out of...
2014-07-17 Joseph MyersMove architecture shlib-versions files to Linux-specifi...
2014-07-17 Will NewtonARM: Fix compiler warnings from atomic.h
2014-07-16 Roland McGrathARM: Clean up EABI-related configury
2014-07-15 Roland McGrathSeparate Linuxisms from lowlevellock.h, make a generic one
2014-07-14 H.J. LuEnable AVX2 optimized memset only if -mavx2 works
2014-07-13 Andreas Schwabm68k: update libm test ULPs
2014-07-11 Richard Hendersonaarch64: Update libm-test-ulps
2014-07-10 Adhemerval ZanellaPowerPC: Fix build due missing lll_robust_trylock
2014-07-10 Roland McGrathGet rid of lll_robust_dead.
2014-07-10 Roland McGrathGet rid of lll_robust_trylock.
2014-07-10 Siddhesh PoyarekarFix crash when system has no ipv6 address [BZ #17125]
2014-07-10 David S. MillerGet rid of sparc specific NPTL internaltypes.h header.
2014-07-10 David S. MillerUpdate sparc ULPS.
2014-07-09 Andreas SchwabFix missing newline in test output
2014-07-09 Andreas SchwabUpdate i386 libm test ULPs
2014-07-09 Will NewtonFix -Wundef warnings for SHARED
2014-07-09 Siddhesh PoyarekarFix Wundef warning for __cplusplus
2014-07-08 Siddhesh PoyarekarFix Wundef warning for ELF_MACHINE_NO_REL on i386
2014-07-08 Adhemerval ZanellaPowerPC: Cleanup powerpc memmove
2014-07-08 Adhemerval ZanellaPowerPC: Fix compiler warnings
2014-07-08 Adhemerval ZanellaPowerPC: Add ifunc tests for memmove
2014-07-07 Adhemerval ZanellaPowerPC: Align power7 memcpy using VSX to quadword
2014-07-07 Adhemerval ZanellaPowerPC: optimized memmove for POWER7/PPC32
2014-07-07 Adhemerval ZanellaPowerPC: optimized memmove for POWER7/PPC64
2014-07-07 Adhemerval ZanellaPowerPC: memmove default implementation cleanup
2014-07-07 Adhemerval ZanellaPowerPC: Guard CALL_ELF check for ppc64 only in link.h
2014-07-07 Roland McGrathRemove old stub lowlevellock.h file. It is not even...
2014-07-07 Roland McGrathNPTL is no longer an add-on!
2014-07-07 Roland McGrathGet rid of nptl/sysdeps/ entirely!
2014-07-04 Siddhesh PoyarekarAdd comment for MEMCPY_OK_FOR_FWD_MEMMOVE
2014-07-04 Will NewtonARM: Define ELF_MACHINE_NO_REL
2014-07-04 Roland McGrathFix ia64 build error in lll_futex_timed_wait_bitset
2014-07-04 Roland McGrathFix unwind.h configure check for bare environment.
2014-07-04 Roland McGrathAdd missing #include in sysdeps/alpha/fpu/s_nearbyint.c
2014-07-04 Roland McGrathRobustify Linux kernel headers configure checks
2014-07-04 Roland McGrathS390: Quash unused variable warning due to no-op THREAD...
2014-07-04 Siddhesh PoyarekarRestore subdir conditional for tst-timer dependency.
2014-07-03 Richard Hendersonalpha: Remove nearbyint and nearbyintf implementations
2014-07-03 Richard Hendersonalpha: Implement math_opt_barrier and math_force_eval
2014-07-03 Richard Hendersonalpha: Fix lround implementations
2014-07-03 Richard Hendersonalpha: Remove round and roundf implementations
2014-07-03 Richard HendersonRely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAIL
2014-07-03 Richard HendersonAlways provide HP_SMALL_TIMING_AVAIL
2014-07-03 Richard Hendersonaarch64: Add hp-timing.h
2014-07-03 Richard HendersonUnify hp-timing implementations
2014-07-03 Richard HendersonRemove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead
2014-07-03 Richard HendersonRemoving HP_TIMING_ACCUM as unused
2014-07-03 Richard HendersonRemoving HP_TIMING_ZERO as unused
2014-07-03 Richard Hendersonpowerpc: Remove dummy hp-timing.h
2014-07-02 Siddhesh PoyarekarFix -Wundef warning on PAGE_COPY_THRESHOLD
2014-07-02 Vidya RanganathanPowerPC: strcat optimization for PPC64/POWER7
2014-07-02 Roland McGrathAdd missing #include for MIN use in dl-sysdep.c.
2014-07-02 Siddhesh PoyarekarFix typo in macro name
2014-07-02 Carlos O'Donellhppa: Remove GLIBC_2.3 from librt.abilist.
2014-07-02 Carlos O'Donellhppa: Add ABI baselines.
2014-07-01 Roland McGrathAdd missing #include for MIN/MAX users.
2014-07-01 Richard Hendersonalpha: Fix isnan
2014-07-01 Richard Hendersonalpha: Update libm-test-ulps
2014-07-01 Stefan LieblerS/390: Regenerate ULPs
2014-07-01 Joseph MyersMicroBlaze: Update kernel-features.h for syscalls added...
2014-07-01 Roland McGrathMicroBlaze: Consolidate nptl/ subdirectories under...
2014-07-01 Roland McGrathMicroBlaze: Consolidate NPTL/non versions of vfork
2014-07-01 Roland McGrathMicroBlaze: Move NPTL public headers to sysdeps/microbl...
2014-07-01 Roland McGrathMicroBlaze: Define TLS_DEFINE_INIT_TP
2014-07-01 Roland McGrathMicroBlaze: Convert fork.c to arch-fork.h
2014-06-30 David HolsgroveMicroBlaze: Add missing sysdep-cancel.h implementation
2014-06-30 Adhemerval ZanellaUpdate powerpc-fpu ULPs.
2014-06-30 Joseph MyersRegenerate MIPS libm-test-ulps.
2014-06-30 Joseph MyersRegenerate powerpc-nofpu libm-test-ulps.
2014-06-30 Joseph MyersRegenerate ARM libm-test-ulps.
2014-06-30 Roland McGrathARM: Split Linuxism out of sysdeps/arm/nptl/tls.h
2014-06-30 Joseph MyersFix ldbl-128 expm1l spurious underflow (bug 16539).
2014-06-30 Maciej W. Rozyckisysdeps/unix/sysv/linux/bits/socket.h: Correct formatting
2014-06-29 Joseph MyersFix ldbl-128 powl sign of result in overflow / underflo...
next