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
/
sparc64
/
atomic
Age
Commit message (
Expand
)
Author
2022-04-09
Introduce membar_acquire/release. Deprecate membar_enter/exit.
riastradh
2022-04-09
sparc64/membar_ops: Upgrade membar_enter from R/RW to RW/RW.
riastradh
2022-04-09
sparc64: Fix membar_sync by issuing membar #StoreLoad.
riastradh
2022-04-06
Nix trailing whitespace in files of membars, atomics, and lock stubs.
riastradh
2015-10-18
Fix 64-bit atomic operations on 32-bit kernel and userland, and add
nakayama
2011-01-17
Move SPARC and SPARC64 to modern CPP. Update UPDATING note for this and
joerg
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-05-25
enable profiling of assembly functions.
chs
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-09
Use %xcc for 64-bit comparisons.
nakayama
2008-02-12
Correct a dodgy alias.
ad
2008-02-11
Only build atomic ops for libkern/libc.
ad
2008-02-10
Enable the atomic ops in userspace.
ad
2008-02-10
Add atomic_cas_foo_ni().
ad
2008-01-22
Use __arch64__ instead of __sparc64__, since -D__sparc64__ is appended
nakayama
2008-01-12
Don't put membar in the delay slot. thorpej@ says it may be problematic.
ad
2007-12-22
- provide 32 bit versions of the sparc v9 atomic ops.
mrg
2007-11-30
This is atomic_dec, not atomic_inc!
ad
2007-11-29
Fix the aliases.
ad
2007-11-28
Pull in sparc64 atomic ops from the thorpej-atomic branch.
ad
2007-11-28
Memory barriers for sparc64. XXX Can the 'membar' go in retl delay slot?
ad