summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch
AgeCommit message (Expand)Author
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-10Goodbye, MIT pthreads... you were a handy reference implementationDavid 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
1998-07-23forgot to add this one.Peter Galbavy
1998-07-22o removed more unused or old, left over filesPeter Galbavy
1998-07-21move unchanged files from machdep/ into appropriate arch/${MACHINE}Peter Galbavy
1997-04-13Initial support for pthreads on m68k frombriggs
1995-10-18initial import of NetBSD treeTheo de Raadt