summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-014-116/+0
| | | | | Like autumn leaves on water don't fear the tedu@
* the license on this is PD; david leonard says soderaadt2008-10-021-1/+3
|
* Strict prototypes.miod2003-06-021-2/+4
|
* remove unused/unreferenced code.marc2002-10-111-8/+1
| | | | ok fgs@
* switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads.d2000-10-041-38/+4
|
* prepare for switching threadsd2000-09-252-0/+70
|
* sync with FreeBSDd1999-11-251-3/+3
|
* correct asm constraints, espie@; cite m680x0 user manuald1999-03-101-3/+11
|
* Goodbye, MIT pthreads... you were a handy reference implementationd1999-03-104-359/+0
|
* mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)d1999-01-171-1/+3
|
* move spinlock.h into the real worldd1999-01-081-6/+0
|
* more spinlockd1998-12-211-2/+2
|
* md spinlockd1998-12-212-10/+16
|
* add md _atomic_is_locked; cleand1998-12-181-1/+9
|
* Move atomic_lock code from asm to C with inline asm;d1998-11-202-0/+65
| | | | | Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs.
* move unchanged files from machdep/ into appropriate arch/${MACHINE}peter1998-07-211-12/+40
| | | | | | | | directories. These files have been renamed as appropriate, but hackers of these files should note those that started off as netbsd files (alpha and sparc). also moved machdep/openbsd-2.0/ to include/sys/
* Initial support for pthreads on m68k frombriggs1997-04-134-0/+331
David Leonard <david.leonard@it.uq.edu.au>.