summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* avoid warnings on _STACK_GROWS_* usagePeter S. Mazinger2011-03-031-2/+2
* linuxthreads: Fix compilation breakageMatt Fleming2010-12-231-7/+4
* linuxthreads.new: initialize stdio lockingTimo Teräs2010-04-141-0/+11
* linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley2009-10-171-5/+5
* linuxthreads fixes from Will Newton (will.newton AT gmail.com):Denis Vlasenko2009-03-121-11/+15
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-2/+2
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-011-2/+1
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-011-7/+1
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-011-7/+8
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-291-3/+5
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-2/+2
* - if we only have socket support then there is no resolver state:Bernhard Reutner-Fischer2008-09-251-2/+9
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
* Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund2007-01-111-1/+3
* Now new linuxthreads builds w/ SHAREDPeter S. Mazinger2006-03-241-2/+6
* Remove redundant redefine of __clonePeter S. Mazinger2006-03-241-2/+0
* Get rid of forwarded __pthread_attr_initPeter S. Mazinger2006-03-091-1/+1
* Remove unneeded ; after *_aliasPeter S. Mazinger2006-03-091-4/+4
* use sched_yield, not pthread_yieldMike Frysinger2006-03-051-7/+0
* s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...Peter S. Mazinger2006-01-311-2/+1
* initial import of latest linuxthreadsMike Frysinger2006-01-311-0/+1379
* rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger2005-11-151-1044/+0
* revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...Mike Frysinger2005-11-151-159/+96
* implement __pthread_init_max_stacksize() which is required for FLOATING_STACKSMike Frysinger2005-11-071-0/+47
* newer linuxthreads renamed the function invalid_handle() to nonexisting_handle()Mike Frysinger2005-09-091-2/+2
* sync with glibc by moving the thread_desc stuff out of internals.h and into a...Mike Frysinger2005-09-091-94/+110
* update the debug macros so they build with newer gcc versionsMike Frysinger2005-07-011-4/+4
* I added, then removed and now I add this again :). Hopefully I got it rigth t...Joakim Tjernlund2005-05-281-0/+1
* Oops, remove extra sigaddset() call. Don't know how that one got there.Joakim Tjernlund2005-01-311-1/+0
* Hi Erik and ManuelEric Andersen2005-01-291-0/+5
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-311-2/+2
* Peter S. Mazinger writes:Eric Andersen2004-10-191-2/+2
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-2/+13
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-161-4/+4
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-0/+14
* In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen2003-05-301-1/+1
* Patch from Stefan Allius adding the function 'thread_self_stack'Eric Andersen2003-03-041-1/+21
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-271-121/+295
* Patch from Christian Krause:Eric Andersen2003-01-301-0/+3
* Just be a bit less different from latest glibc version in commentsEric Andersen2003-01-231-0/+3
* Per patch from Nathan Field at ghs.com, fix __pthread_initialize_manager so itEric Andersen2003-01-231-3/+5
* Based on work by Stefan Allius, arrange for early initialization ofEric Andersen2002-08-191-0/+12
* Patch from Stefan Allius and Edie C. Dost:Eric Andersen2002-08-081-1/+3
* Fix pthreads to use the rt signals if presentEric Andersen2002-06-131-108/+30
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-0/+876