5cdb0f8408
New in OpenPA v1.0.2: Major Changes: * Add support for 64-bit PPC. * Static initializer macros for OPA types. balaji (1): * Fix pthread_mutex usage for inter-process shared memory regions. buntinas (1): * added OPA typedef for pthread_mutex_t fortnern (4): * Add more tests for compare-and-swap. * Add integer compare-and-swap fairness test. * Add pointer version of compare-and-swap fairness test. * Added configure test for pthread_yield. goodell (6): * Fix bad include guard in the opa_by_lock.h header. * Add new "unsafe" primitives. Also minor updates to the docs. * Add support for 64-bit PPC. * Update README to reflect 64-bit PPC support. * Add static initializer macros for OPA_int_t/OPA_ptr_t. * Actually include the COPYRIGHT and CHANGELOG files in the distribution. jayesh (1): * Fixed compiler warnings in NT intrinsics. Now type casting the arguments to NT intrinsics correctly
21 lines
736 B
Text
21 lines
736 B
Text
@comment $NetBSD: PLIST,v 1.2 2009/12/11 03:58:37 asau Exp $
|
|
include/opa_config.h
|
|
include/opa_primitives.h
|
|
include/opa_queue.h
|
|
include/opa_util.h
|
|
include/primitives/opa_by_lock.h
|
|
include/primitives/opa_emulated.h
|
|
include/primitives/opa_gcc_ia64.h
|
|
include/primitives/opa_gcc_intel_32_64.h
|
|
include/primitives/opa_gcc_intel_32_64_barrier.h
|
|
include/primitives/opa_gcc_intel_32_64_ops.h
|
|
include/primitives/opa_gcc_intel_32_64_p3.h
|
|
include/primitives/opa_gcc_intel_32_64_p3barrier.h
|
|
include/primitives/opa_gcc_intrinsics.h
|
|
include/primitives/opa_gcc_ppc.h
|
|
include/primitives/opa_gcc_sicortex.h
|
|
include/primitives/opa_nt_intrinsics.h
|
|
include/primitives/opa_sun_atomic_ops.h
|
|
include/primitives/opa_unsafe.h
|
|
lib/libopa.a
|
|
share/doc/openpa/README
|