summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old
AgeCommit message (Expand)Author
2012-04-24linuxthreads.old: fix typo in pthread_mutex_unlock hidden prototypeMike Frysinger
2012-04-22linuxthreads.old: only declare __pthread_xxx funcs hidden inside of libpthreadMike Frysinger
2011-10-27sparc: fix build for linuxthreads.oldRob Landley
2011-05-13epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger
2011-05-11commentary typo fixBernhard Reutner-Fischer
2011-03-05The C6X portAurelien Jacquiot
2011-03-05Allow ABIs where SP points below the stack frame.Bernd Schmidt
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de
2011-03-03remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger
2011-02-24linuxthreads.old: fix nommu initial thread stack detectionMike Frysinger
2010-11-10microblaze: thread supportSteven J. Magnani
2010-04-25enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley
2010-04-22nptl: proper soname handlingNatanael Copa
2010-03-25prettify make cleanBernhard Reutner-Fischer
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-11-22Revert "libc: add hidden calls to pthread cleanup funcs"Austin Foxley
2009-10-22libc: add hidden calls to pthread cleanup funcsMike Frysinger
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-07-26linuxthreads.old: define pthread_yield to sched_yieldMike Frysinger
2009-07-21linuxthreads.old: fix crash in debug codeMike Frysinger
2009-07-21libpthread: add format attribute to __pthread_message()Mike Frysinger
2009-07-20linuxthreads.old: extend workaround for asm rename warningsMike Frysinger
2009-07-05Don't shadow the mask parameter with a local variable in the same functionRon
2009-07-05Check #if feature test macros are defined where they may not beRon
2009-07-05Provide token prototypes for functions that are external but have no headerRon
2009-07-05Add noreturn attributes to some functions that won't ever do soRon
2009-04-09The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj
2009-02-25Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko
2009-01-21- commentary typo fixBernhard Reutner-Fischer
2009-01-12- fix typo in r24594Bernhard Reutner-Fischer
2008-12-29- whitespace cleanup; no obj-code changesBernhard Reutner-Fischer
2008-12-29- pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are notBernhard Reutner-Fischer
2008-12-19remove one forgotten '##'. Heeds:Denis Vlasenko
2008-12-14heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko
2008-12-13make all "XXXhidden_proto(" consistently not use a space before '('Denis Vlasenko
2008-12-11get rid of __libc_* symbols. Some whitespace cleanups.Khem Raj
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-11-25- cosmetic tidy up of clean targetBernhard Reutner-Fischer
2008-11-22signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-31Replace inline with __inline__ in AVR32 pt-machine.h header fileHans-Christian Egtvedt
2008-10-18- do not list non-existing files in the threads prerequisitesBernhard Reutner-Fischer
2008-10-17- fix toggling thread implementation.Bernhard Reutner-Fischer