summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bernd Schmidt writes: make sure custom stacks work properly for no-mmuMike Frysinger2007-05-311-0/+7
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-191-1/+1
* call kernel helper to do spinlocksMike Frysinger2007-02-201-21/+14
* 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-113-1/+8
* 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-081-3/+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
* merge fixes from upstream (rev 1.10 -> 1.13)Mike Frysinger2006-08-241-2/+5
* use sched_yield, not pthread_yieldMike Frysinger2006-03-051-12/+0
* need types.h for size_t as pointed out in buildlogMike Frysinger2006-02-281-0/+1
* import ia64 linuxthreads filesMike Frysinger2006-02-274-0/+304
* Added support for the new CRISv32 architecture.Peter Kjellerstedt2006-02-231-9/+15
* Make use of CFLAGS-OMIT-filePeter S. Mazinger2006-02-231-3/+4
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-184-18/+18
* make headers more quietMike Frysinger2006-02-181-4/+4
* DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger2006-02-151-5/+5
* fix warning when building on non-mmu hostsMike Frysinger2006-02-041-0/+2
* typoPeter S. Mazinger2006-02-011-1/+1
* same in oldPeter S. Mazinger2006-02-011-1/+5
* Add IMA compilingPeter S. Mazinger2006-01-301-10/+18
* prototypes for threads tooPeter S. Mazinger2006-01-266-3/+25
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+2
* Modify the earlier changes, because libc-lock references __pthread_mutex*, do...Peter S. Mazinger2006-01-254-30/+33
* make use of the internals provided earlierPeter S. Mazinger2006-01-255-23/+28
* Keep only hidden __pthread_mutex_* used in libc, change pthread_mutex_* to us...Peter S. Mazinger2006-01-251-17/+19
* Remove unused prototypePeter S. Mazinger2006-01-251-2/+0
* user internal versions of waitpid/raise/nanosleepPeter S. Mazinger2006-01-252-1/+5
* provide internal nanosleep/waitpid/sigaction/raisePeter S. Mazinger2006-01-252-1/+9
* longjmp should use __libc_longjmp, use __typeof again now that it works corre...Peter S. Mazinger2006-01-251-3/+3
* s/IS_IN_linuxthreads/IS_IN_libpthread/Peter S. Mazinger2006-01-251-1/+1
* Get rid of a shadow warningPeter S. Mazinger2006-01-241-2/+2
* add noreturn for *longjmpPeter S. Mazinger2006-01-241-4/+4
* waitpid undefinedPeter S. Mazinger2006-01-241-0/+1