summaryrefslogtreecommitdiffstats
path: root/libpthread
Commit message (Expand)AuthorAgeFilesLines
* LT pthread_atfork: unhideHenning Heinold2010-02-212-11/+4
* linuxthreads.old: fix crash in debug codeMike Frysinger2009-10-121-1/+1
* linuxthreads.old: extend workaround for asm rename warningsMike Frysinger2009-10-122-0/+12
* fix compilation of linuxthreads for sparc64Austin Foxley2009-10-122-3/+0
* The attached patches fixes the problems found bringing up uclibc on coldfire ...Khem Raj2009-10-121-1/+1
* fix compilation of linuxthreads for sparc add myself to MAINTAINERS for sparcaustinf2009-10-125-16/+15
* add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko2009-10-122-0/+208
* linuxthreads fixes from Will Newton (will.newton AT gmail.com): * share Sys V...Denis Vlasenko2009-10-127-29/+46
* Move kernel-features.h header from the linuxthread directory to a common one ...Carmelo Amoroso2009-10-1211-90/+10
* - pull r24948 from trunk (commentary typo)Bernhard Reutner-Fischer2009-01-212-2/+2
* - sync with LTBernhard Reutner-Fischer2008-11-181-29/+12
* - less verbose make cleanBernhard Reutner-Fischer2008-11-075-14/+14
* Resync pt-machine.h for AVR32 linuxthreads and linuxthreads.oldHans-Christian Egtvedt2008-10-311-2/+2
* Replace inline with __inline__ in AVR32 pt-machine.h header fileHans-Christian Egtvedt2008-10-312-2/+2
* - tidy up inline:Bernhard Reutner-Fischer2008-10-241-1/+1
* - do not list non-existing files in the threads prerequisitesBernhard Reutner-Fischer2008-10-184-8/+4
* - fix toggling thread implementation.Bernhard Reutner-Fischer2008-10-174-24/+36
* - 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-034-13/+14
* - remove some duplicate includesBernhard Reutner-Fischer2008-09-301-2/+0
* - add prototypesBernhard Reutner-Fischer2008-09-251-2/+1
* - if we only have socket support then there is no resolver state:Bernhard Reutner-Fischer2008-09-251-2/+9
* Add globally __stringify macro in libc-symbols.h.Carmelo Amoroso2008-09-252-6/+2
* Use __SH_SYSCALL_TRAP_BASE for pthread vfork trap, as it willPaul Mundt2008-09-241-1/+2
* Use getdents syscall if kernel provide supports for thisCarmelo Amoroso2008-09-091-0/+8
* Fix up an msync() redefinition for linuxthreads + nommu systems,Paul Mundt2008-08-211-1/+2
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-2313-48/+48
* - fix inline keywordBernhard Reutner-Fischer2008-07-2326-82/+82
* - 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-174-12/+0
* - Improve prerequisites and avoid spurious reconfigurations.Bernhard Reutner-Fischer2008-06-092-12/+20
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-044-32/+26
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-014-10/+10
* - pull commentary fixes from upstreamBernhard Reutner-Fischer2008-05-282-11/+25
* convert two more static ints used as flags to smallintsDenis Vlasenko2008-05-221-1/+1
* 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-192-2/+2
* 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-072-0/+4
* - 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 segfault in __pthread_initialize_minimal in linuxthreadsCarmelo Amoroso2008-04-221-1/+1
* Fix whitespace damage in AVR32 pt-machine.h in libpthread, linuxthreads and l...Hans-Christian Egtvedt2008-04-162-46/+46
* use the __extern_always_inline define from cdefs.h instead of duplicating gcc...Mike Frysinger2008-01-0639-159/+39