Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement the lock with a cmpxchg instruction instead of a xchg. | marcel | 2002-11-16 | 1 | -2/+3 |
* | Add an ia64 atomic lock primitive for libc_r. This is mostly for | peter | 2002-07-20 | 1 | -0/+48 |
* | Change #include "DEFS.h" to <machine/asm.h>. | peter | 2001-10-25 | 2 | -2/+2 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 2 | -6/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -5/+5 |
* | Change to a code sequence which is more likely to work on SMP systems. | dfr | 1998-09-16 | 1 | -20/+8 |
* | Delete the atomic unlock function since it is no longer required. | jb | 1998-06-09 | 2 | -30/+10 |
* | Atomic lock asm code for the alpha version of libc_r. | jb | 1998-06-09 | 1 | -0/+57 |
* | Atomic lock source. | jb | 1998-04-29 | 2 | -0/+110 |