Also use uint64_t in __new_sem_wait_fast
[platform/upstream/glibc.git] / nptl /
2014-06-12 Roland McGrathMove SH code out of nptl/ subdirectory.
2014-06-12 Roland McGrathMove x86_64 code out of nptl/ subdirectory.
2014-06-11 Roland McGrathS390: Define TLS_DEFINE_INIT_TP
2014-06-11 Roland McGrathPowerPC: Define TLS_DEFINE_INIT_TP
2014-06-09 Roland McGrathSH: Define TLS_DEFINE_INIT_TP
2014-06-09 Roland McGrathStart cleaning up TLS initial value for pthread_create.
2014-06-07 Joseph MyersRemove redundant C locale settings.
2014-06-07 Roland McGrathMove NPTL public ABI headers for SH to sysdeps/sh/nptl/.
2014-06-06 Joseph MyersDon't require test wrappers to preserve environment...
2014-06-05 Siddhesh PoyarekarInline nested function check_list
2014-06-03 Guo YixuanNew test for pthread_spin_lock (bug 16882)
2014-06-03 Guo YixuanFixed pthread_spin_lock on sparc32/64 (bug 16882)
2014-06-02 Roland McGrathSH: Consolidate NPTL/non versions of vfork
2014-05-29 Roland McGrathSH: Consolidate NPTL/non versions of clone
2014-05-27 Roland McGrathSH: Convert fork.c to arch-fork.h
2014-05-27 Andreas SchwabRemove second argument from TLS_INIT_TP macro
2014-05-26 Adhemerval ZanellaPowerPC: Move remaining nptl/sysdeps/unix/sysv/linux...
2014-05-26 Adhemerval ZanellaPowerPC: Move NPTL ABI headers to sysdeps.
2014-05-26 Adhemerval ZanellaPowerPC: Move powerpc64 timer_*.c out of nptl/
2014-05-26 Adhemerval ZanellaPowerPC: Consolidate NPTL/non versions of clone
2014-05-26 Adhemerval ZanellaPowerPC: Consolidate NPTL/non versions of vfork
2014-05-26 Stefan LieblerDisable lock elision for PTHREAD_MUTEX_NORMAL.
2014-05-26 Stefan LieblerFix typo in tst-mutex5 ifndef -> ifdef
2014-05-24 Richard HendersonOnly provide non-default symbols in libpthread for...
2014-05-24 Richard HendersonOnly support ifunc in nptl/pt-vfork.c
2014-05-17 Richard HendersonMerge remote-tracking branch 'origin/roland/nptl-alpha'
2014-05-16 Joseph MyersUse existing makefile variables for dependencies on...
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-14 Roland McGrathARM: 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-07 Ondřej BílkaFix typo in nptl/sockperf.c
2014-05-01 Roland McGrathDeconditionalize use of LLL_LOCK_INITIALIZER in bits...
2014-04-30 Yang YingliangFix lll_unlock twice in pthread_cond_broadcast
2014-04-23 Siddhesh PoyarekarUse test-skeleton.c in tst-sem3 and tst-sem4
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-04-01 Florian WeimerCheck for syscall error in the SETXID implementation...
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-03-14 Carlos O'Donellhppa: Add _STACK_GROWS_* cases to pthread_attr_[sg...
2014-03-07 Joseph MyersMake tests consistently use *.out output files.
2014-03-06 Joseph MyersEnumerate tests with special rules in tests-special...
2014-03-03 Roland McGrathRetire the separate ChangeLog files in nptl/ and nptl_d...
2014-02-28 Roland McGrathFix fallout from Joseph's untested Makeconfig change.
2014-02-26 Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-21 Joseph MyersGenerate .test-result files for tests with special...
2014-02-14 Joseph MyersSplit up rules for tests that compare output with basel...
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-02-08 Mike Frysingersem_open: allow RAMFS_MAGIC for mount points
2014-02-05 Allan McRaeRevert "Patch 3/4 of the effort to make TLS access...
2014-02-05 Allan McRaeRevert "Async-signal safe TLS."
2014-02-05 Carlos O'DonellFix tst-setgetname for Linux kernels < 2.6.33.
2014-02-04 Adhemerval ZanellaPowerPC: Change powerpc64le start ABI to 2.17.
2014-01-23 Stefan LieblerS/390: Increase tst-tls7 test case timeout
2014-01-18 H.J. LuDon't check asynchronous cancellation on system
2014-01-12 Paul PluzhnikovFix a race in tst-tls7, which caused crashes on ppc32.
2014-01-07 Andreas KrebbelS/390: Make jmp_buf extendible.
2014-01-03 Paul PluzhnikovMerge branch 'master' of ssh://sourceware.org/git/glibc
2014-01-03 Andrew HunterAsync-signal safe TLS.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-19 Paul PluzhnikovPatch 3/4 of the effort to make TLS access async-signal...
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-11 Roland McGrathChangeLog whitespace fix.
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-11-25 Paul PluzhnikovFix intermittent failure in tst-getpid2.
2013-11-20 Paul PluzhnikovFix missing > on email.
2013-11-20 Paul PluzhnikovFix failure in tst-cleanup2 and tst-cleanupx2 with...
2013-11-20 Paul PluzhnikovRevert "Fix failure in nptl/tst-cleanup when building...
2013-11-20 Paul PluzhnikovFix failure in nptl/tst-cleanup when building with
2013-10-30 Mike Frysingerrename configure.in to configure.ac
2013-10-04 Maciej W. Rozyckinptl: tst-mutex8.c: Handle ENOTSUP PI mutex failure
2013-10-04 Alan ModraPowerPC LE configury
next