summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
6 daystree: Remove ^LPetr Vorel
7 daysProvide fixups for riscv32.Dmitry Chestnykh
2024-03-29riscv32: implement linuxthreads, from sorearWaldemar Brodkorb
2024-03-28riscv64: implement Linuxthreads, from sorearWaldemar Brodkorb
2024-03-20riscv32: sync with riscv64Waldemar Brodkorb
2024-03-19riscv64: clone behaves like on aarch64, fixes tst-basic3, reported by sorearWaldemar Brodkorb
2024-03-19riscv64: sync with glibc, fix all TLS errors in uClibc-ng-testWaldemar Brodkorb
2024-03-07libpthread/linuxthreads: add missing string.h include in condvar.cMarcus Haehnel
2024-03-07libpthread: Remove no longer valid attribute_unusedMarcus Haehnel
2024-03-03riscv32: add basic support for NPTLWaldemar Brodkorb
2024-02-28libc: Pass 64bit-only time structures to syscalls.Dmitry Chestnykh
2024-02-26Add time64 support for MIPS32.Dmitry Chestnykh
2024-02-25Add support for using time64 on big-endian machines.Dmitry Chestnykh
2024-02-25Remove unneeded comparisons.Dmitry Chestnykh
2024-02-22Introduce time64 support.Dmitry Chestnykh
2023-11-27linuxthreads: Avoid unused variable warningMarcus Haehnel
2023-11-09libpthread/nptl: make default stack size configurableBen Wolsieffer
2023-10-28Fix -Warray-parameter warning for __sigsetjmpPavel Kozlov
2023-08-03linuxthreads/signal: improve sigaction behaviorMax Filippov
2023-01-22Fix for CVE-2022-29503.linted
2022-09-21static pie: fix building static PDEMax Filippov
2022-09-07nptl: use mmap to allocate initial TLS data for static PIE on noMMUMax Filippov
2022-07-26Added support for creation of Static Position-Independent Executables (PIE) o...linted
2022-07-20linuxthread/arm: Unlock ldrex/strex varsion of testandset for __ARM_ARCH >= 7Vladimir Murzin
2022-07-20linuxthreads/arm: fix ldrex/strex loop when built with O0Vladimir Murzin
2021-12-24Fix -Wundef related warningsYann Sionneau
2021-04-18libpthread/nptl: create timer thread with sufficiant stack size (account for ...Peter Seiderer
2020-10-02kvx: add support for kvx arch to uClibc-ngYann Sionneau
2020-09-22Fix warning due to unused label in NPTLYann Sionneau
2020-09-02Revert "Fix static linking with GCC-10"Waldemar Brodkorb
2020-08-11Fix static linking with GCC-10Lance Fredrickson
2020-08-11xtensa: add exclusive access supportMax Filippov
2020-08-11xtensa: relax memory constraint in atomic assemblyMax Filippov
2020-07-02Rename __unused struct members to include a namespaceEd Wildgoose
2019-11-17riscv64: fix DB_THREAD_SELF, fixes 4 testsuite failuresWaldemar Brodkorb
2019-11-17riscv64: fix comments borrowed from or1k portYann Sionneau
2019-11-08riscv64: implement NPTL/TLSWaldemar Brodkorb
2019-10-30Make __syscall_error return long, as expected by syscall() callersCarlos Santos
2019-04-14Fix _dl_deallocate_tls in !SHARED caseYann Sionneau
2018-12-14several patches for uclibc nghan_mao@c-sky.com
2018-08-10nptl: Replace sbrk with mmapChristophe Lyon
2018-08-10nptl: Clear TLS area for static binaries.Christophe Lyon
2018-08-10nptl: Add pthread_mutex_getprioceiling and pthread_mutex_setprioceiling supportChristophe Lyon
2018-08-10nptl: Allow sem_open to work on MMU-less systemsChristophe Lyon
2018-08-10nptl: Use linker-defined symbol to find start of .tdata section.Christophe Lyon
2018-08-10nptl: Do not use madviseChristophe Lyon
2018-08-10nptl: Disable fork and atfork on MMU-less systems.Christophe Lyon
2018-08-10nptl: disable mprotect usage in stack protectionChristophe Lyon
2018-04-22linuxthreads: implement pthread_condattr_{s,g}etclock()Waldemar Brodkorb
2018-02-03add libc version compatibilityWaldemar Brodkorb