about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop on process exit.Stan Shebs2016-04-271-0/+30
* Small fix to patch from last October, lets tst-key5 build.Stan Shebs2016-02-101-1/+1
* Use munlock before madvise to make sure that we effectively "uncommit" the pageVicent Segui Pascual2016-01-183-1/+98
* Make pthread_getspecific async-signal-safeAndrew Hunter2015-10-133-10/+83
* Fix b/19824366 with a local patch (as upstream is fixed unmergeably), and add...Stan Shebs2015-07-283-2/+156
* Prevent wasted memory in guard regionsAndrew Hunter2015-06-231-0/+9
* For b/14616463, add -fno-function-sections to nptl/events.c compilation.Brooks Moses2014-05-081-0/+4
* Add pthread_signal_safe_key_create.Paul Pluzhnikov2014-03-088-18/+65
* For b/5013921, build pthread_join.c and pthread_timedjoin.c with frame pointers.Paul Pluzhnikov2014-03-031-2/+4
* For b/5836136, do dlsym(0, "_Unwind..."), i.e. ignore libgcc_s.so.1 dlopen fa...Paul Pluzhnikov2014-03-031-0/+5
* Don't put absolute pathnames into libc.so and libpthread.so linker scripts --...Paul Pluzhnikov2014-02-281-2/+2
* Revert upstream removal of async-safe TLS patches.Brooks Moses2014-02-244-11/+203
* 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
* Clean up whitespace in lock elision patches.Dominik Vogt2013-07-1915-31/+52
* Remove remains of rwlock elision which is not implemented yet.Dominik Vogt2013-07-193-11/+8