aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/atomic.9
Commit message (Expand)AuthorAgeFilesLines
* Fix various, mostly minor errors in man pages like:Benedict Reuschling2020-05-031-1/+3
* i386: Implement atomic_load_64(9) and atomic_store_64(9).Konstantin Belousov2019-08-181-2/+2
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* Update HISTORY section for the atomic(9) page.Konstantin Belousov2017-12-221-15/+29
* Document the semantics of atomic_thread_fence operations.Alan Cox2017-12-191-60/+116
* Expand explanation of atomicity.Konstantin Belousov2017-10-231-5/+36
* Add support for 8- and 16-bit atomic_(f)cmpset to x86.Mark Johnston2017-03-221-5/+5
* Fix typoBenjamin Kaduk2017-01-031-1/+1
* Add the upcoming atomic_fcmpset family to the atomic(9) man page.Mateusz Guzik2017-01-031-1/+57
* atomic: Add testandclear on i386/amd64Sepherosa Ziehau2016-05-161-1/+19
* Stop describing an acquire operation as a read barrier and a releaseAlan Cox2015-08-141-43/+62
* Revise the text about the atomicity of the defined operations acrossAlan Cox2015-08-091-13/+17
* The barriers, provided by _acq and _rel atomics, are acquire andKonstantin Belousov2015-06-201-3/+7
* Remove ia64.Marcel Moolenaar2014-07-071-4/+0
* Minor mdoc nit.Joel Dahl2013-08-221-1/+0
* Implement atomic_swap() and atomic_testandset().Jung-uk Kim2013-08-211-17/+66
* mdoc: Garbage collect unused/unneeded macrosUlrich Spörlein2010-05-271-1/+0
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* Attempt to clarify some confusing wording regarding atomic_load() andJohn Baldwin2009-05-211-2/+2
* Implement atomic_fetchadd_long() for all architectures and document it.Pawel Jakub Dawidek2008-03-161-1/+2
* -mdoc sweep.Ruslan Ermilov2005-11-181-1/+1
* - Document atomic_fetchadd(9) and add a MLINK.John Baldwin2005-09-271-8/+38
* Some mdoc(7) fixes:Hiten Pandya2003-05-311-3/+3
* mdoc(7) police: removed raw troff from previous delta.Ruslan Ermilov2002-01-171-18/+13
* mdoc(7) police:Ruslan Ermilov2002-01-101-57/+94
* ispell sweep of share/man/man9/*.Mike Pritchard2002-01-091-1/+1
* Note that the atomic ops on char and short data types may not be availableJake Burkholder2001-12-151-8/+15
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* Fixed double word typo.Jens Schweikhardt2001-07-131-1/+1
* Add 2001 to copyright.John Baldwin2001-03-091-1/+1
* Fixed missing and/or wrong and/or extra includes in synopsis.Bruce Evans2001-02-151-0/+1
* Fix some nits in the globs used to describe the various sets of atomicJohn Baldwin2000-12-081-5/+5
* Add a manpage to document the atomic operations including a quick treatmentJohn Baldwin2000-11-131-0/+286