Home | History | Annotate | Download | only in atomic
History log of /src/common/lib/libc/atomic/atomic_add_64_cas.c
RevisionDateAuthorComments
 1.9  23-Jun-2014  joerg branches: 1.9.24;
Add aliases for the builtins used to implement C11/C++11 atomics.
 1.8  28-Jan-2014  joerg branches: 1.8.2;
Allow building with clang.
XXX __RENAME is currently not allowed for the kernel, so use plain asm.
Clang rejects definitions of builtins, so it doesn't work without.
 1.7  27-Jan-2014  matt Rework so that __sync_fetch_and_<OP>_<N> actually returns a value.
 1.6  27-Jan-2014  matt Add __sync_fetch_and_add_8 alias
 1.5  28-Apr-2008  martin branches: 1.5.4; 1.5.26;
Remove clause 3 and 4 from TNF licenses
 1.4  29-Nov-2007  ad branches: 1.4.4; 1.4.8;
Only build the 64-bit versions if __HAVE_ATOMIC64_OPS.
 1.3  28-Nov-2007  ad Memory barrier in respect of the CAS isn't necessary.
 1.2  28-Nov-2007  ad Support files from the thorpej-atomic branch.
 1.1  13-Apr-2007  thorpej branches: 1.1.2;
file atomic_add_64_cas.c was initially added on branch thorpej-atomic.
 1.1.2.4  22-Apr-2007  thorpej Make sure namespace-cleansed aliases are avaialble for all atomic ops.
 1.1.2.3  17-Apr-2007  thorpej Work around pesky macro argument expansion rules.
 1.1.2.2  16-Apr-2007  thorpej Namespace protection for atomic operations.
 1.1.2.1  13-Apr-2007  thorpej Add generic atomic_add routines built on atomic_cas.
 1.4.8.1  18-May-2008  yamt sync with head.
 1.4.4.2  09-Jan-2008  matt sync with HEAD
 1.4.4.1  29-Nov-2007  matt file atomic_add_64_cas.c was added on branch matt-armv6 on 2008-01-09 01:21:18 +0000
 1.5.26.1  19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.4.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8.2.1  10-Aug-2014  tls Rebase.
 1.9.24.2  21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.9.24.1  21-Apr-2020  martin Sync with HEAD

RSS XML Feed