History log of /netbsd/common/lib/libc/atomic/atomic_and_64_cas.c (Results 1 – 9 of 9)
Revision Date Author Comments
# e2443f41 23-Jun-2014 joerg <joerg@NetBSD.org>

Add aliases for the builtins used to implement C11/C++11 atomics.


# c798884c 28-Jan-2014 joerg <joerg@NetBSD.org>

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.


# 1bbc588a 27-Jan-2014 matt <matt@NetBSD.org>

Return old


# c9405045 27-Jan-2014 matt <matt@NetBSD.org>

Rework so that __sync_fetch_and_<OP>_<N> actually returns a value.


# 78bd9d90 27-Jan-2014 matt <matt@NetBSD.org>

Add __sync_fetch_and_<OP>_<N> aliases


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 695c2bc2 29-Nov-2007 ad <ad@NetBSD.org>

Only build the 64-bit versions if __HAVE_ATOMIC64_OPS.


# 13c86772 28-Nov-2007 ad <ad@NetBSD.org>

Memory barrier in respect of the CAS isn't necessary.


# 79085586 28-Nov-2007 ad <ad@NetBSD.org>

Support files from the thorpej-atomic branch.