summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps
AgeCommit message (Expand)Author
5 daysSwitch x86 NPTL impl to generic C code.Dmitry Chestnykh
12 daysProvide fixups for riscv32.Dmitry Chestnykh
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-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-22Introduce time64 support.Dmitry Chestnykh
2023-11-09libpthread/nptl: make default stack size configurableBen Wolsieffer
2023-10-28Fix -Warray-parameter warning for __sigsetjmpPavel Kozlov
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
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-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-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-08-10nptl: Replace sbrk with mmapChristophe Lyon
2018-08-10nptl: Clear TLS area for static binaries.Christophe Lyon
2018-08-10nptl: Use linker-defined symbol to find start of .tdata section.Christophe Lyon
2018-08-10nptl: Disable fork and atfork on MMU-less systems.Christophe Lyon
2018-02-03add libc version compatibilityWaldemar Brodkorb
2018-01-15libpthread/nptl: bugfix malloc segfault in race conditions.Guo Ren
2018-01-15nptl: use generic lowlevellock.h for most architecturesWaldemar Brodkorb
2017-12-31m68k: add NPTL/TLS supportWaldemar Brodkorb
2017-12-28csky: add Copyright.Guo Ren
2017-12-16sh: remove assembly code from NPTLWaldemar Brodkorb
2017-11-25or1k: Fix tls value passed during cloneStafford Horne
2017-11-25or1k: correctly pass tid in 4th paramStafford Horne
2017-11-22librt: fix broken posix_spawnWaldemar Brodkorb
2017-11-19csky: port to uclibc-ngGuo Ren
2017-11-18use the right file for tls in buildStafford Horne
2017-11-18use atomic instructions for atomicsStafford Horne
2017-10-10libpthread/nptl: bugfix compile warning.Guo Ren
2017-07-28nptl: remove asm from sysdep-cancel.hWaldemar Brodkorb
2017-07-28nptl: remove sysdep-cancel ASM macros, convert to CWaldemar Brodkorb
2017-07-05Remove CALL_THREAD_FCT macroWaldemar Brodkorb
2017-06-06silence gcc, add missing includeWaldemar Brodkorb
2017-05-14or1k: add NPTL/TLS supportWaldemar Brodkorb
2017-05-12pthread_getcpuclockid.c: fix clockid computationSergey Korolev
2017-04-22remove unused HP_TIMING_AVAIL and headerWaldemar Brodkorb