summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/manager.c
AgeCommit message (Expand)Author
2024-03-28riscv64: implement Linuxthreads, from sorearWaldemar Brodkorb
2023-01-22Fix for CVE-2022-29503.linted
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb
2015-02-14Revert "resolve merge"Waldemar Brodkorb
2015-02-14resolve mergeWaldemar Brodkorb
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger
2011-10-27pthreads: fix build when DNS resolver is not enabled.Bernhard Reutner-Fischer
2011-03-03avoid warnings on _STACK_GROWS_* usagePeter S. Mazinger
2009-10-17linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley
2009-03-12linuxthreads fixes from Will Newton (will.newton AT gmail.com):Denis Vlasenko
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2006-03-09Move __clone/__uselocale to uClibc_glue.hPeter S. Mazinger
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-02-01change asm/volatile to __x__Peter S. Mazinger
2006-02-01correct __uselocalePeter S. Mazinger
2006-01-31pt-allocrtsig.c is irrelevant for now, remove related too, add libc_hidden_pr...Peter S. Mazinger
2006-01-31initial import of latest linuxthreadsMike Frysinger
2005-11-15rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger
2005-11-15revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...Mike Frysinger
2005-11-15use clone() instead of __clone()Mike Frysinger
2005-09-09sync some style changes and stack fixes with glibcMike Frysinger
2005-09-09newer linuxthreads renamed the function invalid_handle() to nonexisting_handle()Mike Frysinger
2005-09-08import the helper function pthread_for_each_thread from glibcMike Frysinger
2005-07-01update the debug macros so they build with newer gcc versionsMike Frysinger
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen
2003-01-23Just be a bit less different from latest glibc version in commentsEric Andersen
2003-01-23Per patch from Nathan Field at ghs.com, add a couple of variablesEric Andersen
2002-10-29A patch from Arne Jonsson <arne.jonsson@i3micro.com>:Eric Andersen
2002-10-23A patch from Arne Jonsson <arne.jonsson@i3micro.com> to allowEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen