Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove silly stub file for alpha and only try to compile _atomic_lock.c | 2004-02-06 | 1 | -6/+0 | |
| | | | | | | if it actually exists. ok marc@ | ||||
* | remove unused/unreferenced code. | 2002-10-11 | 1 | -10/+1 | |
| | | | | ok fgs@ | ||||
* | Implement _atomic_lock in assembler to make it more readable. | 2002-06-06 | 1 | -34/+3 | |
| | | | | | | plus some various assembler improvements. Tested by various people a few months ago and in my tree for almost 6 months now. | ||||
* | add mb (memory barrier) instruction. from FreeBSD | 1999-05-26 | 1 | -6/+10 | |
| | |||||
* | more spinlock | 1998-12-21 | 1 | -2/+2 | |
| | |||||
* | md spinlock | 1998-12-21 | 1 | -10/+10 | |
| | |||||
* | add md _atomic_is_locked; clean | 1998-12-18 | 1 | -2/+11 | |
| | |||||
* | Move atomic_lock code from asm to C with inline asm; | 1998-11-20 | 1 | -0/+33 | |
Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs. |