History log of /freebsd/share/man/man9/atomic.9 (Results 51 – 75 of 86)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0
# 25c8b07f 27-May-2010 Ulrich Spörlein <uqs@FreeBSD.org>

mdoc: Garbage collect unused/unneeded macros


# a4bf5fb9 28-Apr-2010 Kirk McKusick <mckusick@FreeBSD.org>

Update to current version of head.


# aa12cea2 14-Apr-2010 Ulrich Spörlein <uqs@FreeBSD.org>

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
Appro

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)

show more ...


Revision tags: release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0
# 10b3b545 17-Sep-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Merge from head


# 2e370a5c 26-May-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Merge from HEAD


# e6b08944 21-May-2009 John Baldwin <jhb@FreeBSD.org>

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


Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0
# 6eb4157f 16-Mar-2008 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Implement atomic_fetchadd_long() for all architectures and document it.

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


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0
# 78ad5421 18-Nov-2005 Ruslan Ermilov <ru@FreeBSD.org>

-mdoc sweep.


Revision tags: release/6.0.0_cvs, release/6.0.0
# 4ea211a4 27-Sep-2005 John Baldwin <jhb@FreeBSD.org>

- 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

- 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

show more ...


Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0
# 0640e9e0 31-May-2003 Hiten Pandya <hmp@FreeBSD.org>

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: de

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)

show more ...


Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs
# c6a51f1c 17-Jan-2002 Ruslan Ermilov <ru@FreeBSD.org>

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

Objected to by: mpp, jhb


# 2be6c09f 10-Jan-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police:

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


# b82af3f5 09-Jan-2002 Mike Pritchard <mpp@FreeBSD.org>

ispell sweep of share/man/man9/*.


# c645e17a 15-Dec-2001 Jake Burkholder <jake@FreeBSD.org>

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


# 32eef9ae 01-Oct-2001 Ruslan Ermilov <ru@FreeBSD.org>

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


# d1ed27b6 13-Jul-2001 Jens Schweikhardt <schweikh@FreeBSD.org>

Fixed double word typo.
MFC after: 7 days


Revision tags: release/4.3.0_cvs, release/4.3.0
# d265f300 09-Mar-2001 John Baldwin <jhb@FreeBSD.org>

Add 2001 to copyright.


# 2ba5bb1f 15-Feb-2001 Bruce Evans <bde@FreeBSD.org>

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


# baeb94c7 08-Dec-2000 John Baldwin <jhb@FreeBSD.org>

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

Submitted by: jake, jasone


Revision tags: release/4.2.0
# eaca6183 13-Nov-2000 John Baldwin <jhb@FreeBSD.org>

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


# 2e370a5c 26-May-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Merge from HEAD


# e6b08944 21-May-2009 John Baldwin <jhb@FreeBSD.org>

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


Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0
# 6eb4157f 16-Mar-2008 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Implement atomic_fetchadd_long() for all architectures and document it.

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


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0
# 78ad5421 18-Nov-2005 Ruslan Ermilov <ru@FreeBSD.org>

-mdoc sweep.


Revision tags: release/6.0.0_cvs, release/6.0.0
# 4ea211a4 27-Sep-2005 John Baldwin <jhb@FreeBSD.org>

- 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

- 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

show more ...


1234