Age | Commit message (Expand) | Author |
2020-06-17 | nptl: Remove now-spurious tst-cancelx9 references | Samuel Thibault |
2020-06-14 | htl: Enable more cancellation tests | Samuel Thibault |
2020-06-10 | htl: Enable more cancel tests | Samuel Thibault |
2020-06-08 | pthread: Move back linking rules to nptl and htl | Samuel Thibault |
2020-06-07 | htl: Enable more tests | Samuel Thibault |
2020-06-07 | htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2 | Samuel Thibault |
2020-06-07 | htl: Enable more tests | Samuel Thibault |
2020-06-07 | htl: Add sem_clockwait support | Samuel Thibault |
2020-06-02 | nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np | Florian Weimer |
2020-06-02 | nptl: Make pthread_attr_t dynamically extensible | Florian Weimer |
2020-06-02 | nptl: Destroy the default thread attribute as part of freeres | Florian Weimer |
2020-06-02 | nptl: Change type of __default_pthread_attr | Florian Weimer |
2020-06-02 | nptl: Use __pthread_attr_setaffinity_np in pthread_getattr_np | Florian Weimer |
2020-06-02 | nptl: Use __pthread_getattr_default_np in pthread_create | Florian Weimer |
2020-06-02 | nptl: Add internal alias __pthread_getattr_default_np | Florian Weimer |
2020-06-01 | htl: Make pthread_cond_destroy wait for threads to be woken | Samuel Thibault |
2020-06-01 | htl: Enable more cond tests | Samuel Thibault |
2020-05-26 | htl: Add clock variants | Samuel Thibault |
2020-05-25 | signal: Deprecate additional legacy signal handling functions | Florian Weimer |
2020-05-20 | nptl: Use __pthread_attr_copy in pthread_setattr_default_np | Florian Weimer |
2020-05-20 | nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999) | Florian Weimer |
2020-05-20 | nptl: Add __pthread_attr_copy for copying pthread_attr_t objects | Florian Weimer |
2020-05-20 | nptl: Make __pthread_attr_init, __pthread_attr_destroy available internally | Florian Weimer |
2020-05-20 | nptl: Move pthread_gettattr_np into libc | Florian Weimer |
2020-05-20 | nptl: Move pthread_getaffinity_np into libc | Florian Weimer |
2020-05-20 | nptl: Move pthread_attr_setaffinity_np into libc | Florian Weimer |
2020-05-20 | nptl: Replace some stubs with the Linux implementation | Florian Weimer |
2020-05-12 | nptl: wait for pending setxid request also in detached thread (bug 25942) | Andreas Schwab |
2020-04-27 | nptl/tst-setuid1-static: Improve isolation from system objects | Florian Weimer |
2020-04-27 | nptl: Start new threads with all signals blocked [BZ #25098] | Florian Weimer |
2020-04-21 | signal: Only handle on NSIG signals on signal functions (BZ #25657) | Adhemerval Zanella |
2020-04-21 | linux: Use pthread_sigmask on sigprocmask | Adhemerval Zanella |
2020-04-21 | nptl: Move pthread_sigmask implementation to libc | Adhemerval Zanella |
2020-03-03 | Linux: set_robust_list syscall number is always available | Florian Weimer |
2020-02-20 | nptl: Move pthread_setschedparam implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_getschedparam implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_cond_init implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_cond_destroy implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_condattr_init implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_condattr_destroy implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_attr_setscope implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_attr_getscope implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_attr_setschedpolicy implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_attr_getschedpolicy implementation into libc | Florian Weimer |
2020-02-20 | nptl: Sort routines list in Makefile alphabetically | Florian Weimer |
2020-02-20 | nptl: Use .NOTPARALLEL in Makefile only if actually running tests | Florian Weimer |
2020-02-19 | Block all signals on timer_create thread (BZ#10815) | Adhemerval Zanella |
2020-02-18 | Introduce <elf-initfini.h> and ELF_INITFINI for all architectures | Florian Weimer |
2020-02-16 | pthread: Fix building tst-robust8 with nptl | Samuel Thibault |
2020-02-16 | pthread: Move robust mutex tests from nptl to sysdeps/pthread | Samuel Thibault |