summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - pull commentary fixes from upstreamBernhard Reutner-Fischer2008-05-281-5/+12
* add an URL to relevant gcc bugzilla entryDenis Vlasenko2008-05-201-2/+3
* suppress "asm declaration ignored due to conflict with previous rename"Denis Vlasenko2008-05-201-0/+20
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-203-6/+4
* - avoid warning due to undefined preprocessor tokenBernhard Reutner-Fischer2008-05-201-1/+1
* - avoid warning due to undefined preprocessor tokenBernhard Reutner-Fischer2008-05-201-18/+2
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* make sure we store the function pointers to the real push/pop functions rathe...Mike Frysinger2008-05-151-2/+2
* Remove gcc warning due to missing prototype for 'testandset'Carmelo Amoroso2008-05-071-0/+2
* - cleanup by manually expanding the helpers.Bernhard Reutner-Fischer2008-05-031-13/+14
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-246-15/+15
* Fix whitespace damage in AVR32 pt-machine.h in libpthread, linuxthreads and l...Hans-Christian Egtvedt2008-04-161-23/+23
* use the __extern_always_inline define from cdefs.h instead of duplicating gcc...Mike Frysinger2008-01-0621-97/+21
* - fixup gnu_inline vs. C99 inlineBernhard Reutner-Fischer2008-01-0518-53/+137
* Chris Zankel writes:Mike Frysinger2008-01-051-0/+48
* A better atomic ops implementation for the Blackfin, relying on a featureBernd Schmidt2007-11-231-10/+38
* Add hidden symbols for a number of pthread functions, and use them to ensureBernd Schmidt2007-11-226-1/+98
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-161-0/+73
* - use the compiler-driver instead of the linkerBernhard Reutner-Fischer2007-10-131-1/+1
* tweak msync prototype to match headerMike Frysinger2007-06-291-1/+1