about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* Y2038: add functions using futexesAlbert ARIBAUD (3ADEV)2018-10-2410-0/+1811
* Y2038: add function __clock_gettime64Albert ARIBAUD (3ADEV)2018-10-241-2/+35
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-1712-37/+214
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-1727-27/+0
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]Martin Kuchta2018-08-271-2/+6
* Fix ISO C threads installed header and HURD assumptionAdhemerval Zanella2018-07-251-207/+0
* C11 threads: Fix timeout and locking issuesFlorian Weimer2018-07-254-2/+47
* nptl: Add test cases for ISO C11 threadsAdhemerval Zanella2018-07-2412-1/+775
* nptl: Add C11 threads tss_* functionsAdhemerval Zanella2018-07-247-2/+138
* nptl: Add C11 threads cnd_* functionsAdhemerval Zanella2018-07-249-2/+205
* nptl: Add C11 threads call_once functionsAdhemerval Zanella2018-07-244-1/+44
* nptl: Add C11 threads mtx_* functionsAdhemerval Zanella2018-07-249-1/+233
* nptl: Add C11 threads thrd_* functionsAdhemerval Zanella2018-07-2415-5/+399
* x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu2018-07-141-0/+4
* nptl: Use __mprotect consistently for _STACK_GROWS_UPFlorian Weimer2018-07-121-1/+1
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-297-29/+45
* Remove nptl/sockperf.c.Joseph Myers2018-06-271-593/+0
* In sem_open.c, pad was not initialized when __HAVE_64B_ATOMICS wasPatsy Franklin2018-06-261-2/+3
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-261-0/+1
* Fix fallback path in __pthread_mutex_timedlock ().Carlos O'Donell2018-06-121-1/+1
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-121-2/+2
* nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2018-05-173-33/+0
* x86: Use pad in pthread_unwind_buf to preserve shadow stack registerH.J. Lu2018-05-021-3/+14
* Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella2018-04-031-12/+2
* nptl: Fix tst-cancel4 sendto testsAdhemerval Zanella2018-03-053-34/+35
* nptl: Turn libpthread.so into a symbolic link to the real DSOFlorian Weimer2018-03-011-19/+0
* nptl: Drop libpthread_nonshared.a from libpthread.soFlorian Weimer2018-03-011-1/+0
* nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer2018-03-012-14/+7
* Refactor atfork handlersAdhemerval Zanella2018-02-223-207/+90
* Rename nptl-signals.h to internal-signals.hAdhemerval Zanella2018-02-221-1/+1
* Add runtime check if mutex will be elided in tst-mutex8 testcases.Stefan Liebler2018-02-162-47/+83
* Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell2018-01-252-5/+1
* nptl/tst-thread-exit-clobber: Run with any C++ compilerFlorian Weimer2018-01-161-2/+2
* nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer2018-01-161-0/+1
* nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]Florian Weimer2018-01-152-2/+92
* nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer2018-01-113-1/+95
* [BZ #22637] Fix stack guard size accountingSzabolcs Nagy2018-01-084-8/+12
* nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer2018-01-082-2/+248
* Avoid race conditions when rebuilding librt.soPalmer Dabbelt2018-01-061-0/+4
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01432-432/+432
* nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella2017-12-206-218/+128
* nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer2017-12-205-10/+30
* Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu2017-12-192-1/+5
* Disable -Wrestrict for two nptl/tst-attr3.c tests.Joseph Myers2017-12-181-0/+19
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-62/+62
* Add elision tunablesRogerio Alves2017-12-052-10/+6
* nptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE with GCC 4.9Adhemerval Zanella2017-11-211-1/+1
* Prefer https for Sourceware linksSiddhesh Poyarekar2017-11-161-2/+2