summaryrefslogtreecommitdiff
path: root/lib/libc_r/arch
AgeCommit message (Expand)Author
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
1999-03-10tidyDavid Leonard
1999-03-10correct asm constraints, espie@; cite m680x0 user manualDavid Leonard
1999-03-10correct asm constraints, espie@David Leonard
1999-03-03m88k addition.Steve Murphree
1999-02-07implement sparc atomic lock with LDSTUBDavid Leonard
1999-02-04Save/restore the fp state setjmp/longjmp does notNiklas Hallqvist
1999-02-03comment out broken float save stuff for the time beingDavid Leonard
1999-02-02arc fixes for libc_rimp
1999-01-17mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)David Leonard
1999-01-10note pathological problemDavid Leonard
1999-01-10use <machine/reg>David Leonard
1999-01-08move spinlock.h into the real worldDavid Leonard
1998-12-22Correct a thinko I had when writing the comment for this code.Dale S. Rahn
1998-12-21MD locking and thread support for hppaMichael Shalayeff
1998-12-21more spinlockDavid Leonard
1998-12-21md spinlockDavid Leonard
1998-12-21md spinlockDavid Leonard
1998-12-21unfinished powerpc md stuff.. rahnds?David Leonard
1998-12-18add md _atomic_is_locked; cleanDavid Leonard
1998-11-20Move atomic_lock code from asm to C with inline asm;David Leonard
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
1998-08-28somehow i missed this directory..David Leonard