summaryrefslogtreecommitdiffstats
path: root/share/man/man9/atomic.9
Commit message (Collapse)AuthorAgeFilesLines
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-1/+2
| | | | Reviewed by: attilio, jhb, jeff, kris (as a part of the uidinfo_waitfree.patch)
* -mdoc sweep.ru2005-11-181-1/+1
|
* - Document atomic_fetchadd(9) and add a MLINK.jhb2005-09-271-8/+38
| | | | | | | | | - 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
* Some mdoc(7) fixes:hmp2003-05-311-3/+3
| | | | | | | | 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)
* mdoc(7) police: removed raw troff from previous delta.ru2002-01-171-18/+13
| | | | Objected to by: mpp, jhb
* mdoc(7) police:ru2002-01-101-57/+94
| | | | | - make SYNOPSIS look better with some troff magic - tidy up the markup
* ispell sweep of share/man/man9/*.mpp2002-01-091-1/+1
|
* Note that the atomic ops on char and short data types may not be availablejake2001-12-151-8/+15
| | | | on all architectures. Sparc64 does not implement them.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Fixed double word typo.schweikh2001-07-131-1/+1
| | | | MFC after: 7 days
* Add 2001 to copyright.jhb2001-03-091-1/+1
|
* Fixed missing and/or wrong and/or extra includes in synopsis.bde2001-02-151-0/+1
|
* Fix some nits in the globs used to describe the various sets of atomicjhb2000-12-081-5/+5
| | | | | | operations. Submitted by: jake, jasone
* Add a manpage to document the atomic operations including a quick treatmentjhb2000-11-131-0/+286
of memory barriers and the newish atomic variants that include them. Reviewed by: sheldonh
OpenPOWER on IntegriCloud