aboutsummaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-05-18Fix riscv32 build with gcc-14.Dmitry Chestnykh1-0/+2
2024-03-29riscv32: implement linuxthreads, from sorearWaldemar Brodkorb1-0/+61
2024-03-28riscv64: implement Linuxthreads, from sorearWaldemar Brodkorb1-0/+61
2022-07-20linuxthread/arm: Unlock ldrex/strex varsion of testandset for __ARM_ARCH >= 7Vladimir Murzin1-1/+1
2022-07-20linuxthreads/arm: fix ldrex/strex loop when built with O0Vladimir Murzin1-25/+9
2020-08-11xtensa: add exclusive access supportMax Filippov1-0/+56
2020-08-11xtensa: relax memory constraint in atomic assemblyMax Filippov1-8/+7
2018-04-22linuxthreads: implement pthread_condattr_{s,g}etclock()Waldemar Brodkorb2-3/+18
2017-04-16or1k: silence gcc warningsWaldemar Brodkorb1-2/+1
2017-01-22nds32: add NPTL/TLS, *context function, libm changes and code cleanupVincent Ren-Wei Chen2-2/+2
2016-11-30NONTLS_INIT_TP is never defined, remove dead codeWaldemar Brodkorb1-20/+0
2016-11-17libpthread: remove pthread_atfork for noMMU targetRomain Naour1-0/+2
2016-10-24linuxthreads: add back signal.hWaldemar Brodkorb1-0/+1
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb2-177/+2
2016-09-19linuxthreads: Fix up pthread.h for XPG7.Leonid Lisovskiy1-6/+2
2016-06-30nds32: add support for new architectureWaldemar Brodkorb2-0/+168
2016-05-24microblaze: fix linuxthreads supportWaldemar Brodkorb1-56/+30
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb139-9857/+1089
2016-04-15replace FSF addresses with URLsNikola Forró1-2/+1
2015-10-09add new architecture support for or1kWaldemar Brodkorb1-0/+55
2015-03-29merge uClibc git masterWaldemar Brodkorb1-18/+18
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer1-18/+18
2015-02-14Revert "resolve merge"Waldemar Brodkorb144-1257/+9945
2015-02-14resolve mergeWaldemar Brodkorb144-9945/+1257
2014-10-03m68k: fix linuxthreads compile for coldfireWaldemar Brodkorb3-7/+26
2014-09-20linuxthreads: remove unused s390 codeWaldemar Brodkorb13-1214/+0
2014-09-04sparc: remove sparc64/sparcv9 codeWaldemar Brodkorb13-744/+260
2013-03-13LT{,.old}: include stddef.h for size_tVineet Gupta1-0/+3
2013-03-07libpthread: Remove useless .cvsignore filesMarkos Chandras2-4/+0
2013-02-20not-cancel.h: Use openat if arch does not have the open syscallMarkos Chandras1-0/+9
2012-11-18drop support for pre ISO-C compilersMike Frysinger2-30/+30
2012-11-18Replace FSF snail mail address with URLsMike Frysinger131-377/+246
2012-06-15remove arm specific sysdep.h from linuxthreads newPeter S. Mazinger1-137/+0
2012-06-15linuxthreads: guard *tsd* related stuff correctlyPeter S. Mazinger1-0/+2
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger13-22/+21
2012-06-15move __libc_pthread_init prototype to pthread-functions.hPeter S. Mazinger1-0/+2
2012-06-15jmp-unwind.c: add hidden _longjmp_unwindPeter S. Mazinger1-0/+1
2012-06-15allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unusedPeter S. Mazinger1-0/+2
2012-06-15signal.h: disable ssignal and gsignalPeter S. Mazinger1-1/+0
2012-06-15cleanup fork()Peter S. Mazinger13-17/+17
2012-06-15move *longjmp related prototypes to setjmp.hPeter S. Mazinger1-7/+0
2012-06-06MIPS: Convert __syscall_error() callers to use $a0 for argumentKevin Cernekee2-1/+2
2010-10-27mips: fix errno setting after syscallAlexander Gordeev1-1/+2
2010-04-25enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley1-4/+47
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso8-21/+21
2009-09-19sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko1-6/+2
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko1-3/+1
2009-05-21fix compilation of linuxthreads for sparc64Austin Foxley2-3/+0
2009-03-18fix compilation of linuxthreads for sparcaustinf3-13/+11
2009-03-12add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko2-0/+208