summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch
AgeCommit message (Expand)Author
2006-02-06typos from alexey dobriyan;Jason McIntyre
2005-12-14My email address changed quite a while ago...Dale Rahn
2005-11-25don't ask; ok drahnTheo de Raadt
2004-11-02Convert float register save to new 64 bit ABI requirements.Per Fogelstrom
2004-09-09 couple of changes (int -> long) to handle 64 bits.Per Fogelstrom
2004-08-11mips->mips64Per Fogelstrom
2004-03-02Use double load/store instructions whenever possible.Miod Vallat
2004-02-2788k uthread stuff. some regress succeeds, a few others still fail. ThisTheo de Raadt
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
2004-02-25Apply my copyrights to these files which I wrote. none of the oldDale Rahn
2004-02-25copyrightsTheo de Raadt
2004-02-25initial working pthreads support from sparc64, done with drahn. there areTheo de Raadt
2004-02-21if cpu has fxsr, use fxsave instead; ok marcTheo de Raadt
2004-02-21Implement the arm pthreads pieces, only two regress fails, preemption_floatDale Rahn
2004-02-09Add copyright to code where I forgot, thx wouter.Dale Rahn
2004-02-09Add arm support files for libpthread.Dale Rahn
2004-02-06remove silly stub file for alpha and only try to compile _atomic_lock.cBrad Smith
2004-02-02remove sparcv9 code.Brad Smith
2004-02-02sparc -> sparc64Brad Smith
2004-01-28the rest of the libs stuff; from art@ againMichael Shalayeff
2003-10-26Real atomic locks for m88k.Miod Vallat
2003-06-02Strict prototypes.Miod Vallat
2003-05-27libpthread support for vax, at last.Miod Vallat
2003-05-19Missing licenceMiod Vallat
2003-02-14- save and restore %fsr, too.Jason Wright
2003-02-10priviledged -> privileged from David Krause via Henning BrauerMarco S Hyman
2003-01-31typoTheo de Raadt
2003-01-31stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc.Jason Wright
2003-01-31Create a siginfo_t for thread-to-thread kill.Marco S Hyman
2003-01-27Save all floating point registers to full register sized fields, notDale Rahn
2003-01-26save fpu context (needs optimization)Jason Wright
2003-01-24On save:Jason Wright
2003-01-24Save FPU state (unconditionally)Jason Wright
2003-01-24save i386 fpu stateMarco S Hyman
2003-01-23stubs for functions needed by the vaxMarco S Hyman
2003-01-16make it compileMichael Shalayeff
2002-12-12use ldl_l/stl_c instead of ldq_l and ldq_c as _spinlock_lock_tMarco S Hyman
2002-11-29Foward; torh@bogus.netTheo de Raadt
2002-11-12Fix the C version of atomic lock so that the compiler will not shareDale Rahn
2002-11-01Working atomic locks on vax for libc_r.Miod Vallat
2002-11-01md part for hppa should look like this, at the first lookMichael Shalayeff
2002-10-11remove unused/unreferenced code.Marco S Hyman
2002-08-25fix comment.Brad Smith
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-06-06Implement _atomic_lock in assembler to make it more readable.Artur Grabowski
2002-05-10Cast u_int64_t explicitly, not long. (cosmetic)Artur Grabowski
2002-02-08required piece to compile the libMichael Shalayeff
2002-01-04Let's start by making the stack pointer 64 bit and nobody will get hurt.Artur Grabowski
2002-01-02correct fram size.Artur Grabowski
2002-01-02fp and pc are 64 bit.Artur Grabowski