Age | Commit message (Expand) | Author |
2024-04-20 | Switch x86 NPTL impl to generic C code. | Dmitry Chestnykh |
2024-04-14 | tree: Remove ^L | Petr Vorel |
2024-04-13 | Provide fixups for riscv32. | Dmitry Chestnykh |
2024-03-29 | riscv32: implement linuxthreads, from sorear | Waldemar Brodkorb |
2024-03-28 | riscv64: implement Linuxthreads, from sorear | Waldemar Brodkorb |
2024-03-20 | riscv32: sync with riscv64 | Waldemar Brodkorb |
2024-03-19 | riscv64: clone behaves like on aarch64, fixes tst-basic3, reported by sorear | Waldemar Brodkorb |
2024-03-19 | riscv64: sync with glibc, fix all TLS errors in uClibc-ng-test | Waldemar Brodkorb |
2024-03-07 | libpthread/linuxthreads: add missing string.h include in condvar.c | Marcus Haehnel |
2024-03-07 | libpthread: Remove no longer valid attribute_unused | Marcus Haehnel |
2024-03-03 | riscv32: add basic support for NPTL | Waldemar Brodkorb |
2024-02-28 | libc: Pass 64bit-only time structures to syscalls. | Dmitry Chestnykh |
2024-02-26 | Add time64 support for MIPS32. | Dmitry Chestnykh |
2024-02-25 | Add support for using time64 on big-endian machines. | Dmitry Chestnykh |
2024-02-25 | Remove unneeded comparisons. | Dmitry Chestnykh |
2024-02-22 | Introduce time64 support. | Dmitry Chestnykh |
2023-11-27 | linuxthreads: Avoid unused variable warning | Marcus Haehnel |
2023-11-09 | libpthread/nptl: make default stack size configurable | Ben Wolsieffer |
2023-10-28 | Fix -Warray-parameter warning for __sigsetjmp | Pavel Kozlov |
2023-08-03 | linuxthreads/signal: improve sigaction behavior | Max Filippov |
2023-01-22 | Fix for CVE-2022-29503. | linted |
2022-09-21 | static pie: fix building static PDE | Max Filippov |
2022-09-07 | nptl: use mmap to allocate initial TLS data for static PIE on noMMU | Max Filippov |
2022-07-26 | Added support for creation of Static Position-Independent Executables (PIE) o... | linted |
2022-07-20 | linuxthread/arm: Unlock ldrex/strex varsion of testandset for __ARM_ARCH >= 7 | Vladimir Murzin |
2022-07-20 | linuxthreads/arm: fix ldrex/strex loop when built with O0 | Vladimir Murzin |
2021-12-24 | Fix -Wundef related warnings | Yann Sionneau |
2021-04-18 | libpthread/nptl: create timer thread with sufficiant stack size (account for ... | Peter Seiderer |
2020-10-02 | kvx: add support for kvx arch to uClibc-ng | Yann Sionneau |
2020-09-22 | Fix warning due to unused label in NPTL | Yann Sionneau |
2020-09-02 | Revert "Fix static linking with GCC-10" | Waldemar Brodkorb |
2020-08-11 | Fix static linking with GCC-10 | Lance Fredrickson |
2020-08-11 | xtensa: add exclusive access support | Max Filippov |
2020-08-11 | xtensa: relax memory constraint in atomic assembly | Max Filippov |
2020-07-02 | Rename __unused struct members to include a namespace | Ed Wildgoose |
2019-11-17 | riscv64: fix DB_THREAD_SELF, fixes 4 testsuite failures | Waldemar Brodkorb |
2019-11-17 | riscv64: fix comments borrowed from or1k port | Yann Sionneau |
2019-11-08 | riscv64: implement NPTL/TLS | Waldemar Brodkorb |
2019-10-30 | Make __syscall_error return long, as expected by syscall() callers | Carlos Santos |
2019-04-14 | Fix _dl_deallocate_tls in !SHARED case | Yann Sionneau |
2018-12-14 | several patches for uclibc ng | han_mao@c-sky.com |
2018-08-10 | nptl: Replace sbrk with mmap | Christophe Lyon |
2018-08-10 | nptl: Clear TLS area for static binaries. | Christophe Lyon |
2018-08-10 | nptl: Add pthread_mutex_getprioceiling and pthread_mutex_setprioceiling support | Christophe Lyon |
2018-08-10 | nptl: Allow sem_open to work on MMU-less systems | Christophe Lyon |
2018-08-10 | nptl: Use linker-defined symbol to find start of .tdata section. | Christophe Lyon |
2018-08-10 | nptl: Do not use madvise | Christophe Lyon |
2018-08-10 | nptl: Disable fork and atfork on MMU-less systems. | Christophe Lyon |
2018-08-10 | nptl: disable mprotect usage in stack protection | Christophe Lyon |
2018-04-22 | linuxthreads: implement pthread_condattr_{s,g}etclock() | Waldemar Brodkorb |