History log of /freebsd-9.3-release/share/man/man9/atomic.9
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 208594 27-May-2010 uqs

mdoc: Garbage collect unused/unneeded macros


# 206622 14-Apr-2010 uqs

mdoc: order prologue macros consistently by Dd/Dt/Os

Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by: ru
Approved by: philip, ed (mentors)


# 192536 21-May-2009 jhb

Attempt to clarify some confusing wording regarding atomic_load() and
atomic_store().


# 177276 16-Mar-2008 pjd

Implement atomic_fetchadd_long() for all architectures and document it.

Reviewed by: attilio, jhb, jeff, kris (as a part of the uidinfo_waitfree.patch)


# 152569 18-Nov-2005 ru

-mdoc sweep.


# 150628 27-Sep-2005 jhb

- Document atomic_fetchadd(9) and add a MLINK.
- Add arm and ppc to the list of archs not supporting operations on 64-bit
integers.
- Update the sample code for acquiring a mutex to be more recent and to
take into account the recent atomic_foo_ptr() changes.

MFC after: 1 week


# 115440 31-May-2003 hmp

Some mdoc(7) fixes:

Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately.
The .Ar mdoc(7) specifier should only be used when displaying command line
arguments.

Approved by: des (mentor)


# 89462 17-Jan-2002 ru

mdoc(7) police: removed raw troff from previous delta.

Objected to by: mpp, jhb


# 89192 10-Jan-2002 ru

mdoc(7) police:

- make SYNOPSIS look better with some troff magic
- tidy up the markup


# 89124 09-Jan-2002 mpp

ispell sweep of share/man/man9/*.


# 87999 15-Dec-2001 jake

Note that the atomic ops on char and short data types may not be available
on all architectures. Sparc64 does not implement them.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 79687 13-Jul-2001 schweikh

Fixed double word typo.
MFC after: 7 days


# 74011 09-Mar-2001 jhb

Add 2001 to copyright.


# 72512 15-Feb-2001 bde

Fixed missing and/or wrong and/or extra includes in synopsis.


# 69782 08-Dec-2000 jhb

Fix some nits in the globs used to describe the various sets of atomic
operations.

Submitted by: jake, jasone


# 68685 13-Nov-2000 jhb

Add a manpage to document the atomic operations including a quick treatment
of memory barriers and the newish atomic variants that include them.

Reviewed by: sheldonh