summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old
Commit message (Expand)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-252-6/+6
* check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-171-3/+3
* Revert "libc: add hidden calls to pthread cleanup funcs"Austin Foxley2009-11-222-4/+0
* libc: add hidden calls to pthread cleanup funcsMike Frysinger2009-10-222-0/+4
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-183-5/+2
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-2/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-11/+14
* linuxthreads.old: define pthread_yield to sched_yieldMike Frysinger2009-07-261-0/+5
* linuxthreads.old: fix crash in debug codeMike Frysinger2009-07-211-1/+1
* libpthread: add format attribute to __pthread_message()Mike Frysinger2009-07-212-3/+4
* linuxthreads.old: extend workaround for asm rename warningsMike Frysinger2009-07-202-0/+12
* Don't shadow the mask parameter with a local variable in the same functionRon2009-07-051-2/+2
* Check #if feature test macros are defined where they may not beRon2009-07-055-9/+9
* Provide token prototypes for functions that are external but have no headerRon2009-07-051-2/+2
* Add noreturn attributes to some functions that won't ever do soRon2009-07-051-2/+2
* The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj2009-04-091-1/+1
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-253-10/+11
* - commentary typo fixBernhard Reutner-Fischer2009-01-211-1/+1
* - fix typo in r24594Bernhard Reutner-Fischer2009-01-121-2/+2
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-291-1/+1
* - pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are notBernhard Reutner-Fischer2008-12-292-0/+4
* remove one forgotten '##'. Heeds:Denis Vlasenko2008-12-191-1/+1
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-143-3/+3
* make all "XXXhidden_proto(" consistently not use a space before '('Denis Vlasenko2008-12-131-1/+1
* get rid of __libc_* symbols. Some whitespace cleanups.Khem Raj2008-12-111-27/+27
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-105-29/+21
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-011-2/+1
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-012-8/+0
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-013-11/+13
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-291-3/+5
* - cosmetic tidy up of clean targetBernhard Reutner-Fischer2008-11-251-2/+2
* signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko2008-11-221-5/+4
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-182-2/+3
* - less verbose make cleanBernhard Reutner-Fischer2008-11-072-5/+5
* Replace inline with __inline__ in AVR32 pt-machine.h header fileHans-Christian Egtvedt2008-10-311-1/+1
* - do not list non-existing files in the threads prerequisitesBernhard Reutner-Fischer2008-10-181-2/+1
* - fix toggling thread implementation.Bernhard Reutner-Fischer2008-10-171-7/+8
* - guard socket calls with UCLIBC_HAS_SOCKETBernhard Reutner-Fischer2008-10-171-1/+2
* Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj2008-10-112-8/+80
* - silence warningBernhard Reutner-Fischer2008-10-061-1/+1
* - use c89-style commentsBernhard Reutner-Fischer2008-10-032-8/+9
* Add globally __stringify macro in libc-symbols.h.Carmelo Amoroso2008-09-251-3/+1
* Fix up an msync() redefinition for linuxthreads + nommu systems,Paul Mundt2008-08-211-1/+2
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-2310-43/+43
* - fix inline keywordBernhard Reutner-Fischer2008-07-239-27/+27
* - fix asm and volatile keywordsBernhard Reutner-Fischer2008-07-231-2/+2
* - move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer2008-06-171-3/+0
* - Improve prerequisites and avoid spurious reconfigurations.Bernhard Reutner-Fischer2008-06-091-6/+10
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-041-14/+11
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-011-2/+2