summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch
AgeCommit message (Expand)Author
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
2002-01-02fp and pc are 64 bit.Artur Grabowski
2001-12-18sigh, do it right.Federico G. Schwindt
2001-12-18Fix func decl. in comment.Federico G. Schwindt
2001-12-18Software invoked traps should use the ST_ versions of the trap numberMarco S Hyman
2001-09-10Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc,Jason Wright
2001-09-10Our gcc defines __sparcv9__ not __sparc_v9__Jason Wright
2001-03-13typo in commentDavid Leonard
2001-02-21Define struct _machdep_state again for libc_r to compile on mvme88k.Miod Vallat
2001-01-27Stubs for vax. (build at least)Hugh Graham
2000-10-05missed it by That MuchDavid Leonard
2000-10-05Use volatile on the __asm__ directives, do not allow the compiler to reorderDale S. Rahn
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...David Leonard
2000-10-03public domainDavid Leonard
2000-10-03constistent namingDavid Leonard
2000-10-03thread switching codeDavid Leonard
2000-09-25prepare for switching threadsDavid Leonard
2000-09-25prepare for thread switchingDavid Leonard
2000-09-25preparation for switch-based threadsDavid Leonard
2000-01-06use art's thread context setjmp codeDavid Leonard
2000-01-06thread context setjmp code, art@David Leonard
1999-11-25sync with FreeBSDDavid Leonard
1999-05-26add mb (memory barrier) instruction. from FreeBSDDavid Leonard
1999-04-21First cut at powerpc support for uthread. Not complete.Dale S. Rahn
1999-03-10no need to save signal state in setjmp/longjmp - it will always be the same, ...David Leonard