Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new atomic_fetchadd() primitive that atomically adds a value to a | jhb | 2005-09-27 | 1 | -0/+3 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -1/+1 |
* | Use unsigned types for the arguments of the atomic(9) operations, | marius | 2004-05-22 | 1 | -4/+4 |
* | Switch from BSD-style u_intXX_t to ISO C99 uintXX_t. | marius | 2004-05-22 | 1 | -1/+1 |
* | Make the atomic arithmetic functions return the old value, since they're | jake | 2002-12-21 | 1 | -40/+38 |
* | Use ASI_P instead of ASI_N if _KERNEL isn't defined so that these | jake | 2001-12-29 | 1 | -2/+10 |
* | Add atomic_load and store functions without membars, fwiw. | jake | 2001-09-03 | 1 | -5/+24 |
* | The author isn't a [UC] Regents. Correct the copyright language. | obrien | 2001-08-09 | 1 | -2/+2 |
* | Flesh out the sparc64 port considerably. This contains: | jake | 2001-07-31 | 1 | -309/+223 |
* | Add skeleton machine dependent headers and c files for a port of freebsd | jake | 2001-07-31 | 1 | -0/+352 |