about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove traces of tst-typesizesAndreas Schwab2017-11-071-2/+1
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-074-5/+5
* nptl: Change tst-typesizes to _Static_assertAdhemerval Zanella2017-11-0736-148/+41
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-072-0/+19
* nptl: Preserve error in setxid thread broadcast in coredumps [BZ #22153]Peter Zelezny2017-10-131-2/+7
* Mark __dso_handle as hidden [BZ #18822]H.J. Lu2017-09-262-7/+3
* Remove non-add-on Banner files.Joseph Myers2017-09-213-8/+2
* Remove Roland McGrath/Ulrich Drepper et al. from DSO bannerH.J. Lu2017-09-011-1/+1
* Move all old ChangeLogs to a top-level ChangeLog.old directory.Zack Weinberg2017-09-011-13230/+0
* nptl: Remove internal_function attributeFlorian Weimer2017-08-318-32/+14
* Do not scale NPTL tests with available number of CPUsFlorian Weimer2017-08-302-12/+3
* ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella2017-08-292-26/+30
* Consolidate non cancellable nanosleep callAdhemerval Zanella2017-08-221-1/+1
* Consolidate non cancellable pause callAdhemerval Zanella2017-08-221-1/+1
* NPTL: Remove internal_function from stack marking functionsFlorian Weimer2017-08-132-3/+1
* Add test for bug 21041Andreas Schwab2017-08-093-2/+67
* Don't use IFUNC resolver for longjmp or system in libpthread (bug 21041)Andreas Schwab2017-08-082-37/+18
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-1/+1
* mutex: Fix robust mutex lock acquire (Bug 21778)Carlos O'Donell2017-07-295-21/+59
* rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell2017-07-283-239/+359