summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
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
2018-01-15libpthread/nptl: bugfix malloc segfault in race conditions.Guo Ren
2018-01-15nptl: use generic lowlevellock.h for most architecturesWaldemar Brodkorb
2018-01-03fdpic: fix ld.so crashingWaldemar 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-19linuxthreads: add dummy for pthread_atforkWaldemar Brodkorb
2017-11-18use the right file for tls in buildStafford Horne
2017-11-18use atomic instructions for atomicsStafford Horne
2017-11-02convert accept4() to use cancel.h macrosWaldemar Brodkorb
2017-10-10libpthread/nptl: bugfix compile warning.Guo Ren
2017-10-01recvmmsg/sendmmsg: add recvmmsg sendmmsg support.Guo Ren
2017-08-19fix compile issue when DOASSERTS=yWaldemar Brodkorb
2017-08-05fix issues with gdb 8.0Waldemar Brodkorb
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-11remove outdated manpages and README's for ld.so/linuxthreadsWaldemar 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
2017-04-22remove unused pt-raise.c filesWaldemar Brodkorb
2017-04-16or1k: silence gcc warningsWaldemar Brodkorb