Module Name:src
Committed By: ad
Date: Wed Sep 6 20:17:43 UTC 2023
Modified Files:
src/lib/libc/atomic: atomic_ops.3
Log Message:
Node that aarch64 implements CAS.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/atomic/atomic_ops.3
Please note
Module Name:src
Committed By: ad
Date: Wed Sep 6 20:17:43 UTC 2023
Modified Files:
src/lib/libc/atomic: atomic_ops.3
Log Message:
Node that aarch64 implements CAS.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/atomic/atomic_ops.3
Please note
Module Name:src
Committed By: riastradh
Date: Tue Feb 15 22:46:53 UTC 2022
Modified Files:
src/lib/libc/atomic: membar_ops.3
Log Message:
membar_ops(3): xref bus_dma, bus_space in SEE ALSO section too
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/li
Module Name:src
Committed By: riastradh
Date: Tue Feb 15 22:46:53 UTC 2022
Modified Files:
src/lib/libc/atomic: membar_ops.3
Log Message:
membar_ops(3): xref bus_dma, bus_space in SEE ALSO section too
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/li
Module Name:src
Committed By: dyoung
Date: Fri Feb 12 22:23:17 UTC 2010
Modified Files:
src/lib/libc/atomic: atomic_cas.3
Log Message:
With help from rmind@, describe the non-interlocked (*_ni) variants of
the standard atomic compare-and-swap operations. Tell some caveats