Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | So passes uthreads | 2012-09-01 | 4 | -116/+0 | |
| | | | | | Like autumn leaves on water don't fear the tedu@ | ||||
* | the license on this is PD; david leonard says so | 2008-10-02 | 1 | -1/+3 | |
| | |||||
* | Strict prototypes. | 2003-06-02 | 1 | -2/+4 | |
| | |||||
* | remove unused/unreferenced code. | 2002-10-11 | 1 | -8/+1 | |
| | | | | ok fgs@ | ||||
* | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads. | 2000-10-04 | 1 | -38/+4 | |
| | |||||
* | prepare for switching threads | 2000-09-25 | 2 | -0/+70 | |
| | |||||
* | sync with FreeBSD | 1999-11-25 | 1 | -3/+3 | |
| | |||||
* | correct asm constraints, espie@; cite m680x0 user manual | 1999-03-10 | 1 | -3/+11 | |
| | |||||
* | Goodbye, MIT pthreads... you were a handy reference implementation | 1999-03-10 | 4 | -359/+0 | |
| | |||||
* | mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu) | 1999-01-17 | 1 | -1/+3 | |
| | |||||
* | move spinlock.h into the real world | 1999-01-08 | 1 | -6/+0 | |
| | |||||
* | more spinlock | 1998-12-21 | 1 | -2/+2 | |
| | |||||
* | md spinlock | 1998-12-21 | 2 | -10/+16 | |
| | |||||
* | add md _atomic_is_locked; clean | 1998-12-18 | 1 | -1/+9 | |
| | |||||
* | Move atomic_lock code from asm to C with inline asm; | 1998-11-20 | 2 | -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} | 1998-07-21 | 1 | -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 from | 1997-04-13 | 4 | -0/+331 | |
David Leonard <david.leonard@it.uq.edu.au>. |