aboutsummaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/pthread.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03fdpic: fix ld.so crashingWaldemar Brodkorb1-1/+1
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb1-97/+1
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb1-768/+550
2015-02-14Revert "resolve merge"Waldemar Brodkorb1-550/+768
2015-02-14resolve mergeWaldemar Brodkorb1-768/+550
2012-06-15linuxthreads: guard *tsd* related stuff correctlyPeter S. Mazinger1-1/+1
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger1-37/+33
2012-06-15geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/Peter S. Mazinger1-1/+1
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger1-3/+0
2011-10-27pthreads: fix build when DNS resolver is not enabled.Bernhard Reutner-Fischer1-4/+4
2011-10-27linuxthreads: fix typo in __UCLIBC_HAS_IPv4__ macroCarmelo Amoroso1-4/+4
2011-03-03avoid warnings on _STACK_GROWS_* usagePeter S. Mazinger1-2/+2
2010-12-23linuxthreads: Fix compilation breakageMatt Fleming1-7/+4
2010-04-14linuxthreads.new: initialize stdio lockingTimo Teräs1-0/+11
2009-10-17linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley1-5/+5
2009-03-12linuxthreads fixes from Will Newton (will.newton AT gmail.com):Denis Vlasenko1-11/+15
2008-12-10*: remove some __libc_XXX functions:Denis Vlasenko1-2/+2
2008-12-01hostid: improve extremely unreadable partsDenis Vlasenko1-2/+1
2008-12-01on Bernd's request, remove commented-out code snippetsDenis Vlasenko1-7/+1
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko1-7/+8
2008-11-29shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko1-3/+5
2008-10-03- use c89-style commentsBernhard Reutner-Fischer1-2/+2
2008-09-25- if we only have socket support then there is no resolver state:Bernhard Reutner-Fischer1-2/+9
2008-07-23- fix inline keywordBernhard Reutner-Fischer1-1/+1
2007-01-11Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund1-1/+3
2006-03-24Now new linuxthreads builds w/ SHAREDPeter S. Mazinger1-2/+6
2006-03-24Remove redundant redefine of __clonePeter S. Mazinger1-2/+0
2006-03-09Get rid of forwarded __pthread_attr_initPeter S. Mazinger1-1/+1
2006-03-09Remove unneeded ; after *_aliasPeter S. Mazinger1-4/+4
2006-03-05use sched_yield, not pthread_yieldMike Frysinger1-7/+0
2006-01-31s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...Peter S. Mazinger1-2/+1
2006-01-31initial import of latest linuxthreadsMike Frysinger1-0/+1379
2005-11-15rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger1-1044/+0
2005-11-15revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...Mike Frysinger1-159/+96
2005-11-07implement __pthread_init_max_stacksize() which is required for FLOATING_STACKSMike Frysinger1-0/+47
2005-09-09newer linuxthreads renamed the function invalid_handle() to nonexisting_handle()Mike Frysinger1-2/+2
2005-09-09sync with glibc by moving the thread_desc stuff out of internals.h and into a...Mike Frysinger1-94/+110
2005-07-01update the debug macros so they build with newer gcc versionsMike Frysinger1-4/+4
2005-05-28I added, then removed and now I add this again :). Hopefully I got it rigth t...Joakim Tjernlund1-0/+1
2005-01-31Oops, remove extra sigaddset() call. Don't know how that one got there.Joakim Tjernlund1-1/+0
2005-01-29Hi Erik and ManuelEric Andersen1-0/+5
2004-10-31Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III1-2/+2
2004-10-19Peter S. Mazinger writes:Eric Andersen1-2/+2
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III1-2/+13
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen1-4/+4
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III1-0/+14
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen1-1/+1
2003-03-04Patch from Stefan Allius adding the function 'thread_self_stack'Eric Andersen1-1/+21
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen1-121/+295
2003-01-30Patch from Christian Krause:Eric Andersen1-0/+3