Age | Commit message (Expand) | Author | Files | Lines |
2014-03-17 | Revert "Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warning" | Will Newton | 1 | -9/+5 |
2014-03-17 | Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warning | Will Newton | 1 | -5/+9 |
2014-03-17 | Get rid of __LT_SPINLOCK_INIT | Siddhesh Poyarekar | 1 | -6/+1 |
2014-03-14 | Compile with -Wundef. | Roland McGrath | 6 | -13/+19 |
2014-03-14 | Fix two stray cases using #ifdef vs #if for TLS_TCB_AT_TP. | Roland McGrath | 2 | -2/+2 |
2014-03-13 | hppa: Add _STACK_GROWS_* cases to pthread_attr_[sg]etstack. | Carlos O'Donell | 2 | -0/+12 |
2014-03-07 | Make tests consistently use *.out output files. | Joseph Myers | 1 | -3/+3 |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 1 | -12/+8 |
2014-03-03 | Retire the separate ChangeLog files in nptl/ and nptl_db/ subdirs. | Roland McGrath | 1 | -0/+5 |
2014-02-28 | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 2 | -1/+5 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 2 | -2/+6 |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers | 2 | -6/+21 |
2014-02-14 | Split up rules for tests that compare output with baselines. | Joseph Myers | 2 | -1/+14 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 54 | -129/+202 |
2014-02-08 | sem_open: allow RAMFS_MAGIC for mount points | Mike Frysinger | 2 | -2/+8 |
2014-02-06 | Revert "Patch 3/4 of the effort to make TLS access async-signal-safe." | Allan McRae | 1 | -1/+5 |
2014-02-06 | Revert "Async-signal safe TLS." | Allan McRae | 5 | -210/+7 |
2014-02-05 | Fix tst-setgetname for Linux kernels < 2.6.33. | Carlos O'Donell | 2 | -0/+20 |
2014-02-04 | PowerPC: Change powerpc64le start ABI to 2.17. | Adhemerval Zanella | 1 | -1/+1 |
2014-01-23 | S/390: Increase tst-tls7 test case timeout | Stefan Liebler | 2 | -1/+5 |
2014-01-18 | Don't check asynchronous cancellation on system | H.J. Lu | 2 | -1/+5 |
2014-01-11 | Fix a race in tst-tls7, which caused crashes on ppc32. | Paul Pluzhnikov | 3 | -5/+31 |
2014-01-07 | S/390: Make jmp_buf extendible. | Andreas Krebbel | 2 | -0/+68 |
2014-01-03 | Async-signal safe TLS. | Andrew Hunter | 5 | -7/+190 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 664 | -664/+664 |
2013-12-18 | Patch 3/4 of the effort to make TLS access async-signal-safe. | Paul Pluzhnikov | 1 | -5/+1 |
2013-12-12 | PowerPC: Add DSO and TAR fields to TLS | Adhemerval Zanella | 3 | -0/+13 |
2013-12-12 | Add test case for pthread_[sg]etname_np. | Carlos O'Donell | 3 | -0/+307 |
2013-12-11 | ChangeLog whitespace fix. | Roland McGrath | 1 | -0/+1 |
2013-12-09 | Fix CFI annotations in pthread_cond_timedwait for i486+ | Andreas Schwab | 2 | -2/+8 |
2013-12-04 | PowerPC64 ELFv2 ABI 4/6: Stack frame layout changes | Ulrich Weigand | 2 | -26/+47 |
2013-12-04 | PowerPC64: Add __private_ss field to TCB header | Ulrich Weigand | 1 | -0/+2 |
2013-11-26 | Use __glibc_reserved instead __unused. | Ondřej Bílka | 3 | -3/+7 |
2013-11-25 | Fix intermittent failure in tst-getpid2. | Paul Pluzhnikov | 2 | -0/+10 |
2013-11-20 | Fix missing > on email. | Paul Pluzhnikov | 1 | -1/+1 |
2013-11-20 | Fix failure in tst-cleanup2 and tst-cleanupx2 with gcc-4.9 | Paul Pluzhnikov | 2 | -0/+8 |
2013-11-20 | Revert "Fix failure in nptl/tst-cleanup when building with" | Paul Pluzhnikov | 1 | -6/+0 |
2013-11-20 | Fix failure in nptl/tst-cleanup when building with | Paul Pluzhnikov | 1 | -0/+6 |
2013-10-30 | rename configure.in to configure.ac | Mike Frysinger | 5 | -2/+11 |
2013-10-05 | nptl: tst-mutex8.c: Handle ENOTSUP PI mutex failure | Maciej W. Rozycki | 2 | -2/+15 |
2013-10-04 | PowerPC LE configury | Alan Modra | 1 | -0/+1 |
2013-10-04 | PowerPC ugly symbol versioning | Alan Modra | 1 | -9/+4 |
2013-10-01 | Fix PI mutex check in pthread_cond_broadcast and pthread_cond_signal | Siddhesh Poyarekar | 3 | -10/+11 |
2013-09-27 | Move ChangeLog entry | Siddhesh Poyarekar | 1 | -0/+8 |
2013-09-27 | Use the mutex member of the argumen in __libc_lock_*_recursive | Siddhesh Poyarekar | 1 | -3/+3 |
2013-09-04 | Remove --disable-versioning. | Joseph Myers | 2 | -1/+7 |
2013-09-03 | Mark success return value as volatile to work around rescheduling | Siddhesh Poyarekar | 2 | -1/+13 |
2013-08-30 | Fix typos. | Ondřej Bílka | 4 | -4/+10 |
2013-08-21 | Fix typos. | Ondřej Bílka | 3 | -2/+7 |
2013-07-23 | Remove Linux kernel version ambiguity in comment added by previous commit. | David S. Miller | 2 | -2/+6 |