CVS commit: src/lib/libc/atomic

2020-09-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 3 00:00:07 UTC 2020 Modified Files: src/lib/libc/atomic: membar_ops.3 Log Message: Update membar_ops(3) man page with examples and relation to C11. Add exhortation to always always always document how membars come in

CVS commit: src/lib/libc/atomic

2020-10-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 9 17:36:16 UTC 2020 Modified Files: src/lib/libc/atomic: membar_ops.3 Log Message: Reword advice about when not to use membar_exit. With help from skrll and pgoyette. While here, change the example so it doesn't viol

CVS commit: src/lib/libc/atomic

2020-10-09 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Oct 9 19:41:03 UTC 2020 Modified Files: src/lib/libc/atomic: membar_ops.3 Log Message: Add italic correction to _Atomic-qualified. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/atomic/membar_ops.3 P

CVS commit: src/lib/libc/atomic

2010-02-12 Thread David Young
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

CVS commit: src/lib/libc/atomic

2009-05-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 18 12:37:28 UTC 2009 Modified Files: src/lib/libc/atomic: atomic_ops.3 Log Message: Fix typo in Dd argument. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/atomic/atomic_ops.3 Please note that dif

CVS commit: src/lib/libc/atomic

2009-05-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 18 12:39:17 UTC 2009 Modified Files: src/lib/libc/atomic: membar_ops.3 Log Message: Fix typo in Dd argument. Remove superfluous .Pp. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/atomic/membar_ops

CVS commit: src/lib/libc/atomic

2009-05-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 18 12:40:22 UTC 2009 Modified Files: src/lib/libc/atomic: atomic_ops.3 Log Message: Punctuation nit. Remove superfluous .Pp. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/atomic/atomic_ops.3 Plea

CVS commit: src/lib/libc/atomic

2010-04-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Apr 14 08:47:19 UTC 2010 Modified Files: src/lib/libc/atomic: atomic_ops.3 Log Message: Use subtitles instead of a list. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/atomic/atomic_ops.3 Please no

CVS commit: src/lib/libc/atomic

2010-04-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Apr 14 08:49:49 UTC 2010 Modified Files: src/lib/libc/atomic: atomic_ops.3 Log Message: Bump date for previous. (How hard can it be to remember this.) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/

CVS commit: src/lib/libc/atomic

2011-04-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Apr 28 11:56:26 UTC 2011 Modified Files: src/lib/libc/atomic: membar_ops.3 Log Message: Fix a typo. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/atomic/membar_ops.3 Please note that diffs are not pu

CVS commit: src/lib/libc/atomic

2016-08-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 27 08:03:13 UTC 2016 Modified Files: src/lib/libc/atomic: Makefile.inc Log Message: Add MLINKS for atomic_add_nv, atomic_cas_ni, and so forth - otherwise you have to remember that they're the same page as plain atomic_ad

CVS commit: src/lib/libc/atomic

2014-02-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 2 17:30:06 UTC 2014 Modified Files: src/lib/libc/atomic: atomic_cas.3 Log Message: Rework description for clarity; prompted by chat comments from bad@. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/l

CVS commit: src/lib/libc/atomic

2014-02-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 2 17:32:38 UTC 2014 Modified Files: src/lib/libc/atomic: atomic_cas.3 Log Message: Reorg second paragraph too, to group related info together. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/a

CVS commit: src/lib/libc/atomic

2014-02-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 2 18:06:33 UTC 2014 Modified Files: src/lib/libc/atomic: atomic_cas.3 Log Message: bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/atomic/atomic_cas.3 Please note that

CVS commit: src/lib/libc/atomic

2017-10-24 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Oct 24 18:19:17 UTC 2017 Modified Files: src/lib/libc/atomic: membar_ops.3 Log Message: Add membar_datadep_consumer to the NAME section Remove Pp before Bl To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib

CVS commit: src/lib/libc/atomic

2018-02-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 7 09:55:35 UTC 2018 Modified Files: src/lib/libc/atomic: atomic_ops.3 Log Message: Fix typo, from Eitan Adler. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/atomic/atomic_ops.3 Please note th

CVS commit: src/lib/libc/atomic

2018-02-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 7 09:59:56 UTC 2018 Modified Files: src/lib/libc/atomic: atomic_ops.3 Log Message: Bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/atomic/atomic_ops.3 Please note that di

CVS commit: src/lib/libc/atomic

2018-06-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 16 08:11:33 UTC 2018 Modified Files: src/lib/libc/atomic: atomic_and.3 atomic_ops.3 atomic_or.3 Log Message: atomic_and/atomic_or do bitwise ops, not logical ops. To generate a diff of this commit: cvs rdiff -u -r1.1 -