aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)AuthorFilesLines
2025-03-12Makefile: Clean up pthread_atfork integrationFlorian Weimer1-2/+0
2025-03-12Linux: Add the pthread_gettid_np function (bug 27880)Florian Weimer1-0/+2
2025-03-04Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717]Sam James1-0/+3
2025-01-30nptl: Add support for setup guard pages with MADV_GUARD_INSTALLAdhemerval Zanella1-0/+1
2025-01-09tests: Verify inheritance of cpu affinitySiddhesh Poyarekar1-0/+1
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-12-22Enable execstack tests only if compiler supports trampolineH.J. Lu1-2/+7
2024-11-22nptl: Add smoke test for pthread_getcpuclockid failureSiddhesh Poyarekar1-0/+1
2024-10-29Add more tests of pthread attributes initial valuesJoseph Myers1-0/+1
2024-08-23nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella1-2/+8
2024-07-02Add --disable-static-c++-tests option [BZ #31797]H.J. Lu1-0/+3
2024-07-01Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell1-1/+10
2024-04-09nptl: Add tst-pthread-key1-static for BZ #21777H.J. Lu1-0/+2
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-11-20nptl: Link tst-execstack-threads-mod.so with -z execstackFlorian Weimer1-0/+1
2023-11-20nptl: Rename tst-execstack to tst-execstack-threadsFlorian Weimer1-5/+5
2023-11-07malloc: Decorate malloc mapsAdhemerval Zanella1-0/+4
2023-07-20nptl: Make tst-tls3mod.so explicitly lazyArsen Arsenović1-0/+1
2023-05-18nptl: Reformat Makefile.Carlos O'Donell1-79/+196
2023-02-03Remove pthread-pi-defines.symAndreas Schwab1-2/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-07-05Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella1-1/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-11-17nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer1-3/+10
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-1/+2
2021-06-28Linux: Cleanups after librt moveFlorian Weimer1-9/+0
2021-06-24Consolidate pthread_atforkAdhemerval Zanella1-1/+0
2021-06-15y2038: Add test coverageAdhemerval Zanella1-0/+3
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella1-0/+1
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-7/+0
2021-05-27nptl: Add pthread_attr_setaffinity_np failure testAdhemerval Zanella1-0/+1
2021-05-25Linux: Remove remaining references to $(shared-thread-library)Florian Weimer1-14/+7
2021-05-25nptl: Do not install libpthread.so and do not link tests with itFlorian Weimer1-24/+5
2021-05-21nptl: Remove remaining code from libpthreadFlorian Weimer1-43/+3
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer1-1/+1
2021-05-21nptl: Remove unused __libc_pthread_init functionFlorian Weimer1-1/+0
2021-05-17nptl: Move pthread_sigqueue into libcFlorian Weimer1-1/+1
2021-05-17nptl: Move pthread_setschedprio into libcFlorian Weimer1-1/+1
2021-05-17nptl: Move pthread_setname_np into libcFlorian Weimer1-1/+1
2021-05-17nptl: Move pthread_setaffinity_np into libcFlorian Weimer1-1/+1
2021-05-17nptl: Move pthread_getname_np into libcFlorian Weimer1-1/+1
2021-05-17nptl: Move pthread_getcpuclockid into libcFlorian Weimer1-1/+1
2021-05-17nptl: Move pthread_getattr_default_np into libcFlorian Weimer1-1/+1
2021-05-17nptl: Move __nptl_create_event, __nptl_death_event into libcFlorian Weimer1-1/+1
2021-05-11nptl: Move pthread_getconcurrency, pthread_setconcurrency into libcFlorian Weimer1-2/+2
2021-05-11nptl: Move pthread_cancel into libcFlorian Weimer1-1/+1
2021-05-11nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_resto...Florian Weimer1-1/+1
2021-05-11nptl: Move __pthread_register_cancel, __pthread_unregister_cancel to libcFlorian Weimer1-1/+1
2021-05-11nptl: Move pthread_attr_setstacksize into libcFlorian Weimer1-1/+1
2021-05-11nptl: Move pthread_attr_setstackaddr into libcFlorian Weimer1-1/+1