summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old
AgeCommit message (Expand)Author
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
2008-10-17- guard socket calls with UCLIBC_HAS_SOCKETBernhard Reutner-Fischer
2008-10-11Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj
2008-10-06- silence warningBernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-09-25Add globally __stringify macro in libc-symbols.h.Carmelo Amoroso
2008-08-21Fix up an msync() redefinition for linuxthreads + nommu systems,Paul Mundt
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-07-23- fix asm and volatile keywordsBernhard Reutner-Fischer
2008-06-17- move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer
2008-06-09- Improve prerequisites and avoid spurious reconfigurations.Bernhard Reutner-Fischer