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
Age
Commit message (
Expand
)
Author
2009-12-14
Merge from matt-nb5-mips64
matt
2009-08-21
__strong_alias(foo,foo) is... pointless.
skrll
2009-01-30
Make sure _atomic_cas_fn is initialised for "weirdo environments" such
skrll
2008-06-23
+atomic_cas_*_ni
ad
2008-06-23
Install manual pages for the atomic ops.
ad
2008-04-30
Convert TNF licenses to new 2 clause variant
martin
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-11
Clarify what membar_enter/membar_exit provide.
ad
2008-02-11
Note many of the restrictions, and clarify the section on global
ad
2008-02-10
Fix name of the init function.
ad
2008-02-10
Add atomic_cas_foo_ni().
ad
2008-02-09
Some glue for atomic ops in userspace.
ad
2007-12-04
Correct what must obviously be a cut+paste-induced set of typos.
he
2007-12-02
Typo fixes.
wiz
2007-11-29
atomic_add_* takes signed integers, the others take unsigned.
ad
2007-11-29
Add inc/dec variants that use atomic_cas in preference to atomic_add.
ad
2007-11-29
membar_read/write are gone.
ad
2007-11-29
Only build the 64-bit versions if __HAVE_ATOMIC64_OPS.
ad
2007-11-28
Memory barrier in respect of the CAS isn't necessary.
ad
2007-11-28
Support files from the thorpej-atomic branch.
ad