summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-0154-2774/+0
* Unbreak build of libpthread on hppa/hppa64 by using correct type injsing2011-11-142-4/+4
* Initial hppa64 code drop; not finished yet, but this at least allows us tokettenis2011-08-043-0/+131
* Don't try to outsmart gcc inline assembler when saving the cpsr in themiod2011-08-031-4/+4
* Revert previous commit: if gcc picks a memory operand for the asm thenguenther2011-01-041-2/+2
* Make this compile with llvm-clang; problem pointed out by Amit Kulkarniguenther2010-12-311-2/+2
* Sync with amd64, to allow this to compile without warnings with gcc4:miod2010-12-031-5/+5
* Use __attribute__ ((aligned (16)), to make sure the FPU state is alignedkettenis2010-06-301-3/+3
* Make sure that we really mark the FPU registers clean.kettenis2010-05-251-2/+2
* A much better atomic lock routine.miod2009-06-011-43/+9
* Correct the _atomic_lock() asm so that gcc accepts the constraintsguenther2009-06-011-4/+4
* these are public domain, verified with author; spotted by jjderaadt2009-02-151-1/+4
* the license on this is PD; david leonard says soderaadt2008-10-023-3/+9
* Assert my copyright on files I gave to d@ back in 1998.drahn2008-10-011-1/+17
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Properly align stack such that code that uses SSE2 instructions doesn't crash.kettenis2008-01-281-3/+7
* On hppa, function pointers may be be pointers to PLT entries. Handle thosekettenis2007-07-071-1/+12
* Move landisk to hardware floating point. At the moment the FPU context ismiod2007-03-022-9/+77
* pthread bits for sh; help deraadt@, ok kettenis@miod2007-02-194-3/+116
* Use correct define to detect soft fpu on arm, dont complain on lint so much.drahn2006-11-241-8/+4
* Preliminary userland bits for OpenBSD/landisk, many things coming frommiod2006-10-102-0/+64
* powerpc stack needs a bit more headroom; needed because of mmap()edotto2006-09-291-2/+2
* - due to the fninit() in _thread_machdep_save_float_state() all calls tokurt2006-04-061-5/+16
* typos from alexey dobriyan;jmc2006-02-061-2/+2
* My email address changed quite a while ago...drahn2005-12-141-2/+2
* don't ask; ok drahnderaadt2005-11-251-1/+5
* Convert float register save to new 64 bit ABI requirements.pefo2004-11-022-14/+58
* couple of changes (int -> long) to handle 64 bits.pefo2004-09-093-44/+45
* mips->mips64pefo2004-08-115-5/+5
* Use double load/store instructions whenever possible.miod2004-03-022-72/+45
* 88k uthread stuff. some regress succeeds, a few others still fail. Thisderaadt2004-02-274-2/+188
* change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt2004-02-274-248/+0
* Apply my copyrights to these files which I wrote. none of the olddrahn2004-02-252-4/+50
* copyrightsderaadt2004-02-258-4/+116
* initial working pthreads support from sparc64, done with drahn. there arederaadt2004-02-258-20/+298
* if cpu has fxsr, use fxsave instead; ok marcderaadt2004-02-212-11/+45
* Implement the arm pthreads pieces, only two regress fails, preemption_floatdrahn2004-02-212-158/+95
* Add copyright to code where I forgot, thx wouter.drahn2004-02-091-2/+27
* Add arm support files for libpthread.drahn2004-02-094-0/+250
* remove silly stub file for alpha and only try to compile _atomic_lock.cbrad2004-02-061-6/+0
* remove sparcv9 code.brad2004-02-021-8/+2
* sparc -> sparc64brad2004-02-023-6/+10
* the rest of the libs stuff; from art@ againmickey2004-01-288-0/+106
* Real atomic locks for m88k.miod2003-10-261-3/+41
* Strict prototypes.miod2003-06-021-2/+4
* libpthread support for vax, at last.miod2003-05-272-13/+66
* Missing licencemiod2003-05-191-1/+2
* - save and restore %fsr, too.jason2003-02-141-1/+15
* priviledged -> privileged from David Krause via Henning Brauermarc2003-02-101-2/+2
* typoderaadt2003-01-312-4/+4