Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc: Garbage collect unused/unneeded macros | uqs | 2010-05-27 | 1 | -1/+0 |
| | |||||
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
| | | | | | | | | 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) | ||||
* | Attempt to clarify some confusing wording regarding atomic_load() and | jhb | 2009-05-21 | 1 | -2/+2 |
| | | | | atomic_store(). | ||||
* | Implement atomic_fetchadd_long() for all architectures and document it. | pjd | 2008-03-16 | 1 | -1/+2 |
| | | | | Reviewed by: attilio, jhb, jeff, kris (as a part of the uidinfo_waitfree.patch) | ||||
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -1/+1 |
| | |||||
* | - Document atomic_fetchadd(9) and add a MLINK. | jhb | 2005-09-27 | 1 | -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: | hmp | 2003-05-31 | 1 | -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. | ru | 2002-01-17 | 1 | -18/+13 |
| | | | | Objected to by: mpp, jhb | ||||
* | mdoc(7) police: | ru | 2002-01-10 | 1 | -57/+94 |
| | | | | | - make SYNOPSIS look better with some troff magic - tidy up the markup | ||||
* | ispell sweep of share/man/man9/*. | mpp | 2002-01-09 | 1 | -1/+1 |
| | |||||
* | Note that the atomic ops on char and short data types may not be available | jake | 2001-12-15 | 1 | -8/+15 |
| | | | | on all architectures. Sparc64 does not implement them. | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -2/+2 |
| | |||||
* | Fixed double word typo. | schweikh | 2001-07-13 | 1 | -1/+1 |
| | | | | MFC after: 7 days | ||||
* | Add 2001 to copyright. | jhb | 2001-03-09 | 1 | -1/+1 |
| | |||||
* | Fixed missing and/or wrong and/or extra includes in synopsis. | bde | 2001-02-15 | 1 | -0/+1 |
| | |||||
* | Fix some nits in the globs used to describe the various sets of atomic | jhb | 2000-12-08 | 1 | -5/+5 |
| | | | | | | operations. Submitted by: jake, jasone | ||||
* | Add a manpage to document the atomic operations including a quick treatment | jhb | 2000-11-13 | 1 | -0/+286 |
of memory barriers and the newish atomic variants that include them. Reviewed by: sheldonh |