index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
lib
/
libc
/
arch
/
mips
/
atomic
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2023-03-30
libc: Define __atomic_is_lock_free.
riastradh
2021-04-25
use ${MACHINE_MIPS64}
christos
2019-02-28
Add missing atomic_and_{8,16}_nv_cas.c for __sync_and_and_fetch_{1,2}.
isaki
2014-10-13
Provide <atomic> C++ 2011 support functions for mips and sh3.
martin
2014-02-24
Provide cas_16 and cas_8 emulation via cas_32 and use that for mips64
martin
2014-02-21
Provide all __sync_* ops in libc.
martin
2009-12-14
Merge from matt-nb5-mips64
matt
2009-01-04
allow inclusion of atomic ops in librump
pooka
2008-09-29
Allow atomic ops to be built as part of libpthread.
ad
2008-04-30
Assembly _atomic_cas_up() for mips. PR lib/38482.
ad
2008-02-11
Only build atomic ops for libkern/libc.
ad
2008-02-10
Enable the atomic ops in userspace.
ad
2007-11-30
Memory barriers for MIPS.
ad
2007-11-29
Use the CAS-based inc/dec variants, since these CPUs don't have atomic
ad
2007-11-29
Make the 64-bit operations available when possible.
ad
2007-11-29
Atomic ops for MIPS. Use the CAS functions already provided by the kernel,
ad