summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/pthread.c
AgeCommit message (Expand)Author
2018-01-03fdpic: fix ld.so crashingWaldemar Brodkorb
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: guard *tsd* related stuff correctlyPeter S. Mazinger
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger
2012-06-15geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/Peter S. Mazinger
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger
2011-10-27pthreads: fix build when DNS resolver is not enabled.Bernhard Reutner-Fischer
2011-10-27linuxthreads: fix typo in __UCLIBC_HAS_IPv4__ macroCarmelo Amoroso
2011-03-03avoid warnings on _STACK_GROWS_* usagePeter S. Mazinger
2010-12-23linuxthreads: Fix compilation breakageMatt Fleming
2010-04-14linuxthreads.new: initialize stdio lockingTimo Teräs
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-10*: remove some __libc_XXX functions:Denis Vlasenko
2008-12-01hostid: improve extremely unreadable partsDenis Vlasenko
2008-12-01on Bernd's request, remove commented-out code snippetsDenis Vlasenko
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko
2008-11-29shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-09-25- if we only have socket support then there is no resolver state:Bernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2007-01-11Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund
2006-03-24Now new linuxthreads builds w/ SHAREDPeter S. Mazinger
2006-03-24Remove redundant redefine of __clonePeter S. Mazinger
2006-03-09Get rid of forwarded __pthread_attr_initPeter S. Mazinger
2006-03-09Remove unneeded ; after *_aliasPeter S. Mazinger
2006-03-05use sched_yield, not pthread_yieldMike Frysinger
2006-01-31s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...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-07implement __pthread_init_max_stacksize() which is required for FLOATING_STACKSMike Frysinger
2005-09-09newer linuxthreads renamed the function invalid_handle() to nonexisting_handle()Mike Frysinger
2005-09-09sync with glibc by moving the thread_desc stuff out of internals.h and into a...Mike Frysinger
2005-07-01update the debug macros so they build with newer gcc versionsMike Frysinger
2005-05-28I added, then removed and now I add this again :). Hopefully I got it rigth t...Joakim Tjernlund
2005-01-31Oops, remove extra sigaddset() call. Don't know how that one got there.Joakim Tjernlund
2005-01-29Hi Erik and ManuelEric Andersen
2004-10-31Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III
2004-10-19Peter S. Mazinger writes:Eric Andersen
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
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-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
2003-03-04Patch from Stefan Allius adding the function 'thread_self_stack'Eric Andersen
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen
2003-01-30Patch from Christian Krause:Eric Andersen