summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* commentary typo fixBernhard Reutner-Fischer2011-05-111-1/+1
* linuxthreads.old: fix nommu initial thread stack detectionMike Frysinger2011-02-241-9/+14
* check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-171-3/+3
* Check #if feature test macros are defined where they may not beRon2009-07-051-1/+1
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-251-2/+2
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-141-1/+1
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-10/+10
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-011-2/+1
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-011-6/+0
* 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-3/+3
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-5/+5
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-2/+2
* make sure we store the function pointers to the real push/pop functions rathe...Mike Frysinger2008-05-151-2/+2
* Add hidden symbols for a number of pthread functions, and use them to ensureBernd Schmidt2007-11-221-1/+40
* Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund2007-01-111-0/+2
* backport from upstream:Mike Frysinger2006-11-091-1/+1
* import ia64 linuxthreads filesMike Frysinger2006-02-271-0/+15
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-5/+5
* fix warning when building on non-mmu hostsMike Frysinger2006-02-041-0/+2
* prototypes for threads tooPeter S. Mazinger2006-01-261-0/+2
* make use of the internals provided earlierPeter S. Mazinger2006-01-251-6/+7
* Don't use __getpid/__getpagesizePeter S. Mazinger2006-01-241-9/+6
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* update pthread weak handling to the style glibc usesMike Frysinger2006-01-041-0/+65
* kill off some signedness/unused warningsMike Frysinger2005-12-291-3/+3
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
* rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger2005-11-151-0/+1044