summaryrefslogtreecommitdiffstats
path: root/libpthread
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - fixup gnu_inline vs. C99 inlineBernhard Reutner-Fischer2008-01-0530-98/+214
* 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-162-0/+146
* - use the compiler-driver instead of the linkerBernhard Reutner-Fischer2007-10-134-6/+6
* tweak msync prototype to match headerMike Frysinger2007-06-291-1/+1
* Bernd Schmidt writes: make sure custom stacks work properly for no-mmuMike Frysinger2007-05-311-0/+7
* Remove preprocessor warning due to missing definition of USE_TLSKhem Raj2007-05-151-1/+1
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-194-4/+4
* call kernel helper to do spinlocksMike Frysinger2007-02-201-21/+14
* - silence warning about using an undefined tokenBernhard Reutner-Fischer2007-02-051-1/+1
* since these functions get exported, namespace the argumentsMike Frysinger2007-01-291-8/+8
* Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund2007-01-116-5/+20
* only define msync cancellation point if the syscall existsMike Frysinger2006-12-081-0/+2
* finish the pthread locking cleanups. This should get things compiling againEric Andersen2006-12-082-6/+0
* remove redundant headers local to libpthread, causing headerEric Andersen2006-11-293-311/+0
* prevent cancellation functions from being called more than onceMike Frysinger2006-11-091-3/+7
* backport from upstream:Mike Frysinger2006-11-099-22/+63
* backport from upstream:Mike Frysinger2006-11-092-0/+13
* remove duplicated/unused ASSERT codeMike Frysinger2006-11-035-33/+0
* dont need to force optimization in CFLAGS anymore (if this fails your compile...Mike Frysinger2006-11-031-5/+0
* Joseph S. Myers writes:Eric Andersen2006-10-19171-544/+0
* merge fixes from upstream (rev 1.10 -> 1.13)Mike Frysinger2006-08-241-2/+5
* pull from upstreamMike Frysinger2006-08-233-4/+13
* Change symbol 'NOSTRIP' to 'DOSTRIP' since the double negativesEric Andersen2006-07-042-2/+2
* Now new linuxthreads builds w/ SHAREDPeter S. Mazinger2006-03-243-11/+8
* Remove redundant redefine of __clonePeter S. Mazinger2006-03-241-2/+0
* Guard GL(name) and it's users w/ SHAREDPeter S. Mazinger2006-03-241-1/+3
* update ignoresMike Frysinger2006-03-103-3/+3
* shouldnt have been added to svnMike Frysinger2006-03-101-1/+0
* sync with glibc CVSMike Frysinger2006-03-1023-37/+37
* try to get libpthread built w/ -DSHARED, what to do w/ _dl_load_lock?Peter S. Mazinger2006-03-101-0/+6