summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old/pthread.c
AgeCommit message (Expand)Author
2015-02-14Revert "resolve merge"Waldemar Brodkorb
2015-02-14resolve mergeWaldemar Brodkorb
2012-06-15linuxthreads.old: cleanup a bitPeter S. Mazinger
2012-06-15allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unusedPeter S. Mazinger
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2011-05-11commentary typo fixBernhard Reutner-Fischer
2011-02-24linuxthreads.old: fix nommu initial thread stack detectionMike Frysinger
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-07-05Check #if feature test macros are defined where they may not beRon
2009-02-25Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko
2008-12-14heed compiler warnings about checking non-defined variables in #if directivesDenis 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-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-05-20- remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer
2008-05-15make sure we store the function pointers to the real push/pop functions rathe...Mike Frysinger
2007-11-22Add hidden symbols for a number of pthread functions, and use them to ensureBernd Schmidt
2007-01-11Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund
2006-11-09backport from upstream:Mike Frysinger
2006-02-27import ia64 linuxthreads filesMike Frysinger
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-02-04fix warning when building on non-mmu hostsMike Frysinger
2006-01-26prototypes for threads tooPeter S. Mazinger
2006-01-25make use of the internals provided earlierPeter S. Mazinger
2006-01-24Don't use __getpid/__getpagesizePeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-04update pthread weak handling to the style glibc usesMike Frysinger
2005-12-29kill off some signedness/unused warningsMike Frysinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-15rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger