aboutsummaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads
AgeCommit message (Expand)AuthorFilesLines
2024-05-21linuxthreads: enable unwinding over signal framesMax Filippov1-0/+2
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 Brodkorb2-1/+62
2024-03-07libpthread/linuxthreads: add missing string.h include in condvar.cMarcus Haehnel1-0/+1
2024-03-07libpthread: Remove no longer valid attribute_unusedMarcus Haehnel1-1/+1
2024-02-22Introduce time64 support.Dmitry Chestnykh1-0/+4
2023-11-27linuxthreads: Avoid unused variable warningMarcus Haehnel1-8/+2
2023-08-03linuxthreads/signal: improve sigaction behaviorMax Filippov1-6/+11
2023-01-22Fix for CVE-2022-29503.linted1-5/+30
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 Brodkorb4-3/+85
2018-01-03fdpic: fix ld.so crashingWaldemar Brodkorb1-1/+1
2017-11-19linuxthreads: add dummy for pthread_atforkWaldemar Brodkorb1-0/+12
2017-11-02convert accept4() to use cancel.h macrosWaldemar Brodkorb1-0/+7
2017-06-11remove outdated manpages and README's for ld.so/linuxthreadsWaldemar Brodkorb1-1627/+0
2017-04-16or1k: silence gcc warningsWaldemar Brodkorb1-2/+1
2017-03-20remove RPC implementationWaldemar Brodkorb2-40/+0
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-27remove UCLIBC_HAS_LFSWaldemar Brodkorb1-8/+3
2016-11-17libpthread: remove pthread_atfork for noMMU targetRomain Naour2-14/+2
2016-10-24linuxthreads: add back signal.hWaldemar Brodkorb1-0/+1
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb8-504/+6
2016-09-26linuxthreads: use tkill syscall for raiseWaldemar Brodkorb1-9/+9
2016-09-19linuxthreads: Fix up pthread.h for XPG7.Leonid Lisovskiy1-6/+2
2016-08-16linuxthreads: install libpthread_nonshared.aWaldemar Brodkorb1-1/+4
2016-06-30nds32: add support for new architectureWaldemar Brodkorb2-0/+168
2016-06-23libs: install backward compatibility symlinksAlexey Brodkin1-0/+2
2016-05-31linuxthreads.old: Fix segfault when pthread_mutex_unlock() called against unl...Leonid Lisovskiy1-3/+9
2016-05-28linuxthreads: Fix warnings in pthread_tryjoin_np(), pthread_timedjoin_np()Leonid Lisovskiy1-2/+2
2016-05-24microblaze: fix linuxthreads supportWaldemar Brodkorb1-56/+30
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb186-13472/+5040
2016-04-15replace FSF addresses with URLsNikola Forró1-2/+1
2015-12-05remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__Waldemar Brodkorb1-1/+1
2015-10-09add new architecture support for or1kWaldemar Brodkorb1-0/+55
2015-04-12remove more of the link_warningsWaldemar Brodkorb1-5/+0
2015-03-29merge uClibc git masterWaldemar Brodkorb2-20/+20
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer2-20/+20
2015-02-14Revert "resolve merge"Waldemar Brodkorb191-5081/+13571
2015-02-14resolve mergeWaldemar Brodkorb191-13571/+5081
2014-10-03linuxthreads: fix compile error for non-MMUWaldemar Brodkorb1-1/+1
2014-10-03m68k: fix linuxthreads compile for coldfireWaldemar Brodkorb3-7/+26
2014-09-20linuxthreads: remove unused s390 codeWaldemar Brodkorb13-1214/+0
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer1-5/+1
2014-09-04sparc: remove sparc64/sparcv9 codeWaldemar Brodkorb13-744/+260
2013-03-13LT{,.old}: include stddef.h for size_tVineet Gupta1-0/+3