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