Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-06-29 | nptl: Remove unused members from struct pthread | Adhemerval Zanella | 1 | -7/+0 |
2022-06-24 | misc: Optimize internal usage of __libc_single_threaded | Adhemerval Zanella | 1 | -1/+4 |
2022-06-08 | nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214) | Adhemerval Zanella | 1 | -1/+2 |
2022-05-09 | nptl: Add backoff mechanism to spinlock loop | Wangyang Guo | 1 | -2/+14 |
2022-04-20 | nptl: Fix pthread_cancel cancelhandling atomic operations | Adhemerval Zanella | 1 | -1/+2 |
2022-04-14 | nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029) | Adhemerval Zanella | 10 | -85/+272 |
2022-04-04 | Allow for unpriviledged nested containers | DJ Delorie | 1 | -0/+4 |
2022-03-31 | nptl: Use libc-diag.h with tst-thread-setspecific | Adhemerval Zanella | 1 | -7/+8 |
2022-02-28 | nptl: Fix cleanups for stack grows up [BZ# 28899] | John David Anglin | 1 | -1/+1 |
2022-02-01 | elf: Fix initial-exec TLS access on audit modules (BZ #28096) | Adhemerval Zanella | 1 | -1/+1 |
2022-01-20 | nptl: Effectively skip CAS in spinlock loop | Jangwoong Kim | 1 | -3/+2 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 274 | -274/+274 |
2021-12-09 | nptl: rseq failure after registration on main thread is fatal | Florian Weimer | 1 | -1/+2 |
2021-12-09 | nptl: Add glibc.pthread.rseq tunable to control rseq registration | Florian Weimer | 1 | -1/+9 |
2021-12-09 | nptl: Add rseq registration | Florian Weimer | 2 | -0/+17 |
2021-12-06 | misc, nptl: Remove stray references to __condvar_load_64_relaxed | Florian Weimer | 1 | -1/+1 |
2021-12-03 | nptl: Increase default TCB alignment to 32 | Florian Weimer | 2 | -1/+4 |
2021-11-24 | nptl: Do not set signal mask on second setjmp return [BZ #28607] | Florian Weimer | 1 | -2/+2 |
2021-11-17 | nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c | Florian Weimer | 3 | -179/+52 |
2021-11-15 | Move assignment out of the CAS condition | H.J. Lu | 2 | -8/+6 |
2021-11-12 | Add LLL_MUTEX_READ_LOCK [BZ #28537] | H.J. Lu | 1 | -0/+7 |
2021-11-12 | Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537] | H.J. Lu | 1 | -5/+5 |
2021-11-12 | Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537] | H.J. Lu | 1 | -5/+5 |
2021-10-18 | nptl: Fix tst-cancel7 and tst-cancelx7 pidfile race | Stafford Horne | 1 | -6/+3 |