Only support ifunc in nptl/pt-vfork.c
[platform/upstream/linaro-glibc.git] / nptl / sysdeps /
2014-05-16 Roland McGrathSplit arch-fork.h from fork.h
2014-05-14 Roland McGrathMove remaining files out of nptl/sysdeps/unix/sysv...
2014-05-14 Roland McGrathMove remaining nptl/sysdeps/unix/sysv/linux/i386/ files.
2014-05-14 Roland McGrathFix powerpc fork after i386 reorganization.
2014-05-14 Roland McGrathi386: Remove useless pthread_spin_{init,unlock} wrapper...
2014-05-14 Roland McGrathMove remaining nptl/sysdeps/unix/sysv/linux/x86_64...
2014-05-14 Roland McGrathx86: Consolidate NPTL fork.
2014-05-14 Roland McGrathConsolidate not-cancel.h files.
2014-05-14 Roland McGrathUpdate s390 timer_*.c files for x86_64 file moves.
2014-05-14 Roland McGrathx86_64: Remove useless pthread_spin_{init,unlock} wrapp...
2014-05-14 Roland McGrathMove x86_64 compat-timer.h out of nptl/
2014-05-14 Roland McGrathMove x86_64 timer_*.c out of nptl/
2014-05-14 Roland McGrathx86: Consolidate NPTL/non versions of clone
2014-05-14 Roland McGrathMove NPTL public ABI headers for x86 to sysdeps/x86...
2014-05-14 Roland McGrathx86: Consolidate NPTL/non versions of vfork
2014-05-13 Roland McGrathClean up __exit_thread.
2014-05-09 Dominik VogtS/390: Port of lock elision to System/z
2014-05-01 Roland McGrathDeconditionalize use of LLL_LOCK_INITIALIZER in bits...
2014-04-22 Siddhesh PoyarekarInclude atomic.h in sem_wait.c and sem_trywait.c
2014-04-17 Adhemerval ZanellaPowerPC: Sync pthread_once with default implementation
2014-04-11 Torvald RiegelFixed and unified pthread_once.
2014-04-09 Adhemerval ZanellaMove __PTHREAD_SPINS definition to architecture specifi...
2014-03-27 Andi KleenFix dwarf2 unwinding through futex functions.
2014-03-25 Adhemerval ZanellaPowerPC: Revert __PTHREAD_MUTEX_HAVE_ELISION change
2014-03-25 Adhemerval ZanellaPowerPC: Fix -Wundef warning for __PTHREAD_MUTEX_HAVE_E...
2014-03-24 Stefan LieblerS390: Fix -Wundef warning for __PTHREAD_MUTEX_HAVE_ELISION.
2014-03-17 Will NewtonRevert "Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warning"
2014-03-17 Will NewtonFix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warning
2014-03-17 Siddhesh PoyarekarGet rid of __LT_SPINLOCK_INIT
2014-03-14 Roland McGrathCompile with -Wundef.
2014-03-14 Roland McGrathFix two stray cases using #ifdef vs #if for TLS_TCB_AT_TP.
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-02-05 Carlos O'DonellFix tst-setgetname for Linux kernels < 2.6.33.
2014-01-07 Andreas KrebbelS/390: Make jmp_buf extendible.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-12 Adhemerval ZanellaPowerPC: Add DSO and TAR fields to TLS
2013-12-12 Carlos O'DonellAdd test case for pthread_[sg]etname_np.
2013-12-09 Andreas SchwabFix CFI annotations in pthread_cond_timedwait for i486+
2013-12-04 Ulrich WeigandPowerPC64 ELFv2 ABI 4/6: Stack frame layout changes
2013-12-04 Ulrich WeigandPowerPC64: Add __private_ss field to TCB header
2013-11-26 Ondřej BílkaUse __glibc_reserved instead __unused.
2013-10-30 Mike Frysingerrename configure.in to configure.ac
2013-10-04 Alan ModraPowerPC ugly symbol versioning
2013-09-27 Siddhesh PoyarekarUse the mutex member of the argumen in __libc_lock_...
2013-09-04 Chris LeonardUpdate iso-1427.def and related occurrences.
2013-09-04 Joseph MyersRemove --disable-versioning.
2013-08-30 Ondřej BílkaFix typos.
2013-08-21 Ondřej BílkaFix typos.
2013-07-19 Dominik VogtClean up whitespace in lock elision patches.
2013-07-19 Dominik VogtRemove remains of rwlock elision which is not implement...
2013-07-03 H.J. LuAdd x86 init-arch to nptl
2013-07-02 Andi KleenAdd a configure option to enable lock elision and disab...
2013-07-02 Andi KleenAdd elision to pthread_mutex_{try,timed,un}lock
2013-07-02 Andi KleenAdd new internal mutex type flags for elision.
2013-07-02 Andi KleenAdd the low level infrastructure for pthreads lock...
2013-06-17 Adhemerval ZanellaPowerPC: Reserve TCB space for EBB framework
2013-06-15 Siddhesh PoyarekarNew API to set default thread attributes
2013-06-13 Siddhesh PoyarekarAvoid access beyond memory bounds in pthread_attr_getaf...
2013-06-10 Carlos O'Donellx86*: Return syscall error for lll_futex_wake.
2013-06-08 Ondrej BilkaFix previous commit.
2013-06-08 Ondrej BilkaSilence warning: __inline is not at beginning of declar...
2013-06-06 Joseph MyersRemove trailing whitespace in nptl.
2013-05-16 Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-05-15 Andreas JaegerReserve new TLS field for x86 and x86_64
2013-04-22 Siddhesh PoyarekarConsolidate pthread_attr value validation
2013-04-11 Andreas SchwabExtend i486 pthread_cond_timedwait to use futex syscall...
2013-04-07 Carlos O'Donellsem_post.c: Include atomic.h.
2013-04-04 Siddhesh PoyarekarFix static build when configured with --disable-hidden-plt
2013-03-13 Carlos O'DonellInclude atomic.h in generic lowlevellock.c.
2013-03-04 Roland McGrathRejigger i386 dl-sysdep.h files.
2013-02-21 David S. MillerAdd priority inheritance futex support on sparc.
2013-02-21 Carlos O'Donellnptl: Fix comment typo in fork.c.
2013-02-18 Siddhesh PoyarekarFix build warnings in some test cases
2013-02-18 Siddhesh PoyarekarFUTEX_*_REQUEUE_PI support for non-x86 code
2013-02-14 Joseph MyersRemove bp-sym.h and BP_SYM uses from C code.
2013-01-10 Andreas SchwabRevert "Extend i486 pthread_cond_timedwait to use futex...
2013-01-10 Andreas SchwabExtend i486 pthread_cond_timedwait to use futex syscall...
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 Joseph MyersAdd script to update copyright notices and reformat...
2012-12-27 David S. MillerAdd sparc implementation of lll_futex_timed_wait_bitset
2012-12-27 Siddhesh Poyarekar[s390] Replace lll_futex_* assembly code with INTERNAL_...
2012-12-08 Siddhesh PoyarekarFix some build warnings on s390x
2012-12-04 Joseph MyersRemove unused variable from powerpc sem_post.c.
2012-11-27 H.J. LuCast to __intptr_t before casting pointer to int64
2012-11-21 Joseph MyersRemove unused variable from sem_post.c.
2012-11-05 Siddhesh Poyarekar[S390,PPC] Implement FUTEX_WAIT_BITSET for timedwait...
2012-11-03 David S. MillerFix coding style in sparc lowlevellock.h
2012-11-03 H.J. LuCompile x86 rtld with -mno-sse -mno-mmx
2012-10-29 David S. MillerDefine a BUSY_WAIT_NOP for sparc.
2012-10-16 Siddhesh PoyarekarAdjust mutex lock in condvar_cleanup if we got it from...
2012-10-11 Carlos O'DonellFix formatting in nptl/sysdeps/pthread/pthread.h.
2012-10-10 Siddhesh PoyarekarTake lock in pthread_cond_wait cleanup handler only...
2012-10-09 Roland McGrathAdd missing magic to GLIBC_PROVIDES.
2012-10-06 David S. MillerCorrect libthreadb register access for 64-bit sparc.
2012-10-05 Siddhesh PoyarekarUnlock mutex before going back to waiting for PI mutexes
2012-10-02 H.J. LuUpdate copyright years
2012-10-02 Siddhesh PoyarekarFix clone flag name in comment to CLONE_CHILD_CLEARTID.
2012-10-01 Siddhesh PoyarekarFix exception table for i386 pthread_cond_wait
2012-09-25 Alan ModraFix bugs in powerpc pthread_once.
2012-09-24 H.J. LuAdd "()" when casting to uint64_t for 64-bit store
next