| Commit message (Expand) | Author | Age | Files | Lines |
| * | Define mb(), rmb() and wmb() for real. | Marcel Moolenaar | 2008-11-22 | 1 | -3/+3 |
| * | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | Kip Macy | 2008-11-22 | 1 | -0/+4 |
| * | Work-around a compiler optimization bug, that broke libthr. Massive | Marcel Moolenaar | 2008-05-28 | 1 | -1/+1 |
| * | Implement atomic_fetchadd_long() for all architectures and document it. | Pawel Jakub Dawidek | 2008-03-16 | 1 | -0/+11 |
| * | Define atomic_readandclear_ptr. | Jason Evans | 2007-11-27 | 1 | -0/+1 |
| * | Add casts to some of the more commonly used pointer-type atomic | Marcel Moolenaar | 2007-07-30 | 1 | -5/+14 |
| * | Add a new atomic_fetchadd() primitive that atomically adds a value to a | John Baldwin | 2005-09-27 | 1 | -0/+19 |
| * | Convert the atomic_ptr() operations over to operating on uintptr_t | John Baldwin | 2005-07-15 | 1 | -58/+19 |
| * | For the atomic_{add|clear|set|subtract} family of inlines, return the | Marcel Moolenaar | 2004-09-22 | 1 | -2/+4 |
| * | MFp4: various style fixes, including | Marcel Moolenaar | 2004-09-22 | 1 | -237/+228 |
| * | Simplify IA64_CMPXCHG to avoid having braced-groups in expressions. | Marcel Moolenaar | 2002-05-19 | 1 | -20/+22 |
| * | Implement atomic_{set,clear,add,subtract}_{acq_,rel_,}_ptr() | John Baldwin | 2000-10-25 | 1 | -12/+26 |
| * | * Various fixes to breakage introduced by the atomic and mutex reorgs. | Doug Rabson | 2000-10-24 | 1 | -9/+21 |
| * | - Expand the set of atomic operations to optionally include memory barriers | John Baldwin | 2000-10-20 | 1 | -57/+207 |
| * | * Add rudimentary DDB support (no kgdb, no backtrace, no single step). | Doug Rabson | 2000-10-10 | 1 | -0/+23 |
| * | This is the first snapshot of the FreeBSD/ia64 kernel. This kernel will | Doug Rabson | 2000-09-29 | 1 | -0/+190 |