| Commit message (Expand) | Author | Age | Files | Lines |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | cperciva | 2004-02-10 | 1 | -2/+0 |
* | Make libc/${MACHINE_ARCH} include directory not required by Alpha. | ru | 2003-07-02 | 1 | -1/+1 |
* | Update for amd64 after repocopy from i386/ | peter | 2003-06-02 | 1 | -2/+1 |
* | Add an implementation of _atomic_lock for sparc64. This was submitted by | tmm | 2003-01-05 | 1 | -0/+45 |
* | 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 |