Age | Commit message (Expand) | Author | Files | Lines |
2024-10-29 | Add more tests of pthread attributes initial values | Joseph Myers | 2 | -0/+63 |
2024-10-21 | Check time arguments to pthread_timedjoin_np and pthread_clockjoin_np | Joseph Myers | 1 | -0/+6 |
2024-10-08 | stdlib: Make abort/_Exit AS-safe (BZ 26275) | Adhemerval Zanella | 1 | -0/+11 |
2024-09-24 | nptl: Prefer setresuid32 in tst-setuid2 | Florian Weimer | 1 | -0/+5 |
2024-08-23 | nptl: Fix Race conditions in pthread cancellation [BZ#12683] | Adhemerval Zanella | 12 | -122/+240 |
2024-08-07 | nptl: Fix stray process left by tst-cancel7 blocking testing | Maciej W. Rozycki | 1 | -0/+4 |
2024-08-07 | nptl: Reorder semaphore release in tst-cancel7 | Maciej W. Rozycki | 1 | -4/+4 |
2024-08-05 | elf: Clarify and invert second argument of _dl_allocate_tls_init | Florian Weimer | 1 | -1/+1 |
2024-07-12 | nptl: Convert tst-sem11 and tst-sem12 tests to use the test driver | Maciej W. Rozycki | 2 | -4/+6 |
2024-07-12 | nptl: Add copyright notice tst-sem11 and tst-sem12 tests | Maciej W. Rozycki | 2 | -0/+36 |
2024-07-02 | Add --disable-static-c++-tests option [BZ #31797] | H.J. Lu | 1 | -0/+3 |
2024-07-01 | Fix conditionals on mtrace-based tests (bug 31892) | Carlos O'Donell | 1 | -1/+10 |
2024-04-09 | nptl: Add tst-pthread-key1-static for BZ #21777 | H.J. Lu | 2 | -0/+39 |
2024-02-23 | treewide: python-scripts: use `is None` for none-equality | Konstantin Kharlamov | 1 | -1/+1 |
2024-01-08 | Remove ia64-linux-gnu | Adhemerval Zanella | 2 | -21/+5 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 273 | -273/+273 |
2023-11-20 | nptl: Link tst-execstack-threads-mod.so with -z execstack | Florian Weimer | 1 | -0/+1 |
2023-11-20 | nptl: Rename tst-execstack to tst-execstack-threads | Florian Weimer | 3 | -5/+5 |
2023-11-07 | malloc: Decorate malloc maps | Adhemerval Zanella | 1 | -0/+4 |
2023-11-07 | nptl: Decorate thread stack on pthread_create | Adhemerval Zanella | 2 | -0/+46 |
2023-09-04 | __call_tls_dtors: Use call_function_static_weak | Samuel Thibault | 1 | -4/+1 |
2023-07-21 | nptl: Unconditionally use a 32-byte rseq area | Florian Weimer | 1 | -4/+14 |
2023-07-20 | nptl: Make tst-tls3mod.so explicitly lazy | Arsen Arsenović | 1 | -0/+1 |
2023-07-19 | make ‘struct pthread’ a complete type | Paul Eggert | 1 | -4/+4 |
2023-06-19 | tests: replace system by xsystem | Frédéric Bérat | 2 | -2/+5 |
2023-06-19 | tests: replace read by xread | Frédéric Bérat | 1 | -1/+3 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 16 | -25/+25 |
2023-06-01 | tests: replace write by xwrite | Frédéric Bérat | 3 | -3/+8 |
2023-05-18 | nptl: Reformat Makefile. | Carlos O'Donell | 5 | -79/+196 |
2023-04-20 | Created tunable to force small pages on stack allocation. | Cupertino Miranda | 4 | -0/+18 |
2023-03-29 | Remove --enable-tunables configure option | Adhemerval Zanella Netto | 2 | -5/+1 |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto | 1 | -1/+0 |
2023-02-03 | Remove pthread-pi-defines.sym | Andreas Schwab | 2 | -11/+1 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 273 | -273/+273 |
2022-11-17 | Define in_int32_t_range to check if the 64 bit time_t syscall should be used | YunQiang Su | 1 | -2/+2 |
2022-11-03 | elf: Rework exception handling in the dynamic loader [BZ #25486] | Florian Weimer | 1 | -0/+3 |
2022-11-01 | nptl: Fix pthread_create.c build with clang | Adhemerval Zanella | 1 | -2/+4 |
2022-10-20 | linux: Avoid shifting a negative signed on POSIX timer interface | Adhemerval Zanella | 1 | -1/+1 |
2022-10-03 | nptl: Convert tst-setuid2 to test-driver | Yu Chien Peter Lin | 1 | -37/+15 |
2022-09-26 | Use atomic_exchange_release/acquire | Wilco Dijkstra | 2 | -2/+2 |
2022-09-23 | Use C11 atomics instead of atomic_decrement_and_test | Wilco Dijkstra | 2 | -104/+1 |
2022-09-23 | Use C11 atomics instead of atomic_increment(_val) | Wilco Dijkstra | 3 | -3/+3 |
2022-09-23 | Use C11 atomics instead of atomic_and/or | Wilco Dijkstra | 4 | -4/+4 |
2022-09-22 | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto | 2 | -14/+14 |
2022-09-13 | Use relaxed atomics since there is no MO dependence | Wilco Dijkstra | 2 | -2/+3 |
2022-09-09 | Use C11 atomics instead of atomic_decrement(_val) | Wilco Dijkstra | 2 | -2/+2 |
2022-07-22 | stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417) | Adhemerval Zanella Netto | 1 | -1/+2 |
2022-07-13 | nptl: Fix ___pthread_unregister_cancel_restore asynchronous restore | Adhemerval Zanella | 1 | -1/+1 |
2022-07-05 | Replace __libc_multiple_threads with __libc_single_threaded | Adhemerval Zanella | 4 | -36/+1 |
2022-06-30 | Refactor internal-signals.h | Adhemerval Zanella | 5 | -16/+17 |