Age | Commit message (Expand) | Author |
2020-10-15 | y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bit | Lukasz Majewski |
2020-10-08 | Revert "Fix missing redirects in testsuite targets" | Andreas Schwab |
2020-10-04 | y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi... | Lukasz Majewski |
2020-10-02 | aarch64: enforce >=64K guard size [BZ #26691] | Szabolcs Nagy |
2020-09-14 | y2038: nptl: Convert sem_{clock|timed}wait to support 64 bit time | Lukasz Majewski |
2020-09-11 | Remove internal usage of extensible stat functions | Adhemerval Zanella |
2020-09-02 | y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit time | Lukasz Majewski |
2020-08-17 | nptl: Handle NULL abstime [BZ #26394] | H.J. Lu |
2020-08-13 | y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit time | Lukasz Majewski |
2020-08-06 | htl: Enable tst-cancelx?[45] | Samuel Thibault |
2020-08-07 | tst-cancel4: Make blocking on write more portable | Samuel Thibault |
2020-07-27 | nptl: Zero-extend arguments to SETXID syscalls [BZ #26248] | H.J. Lu |
2020-07-16 | Linux: Remove rseq support | Florian Weimer |
2020-07-07 | string: Remove old TLS usage on strsignal | Adhemerval Zanella |
2020-07-07 | linux: Fix __NSIG_WORDS and add __NSIG_BYTES | Adhemerval Zanella |
2020-07-06 | Add the __libc_single_threaded variable | Florian Weimer |
2020-07-06 | Linux: Perform rseq registration at C startup and thread creation | Mathieu Desnoyers |
2020-07-05 | tst-cancel4: deal with ENOSYS errors | Samuel Thibault |
2020-06-29 | htl: Enable cancel*16 an cancel*20 tests | Samuel Thibault |
2020-06-26 | tst-cancel4-common.c: fix calling socketpair | Samuel Thibault |
2020-06-25 | nptl: Don't madvise user provided stack | Szabolcs Nagy |
2020-06-24 | htl: Make sem_*wait cancellations points | Samuel Thibault |
2020-06-24 | htl: Enable tst-cancel25 test | Samuel Thibault |
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 |