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
/
atomic
/
atomic_init_testset.c
Age
Commit message (
Expand
)
Author
2019-02-18
Add some atomic_cas_64_ni aliases
martin
2014-02-27
Add atomic_cas_64 support for ARM EABI on V5TE and V5TEJ cpus.
matt
2014-02-24
Provide CAS variants for 16 and 8 bit when running with more that 1 cpu
martin
2014-02-22
Try to hide the C runtime implementation specific __sync_* ops from librump,
martin
2014-01-29
Fix a few more copy&pastos - now it actually builds.
martin
2014-01-29
Fix copy&pasto
martin
2014-01-27
Add _atomic_cas_16 and _atomic_cas_8 and their aliases
matt
2013-08-21
Use __section(".test.startup") for the init routines
matt
2012-02-28
Make sure to create the right aliases.
joerg
2009-12-14
Merge from matt-nb5-mips64
matt
2009-01-30
Make sure _atomic_cas_fn is initialised for "weirdo environments" such
skrll
2008-04-29
Implement _atomic_cas_up() in assembly code as the compiler cannot be
scw
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-11
Put back a __predict_false removed during testing and fix atomic_cas_mp().
ad
2008-02-10
Add atomic_cas_foo_ni().
ad
2008-02-09
Some glue for atomic ops in userspace.
ad