summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/amd64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-014-248/+0
| | | | | Like autumn leaves on water don't fear the tedu@
* Revert previous commit: if gcc picks a memory operand for the asm thenguenther2011-01-041-2/+2
| | | | | 'movl' will result in an assembler error. Sorry llvm-clang users: fix your compiler to match gcc+as
* Make this compile with llvm-clang; problem pointed out by Amit Kulkarniguenther2010-12-311-2/+2
|
* Correct the _atomic_lock() asm so that gcc accepts the constraintsguenther2009-06-011-4/+4
| | | | | | when compiling without optimization; fix copied from the kernel's atomic.h ok miod@
* copyrightsderaadt2004-02-254-2/+58
|
* initial working pthreads support from sparc64, done with drahn. there arederaadt2004-02-254-10/+149
| | | | | some `debugging features' and other optimizations (such as not saving all registers) that we can still do perhaps
* the rest of the libs stuff; from art@ againmickey2004-01-284-0/+53