aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar1-1/+1
2024-11-22nptl: Add smoke test for pthread_getcpuclockid failureSiddhesh Poyarekar2-0/+51
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella3-0/+10
2024-11-07nptl: initialize rseq area prior to registrationMichael Jeanson1-0/+2
2024-10-29Add more tests of pthread attributes initial valuesJoseph Myers2-0/+63
2024-10-21Check time arguments to pthread_timedjoin_np and pthread_clockjoin_npJoseph Myers1-0/+6
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella1-0/+11
2024-09-24nptl: Prefer setresuid32 in tst-setuid2Florian Weimer1-0/+5
2024-08-23nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella12-122/+240
2024-08-07nptl: Fix stray process left by tst-cancel7 blocking testingMaciej W. Rozycki1-0/+4
2024-08-07nptl: Reorder semaphore release in tst-cancel7Maciej W. Rozycki1-4/+4
2024-08-05elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer1-1/+1
2024-07-12nptl: Convert tst-sem11 and tst-sem12 tests to use the test driverMaciej W. Rozycki2-4/+6
2024-07-12nptl: Add copyright notice tst-sem11 and tst-sem12 testsMaciej W. Rozycki2-0/+36
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. Lu2-0/+39
2024-02-23treewide: python-scripts: use `is None` for none-equalityKonstantin Kharlamov1-1/+1
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella2-21/+5
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert273-273/+273
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 Weimer3-5/+5
2023-11-07malloc: Decorate malloc mapsAdhemerval Zanella1-0/+4
2023-11-07nptl: Decorate thread stack on pthread_createAdhemerval Zanella2-0/+46
2023-09-04__call_tls_dtors: Use call_function_static_weakSamuel Thibault1-4/+1
2023-07-21nptl: Unconditionally use a 32-byte rseq areaFlorian Weimer1-4/+14
2023-07-20nptl: Make tst-tls3mod.so explicitly lazyArsen Arsenović1-0/+1
2023-07-19make ‘struct pthread’ a complete typePaul Eggert1-4/+4
2023-06-19tests: replace system by xsystemFrédéric Bérat2-2/+5
2023-06-19tests: replace read by xreadFrédéric Bérat1-1/+3
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov16-25/+25
2023-06-01tests: replace write by xwriteFrédéric Bérat3-3/+8
2023-05-18nptl: Reformat Makefile.Carlos O'Donell5-79/+196
2023-04-20Created tunable to force small pages on stack allocation.Cupertino Miranda4-0/+18
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto2-5/+1
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-1/+0
2023-02-03Remove pthread-pi-defines.symAndreas Schwab2-11/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers273-273/+273
2022-11-17Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su1-2/+2
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer1-0/+3
2022-11-01nptl: Fix pthread_create.c build with clangAdhemerval Zanella1-2/+4
2022-10-20linux: Avoid shifting a negative signed on POSIX timer interfaceAdhemerval Zanella1-1/+1
2022-10-03nptl: Convert tst-setuid2 to test-driverYu Chien Peter Lin1-37/+15
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra2-2/+2
2022-09-23Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra2-104/+1
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra3-3/+3
2022-09-23Use C11 atomics instead of atomic_and/orWilco Dijkstra4-4/+4
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2-14/+14
2022-09-13Use relaxed atomics since there is no MO dependenceWilco Dijkstra2-2/+3
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra2-2/+2