summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old
Commit message (Expand)AuthorAgeFilesLines
* epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger2011-05-131-0/+13
* commentary typo fixBernhard Reutner-Fischer2011-05-113-3/+3
* The C6X portAurelien Jacquiot2011-03-051-0/+64
* Allow ABIs where SP points below the stack frame.Bernd Schmidt2011-03-051-7/+11
* Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de2011-03-051-0/+1
* remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger2011-03-031-1/+0
* linuxthreads.old: fix nommu initial thread stack detectionMike Frysinger2011-02-242-17/+30
* microblaze: thread supportSteven J. Magnani2010-11-102-0/+123
* enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley2010-04-251-0/+105
* nptl: proper soname handlingNatanael Copa2010-04-221-2/+2
* 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