diff options
author | pettai <pettai@pkgsrc.org> | 2015-05-26 14:32:57 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2015-05-26 14:32:57 +0000 |
commit | 2455abf8c449a56d507b9c90125cfebae29c3d88 (patch) | |
tree | b7b290b33b243ab000b8670fab4d3b86670f5c0e /devel/userspace-rcu | |
parent | d646c82ede69b170e5f29bd2f5e6b4d83445f851 (diff) | |
download | pkgsrc-2455abf8c449a56d507b9c90125cfebae29c3d88.tar.gz |
2015-04-28 Userspace RCU 0.8.7
* Fix: deadlock when thread join is issued in read-side C.S.
* Fix: rename RCU_DEBUG to DEBUG_RCU in urcu-qsbr.h
* Mark braced-groups within expressions with __extension__
* Fix: compat_futex_noasync race condition
* Fix: documentation: urcu-pointer.h: s/rcu_dereference_pointer/rcu_dereference/
* Fix: call rcu should call internal RCU API
Diffstat (limited to 'devel/userspace-rcu')
-rw-r--r-- | devel/userspace-rcu/Makefile | 4 | ||||
-rw-r--r-- | devel/userspace-rcu/PLIST | 3 | ||||
-rw-r--r-- | devel/userspace-rcu/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/userspace-rcu/Makefile b/devel/userspace-rcu/Makefile index afea218cc1f..7b9fa9e6f21 100644 --- a/devel/userspace-rcu/Makefile +++ b/devel/userspace-rcu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2015/01/04 02:53:44 dholland Exp $ +# $NetBSD: Makefile,v 1.11 2015/05/26 14:32:57 pettai Exp $ # -DISTNAME= userspace-rcu-0.8.6 +DISTNAME= userspace-rcu-0.8.7 CATEGORIES= devel MASTER_SITES= http://lttng.org/files/urcu/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/userspace-rcu/PLIST b/devel/userspace-rcu/PLIST index 5f828447a62..e3e27881037 100644 --- a/devel/userspace-rcu/PLIST +++ b/devel/userspace-rcu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2014/01/31 22:01:40 pettai Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/05/26 14:32:57 pettai Exp $ include/urcu-bp.h include/urcu-call-rcu.h include/urcu-defer.h @@ -16,6 +16,7 @@ include/urcu/hlist.h include/urcu/lfstack.h include/urcu/list.h include/urcu/map/urcu-bp.h +include/urcu/map/urcu-mp.h include/urcu/map/urcu-qsbr.h include/urcu/map/urcu.h include/urcu/rcuhlist.h diff --git a/devel/userspace-rcu/distinfo b/devel/userspace-rcu/distinfo index 26e3c2136d8..0ffe76f3431 100644 --- a/devel/userspace-rcu/distinfo +++ b/devel/userspace-rcu/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/03/19 19:14:26 joerg Exp $ +$NetBSD: distinfo,v 1.10 2015/05/26 14:32:57 pettai Exp $ -SHA1 (userspace-rcu-0.8.6.tar.bz2) = f10e9bf812557cd0c2a35a277e04010ec278d25d -RMD160 (userspace-rcu-0.8.6.tar.bz2) = 4d40678ed27a78768cea1947e54a2b510b52fa33 -Size (userspace-rcu-0.8.6.tar.bz2) = 424037 bytes +SHA1 (userspace-rcu-0.8.7.tar.bz2) = 5306999b8a3296f3dea91246d92e0a993d732898 +RMD160 (userspace-rcu-0.8.7.tar.bz2) = 284d80e80787cb6c91696984813031a810a61bd8 +Size (userspace-rcu-0.8.7.tar.bz2) = 425072 bytes SHA1 (patch-urcu_uatomic_generic.h) = 6492e58d704805b29e9dce119c76ebdf615adddc |