Age | Commit message (Expand) | Author | Files | Lines |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 114 | -114/+114 |
2023-08-24 | htl: move pthread_attr_setdetachstate into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
2023-08-24 | htl: move pthread_attr_getdetachstate into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
2023-08-24 | htl: move pthread_attr_setschedpolicy into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
2023-08-24 | htl: move pthread_attr_getschedpolicy into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
2023-08-24 | htl: move pthread_attr_setinheritsched into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
2023-08-24 | htl: move pthread_attr_getinheritsched into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
2023-08-24 | htl: move pthread_attr_getschedparam into libc | Guy-Fleury Iteriteka | 1 | -4/+0 |
2023-08-24 | htl: move pthread_setschedparam into libc | Guy-Fleury Iteriteka | 1 | -4/+0 |
2023-08-24 | htl: move pthread_getschedparam into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
2023-08-24 | htl: move pthread_equal into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
2023-08-08 | htl: Add support for static TSD data | Samuel Thibault | 7 | -18/+97 |
2023-05-30 | Fix misspellings in sysdeps/ -- BZ 25337 | Paul Pluzhnikov | 8 | -13/+13 |
2023-05-20 | htl: Use __hurd_fail () instead of assigning errno | Sergey Bugaev | 4 | -18/+9 |
2023-05-01 | hurd 64bit: Fix pthread_t/thread_t type to long | Samuel Thibault | 4 | -2/+50 |
2023-05-01 | hurd 64bit: Add missing libanl | Samuel Thibault | 1 | -0/+1 |
2023-04-05 | htl: move pthread_self info libc. | Guy-Fleury Iteriteka | 2 | -2/+2 |
2023-02-12 | htl: Remove ./sysdeps/htl/bits/types/struct___pthread_mutex.h | Samuel Thibault | 1 | -61/+0 |
2023-02-12 | htl: Fix semaphore reference | Sergey Bugaev | 1 | -5/+5 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 113 | -113/+113 |
2022-12-30 | htl: Fix sem_wait race between read and gsync_wait | Samuel Thibault | 1 | -2/+2 |
2022-08-22 | htl: Make pthread*_cond_timedwait register wref before releasing mutex | Samuel Thibault | 1 | -4/+6 |
2022-02-14 | htl: Fix initializing the key lock | Samuel Thibault | 2 | -3/+5 |
2022-02-14 | htl: Make pthread_[gs]etspecific not check for key validity | Samuel Thibault | 2 | -4/+2 |
2022-01-17 | htl: Fix build error in annexc | Samuel Thibault | 1 | -2/+4 |
2022-01-15 | htl: Hide __pthread_attr's __schedparam type [BZ #23088] | Samuel Thibault | 5 | -9/+11 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 113 | -113/+113 |
2021-09-16 | htl: Reimplement GSCOPE | Sergey Bugaev | 1 | -0/+55 |
2021-09-16 | htl: Move thread table to ld.so | Sergey Bugaev | 5 | -8/+40 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 2 | -2/+0 |
2021-07-18 | htl: Do not expose pthread hidden proto outside libpthread | Samuel Thibault | 1 | -3/+3 |
2021-07-13 | htl: Fix linking static examples against libpthread | Samuel Thibault | 1 | -1/+1 |
2021-07-13 | htl: Let libc call __pthread_mutex_{,try,un}lock | Samuel Thibault | 1 | -0/+3 |
2021-06-28 | Linux: Cleanups after librt move | Florian Weimer | 1 | -0/+6 |
2021-06-24 | Consolidate pthread_atfork | Adhemerval Zanella | 3 | -67/+4 |
2021-06-22 | rt: Move generic implementation from sysdeps/pthread to rt | Florian Weimer | 1 | -0/+555 |
2021-06-09 | nptl: Implement raise in terms of pthread_kill | Adhemerval Zanella | 1 | -2/+0 |
2021-05-20 | Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h> | Florian Weimer | 1 | -0/+3 |
2021-04-27 | Add __attribute_access_none to disable GCC warnings [BZ #27714] | Martin Sebor | 1 | -1/+1 |
2021-04-21 | Remove pthread_key_create-related internals from libc-lock.h | Florian Weimer | 1 | -13/+0 |
2021-03-29 | fork.h: replace with register-atfork.h | Samuel Thibault | 2 | -21/+0 |
2021-03-24 | htl: Add missing fork.h | Samuel Thibault | 1 | -0/+20 |
2021-03-12 | posix: Consolidate register-atfork | Adhemerval Zanella | 2 | -29/+1 |
2021-02-08 | linux: Require /dev/shm as the shared memory file system | Florian Weimer | 1 | -30/+0 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 114 | -114/+114 |
2020-12-16 | htl: Get sem_open/sem_close/sem_unlink support [BZ #25524] | Samuel Thibault | 3 | -93/+0 |
2020-12-16 | htl: Add pshared semaphore support | Samuel Thibault | 8 | -184/+253 |
2020-12-16 | htl: Add futex-internal.h | Samuel Thibault | 1 | -0/+39 |
2020-12-03 | htl: Add hidden def for __pthread_create/detach | Samuel Thibault | 1 | -0/+2 |
2020-11-15 | hurd: Remove some remnants of cthreads | Samuel Thibault | 2 | -2/+2 |