about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
...
* Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warningWill Newton2014-03-171-5/+9
* Get rid of __LT_SPINLOCK_INITSiddhesh Poyarekar2014-03-171-6/+1
* Compile with -Wundef.Roland McGrath2014-03-146-13/+19
* Fix two stray cases using #ifdef vs #if for TLS_TCB_AT_TP.Roland McGrath2014-03-142-2/+2
* hppa: Add _STACK_GROWS_* cases to pthread_attr_[sg]etstack.Carlos O'Donell2014-03-132-0/+12
* Make tests consistently use *.out output files.Joseph Myers2014-03-071-3/+3
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-12/+8
* Retire the separate ChangeLog files in nptl/ and nptl_db/ subdirs.Roland McGrath2014-03-031-0/+5
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-282-1/+5
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-262-2/+6
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-212-6/+21
* Split up rules for tests that compare output with baselines.Joseph Myers2014-02-142-1/+14
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-1054-129/+202
* sem_open: allow RAMFS_MAGIC for mount pointsMike Frysinger2014-02-082-2/+8
* Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-061-1/+5
* Revert "Async-signal safe TLS."Allan McRae2014-02-065-210/+7
* Fix tst-setgetname for Linux kernels < 2.6.33.Carlos O'Donell2014-02-052-0/+20
* PowerPC: Change powerpc64le start ABI to 2.17.Adhemerval Zanella2014-02-041-1/+1
* S/390: Increase tst-tls7 test case timeoutStefan Liebler2014-01-232-1/+5
* Don't check asynchronous cancellation on systemH.J. Lu2014-01-182-1/+5
* Fix a race in tst-tls7, which caused crashes on ppc32.Paul Pluzhnikov2014-01-113-5/+31
* S/390: Make jmp_buf extendible.Andreas Krebbel2014-01-072-0/+68
* Async-signal safe TLS.Andrew Hunter2014-01-035-7/+190
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-01664-664/+664
* Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-181-5/+1
* PowerPC: Add DSO and TAR fields to TLSAdhemerval Zanella2013-12-123-0/+13
* Add test case for pthread_[sg]etname_np.Carlos O'Donell2013-12-123-0/+307
* ChangeLog whitespace fix.Roland McGrath2013-12-111-0/+1
* Fix CFI annotations in pthread_cond_timedwait for i486+Andreas Schwab2013-12-092-2/+8
* PowerPC64 ELFv2 ABI 4/6: Stack frame layout changesUlrich Weigand2013-12-042-26/+47
* PowerPC64: Add __private_ss field to TCB headerUlrich Weigand2013-12-041-0/+2
* Use __glibc_reserved instead __unused.Ondřej Bílka2013-11-263-3/+7
* Fix intermittent failure in tst-getpid2.Paul Pluzhnikov2013-11-252-0/+10
* Fix missing > on email.Paul Pluzhnikov2013-11-201-1/+1
* Fix failure in tst-cleanup2 and tst-cleanupx2 with gcc-4.9Paul Pluzhnikov2013-11-202-0/+8
* Revert "Fix failure in nptl/tst-cleanup when building with"Paul Pluzhnikov2013-11-201-6/+0
* Fix failure in nptl/tst-cleanup when building withPaul Pluzhnikov2013-11-201-0/+6
* rename configure.in to configure.acMike Frysinger2013-10-305-2/+11
* nptl: tst-mutex8.c: Handle ENOTSUP PI mutex failureMaciej W. Rozycki2013-10-052-2/+15
* PowerPC LE configuryAlan Modra2013-10-041-0/+1
* PowerPC ugly symbol versioningAlan Modra2013-10-041-9/+4
* Fix PI mutex check in pthread_cond_broadcast and pthread_cond_signalSiddhesh Poyarekar2013-10-013-10/+11
* Move ChangeLog entrySiddhesh Poyarekar2013-09-271-0/+8
* Use the mutex member of the argumen in __libc_lock_*_recursiveSiddhesh Poyarekar2013-09-271-3/+3
* Remove --disable-versioning.Joseph Myers2013-09-042-1/+7
* Mark success return value as volatile to work around reschedulingSiddhesh Poyarekar2013-09-032-1/+13
* Fix typos.Ondřej Bílka2013-08-304-4/+10
* Fix typos.Ondřej Bílka2013-08-213-2/+7
* Remove Linux kernel version ambiguity in comment added by previous commit.David S. Miller2013-07-232-2/+6
* Increase nptl test case buffer size so we really block on current Linux kernels.David S. Miller2013-07-232-1/+28