Age | Commit message (Expand) | Author | Files | Lines |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 3 | -3/+3 |
2023-05-01 | hurd 64bit: Fix pthread_t/thread_t type to long | Samuel Thibault | 1 | -0/+2 |
2023-04-05 | htl: move pthread_self info libc. | Guy-Fleury Iteriteka | 5 | -12/+14 |
2023-04-05 | htl: move ___pthread_self into libc. | Guy-Fleury Iteriteka | 2 | -1/+2 |
2023-04-05 | htl: move __pthtread_total into libc | Guy-Fleury Iteriteka | 5 | -7/+26 |
2023-02-12 | Fix typos in comments | Samuel Thibault | 1 | -1/+1 |
2023-02-12 | mach, hurd: Cast through uintptr_t | Sergey Bugaev | 1 | -2/+3 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 46 | -46/+46 |
2023-01-02 | htl: Check error returned by __getrlimit | Samuel Thibault | 1 | -2/+2 |
2022-09-23 | Use C11 atomics instead of atomic_decrement_and_test | Wilco Dijkstra | 2 | -2/+2 |
2022-09-23 | Use C11 atomics instead of atomic_increment(_val) | Wilco Dijkstra | 1 | -1/+1 |
2022-09-09 | Use C11 atomics instead of atomic_decrement(_val) | Wilco Dijkstra | 1 | -1/+1 |
2022-08-02 | htl: Let pthread_self and cancellability called early | Samuel Thibault | 2 | -1/+15 |
2022-02-14 | htl: Destroy thread-specific data before releasing joins | Samuel Thibault | 1 | -3/+3 |
2022-01-22 | htl: Fix cleaning the reply port | Samuel Thibault | 6 | -25/+27 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 46 | -46/+46 |
2021-09-26 | htl: Fix sigset of main thread | Samuel Thibault | 1 | -2/+5 |
2021-09-16 | htl: Move thread table to ld.so | Sergey Bugaev | 4 | -52/+31 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 1 | -1/+0 |
2021-07-13 | htl: Let libc call __pthread_mutex_{,try,un}lock | Samuel Thibault | 1 | -0/+1 |
2021-06-24 | Consolidate pthread_atfork | Adhemerval Zanella | 1 | -3/+1 |
2021-06-03 | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer | 1 | -1/+0 |
2021-05-18 | htl: Add __libpthread_freeres | Samuel Thibault | 2 | -1/+25 |
2021-03-29 | fork.h: replace with register-atfork.h | Samuel Thibault | 1 | -1/+0 |
2021-03-12 | posix: Consolidate register-atfork | Adhemerval Zanella | 2 | -158/+1 |
2021-02-08 | pthread: Refactor semaphore code | Adhemerval Zanella | 2 | -21/+1 |
2021-02-08 | linux: Require /dev/shm as the shared memory file system | Florian Weimer | 2 | -3/+0 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 46 | -46/+46 |
2020-12-16 | {nptl,htl}/semaphoreP.h: clean up | Samuel Thibault | 1 | -2/+2 |
2020-12-16 | htl: Get sem_open/sem_close/sem_unlink support [BZ #25524] | Samuel Thibault | 2 | -2/+51 |
2020-12-16 | htl: Add pshared semaphore support | Samuel Thibault | 2 | -1/+34 |
2020-12-03 | htl: Add hidden def for __pthread_create/detach | Samuel Thibault | 2 | -0/+2 |
2020-12-03 | htl: Add missing symbols | Samuel Thibault | 1 | -0/+2 |
2020-11-15 | hurd: Remove some remnants of cthreads | Samuel Thibault | 2 | -2/+3 |
2020-11-11 | htl: Initialize later | Samuel Thibault | 2 | -3/+3 |
2020-11-11 | htl: Keep thread signals blocked during its initialization | Samuel Thibault | 2 | -2/+13 |
2020-07-06 | Add the __libc_single_threaded variable | Florian Weimer | 1 | -0/+5 |
2020-06-14 | htl: Move cleanup stack to variable shared between libc and pthread | Samuel Thibault | 6 | -6/+9 |
2020-06-14 | htl: initialize first and prevent from unloading | Samuel Thibault | 1 | -0/+1 |
2020-06-10 | htl: Fix linking static tests by factorizing the symbols list | Samuel Thibault | 4 | -45/+30 |
2020-06-08 | pthread: Move back linking rules to nptl and htl | Samuel Thibault | 1 | -0/+18 |
2020-06-07 | htl: Fix tls initialization for already-created threads | Samuel Thibault | 1 | -0/+29 |
2020-06-07 | htl: Enable more tests | Samuel Thibault | 1 | -9/+0 |
2020-06-07 | htl: Add sem_clockwait support | Samuel Thibault | 1 | -1/+3 |
2020-06-07 | htl: fix register-atfork ordering | Samuel Thibault | 1 | -7/+7 |
2020-05-26 | htl: Add clock variants | Samuel Thibault | 2 | -9/+60 |
2020-02-17 | htl: Link internal htl tests against libpthread | Samuel Thibault | 1 | -1/+1 |
2020-02-16 | htl: Add missing functions and defines for robust mutexes | Samuel Thibault | 1 | -0/+5 |
2020-02-10 | htl C11 threads: Avoid pthread_ symbols visibility in static library | Samuel Thibault | 7 | -7/+7 |
2020-02-10 | htl: Avoid a local plt for pthread_self | Samuel Thibault | 1 | -3/+3 |