pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/userspace-rcu 2015-04-28 Userspace RCU 0.8.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce20ba4bae6a
branches:  trunk
changeset: 652165:ce20ba4bae6a
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Tue May 26 14:32:57 2015 +0000

description:
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:

 devel/userspace-rcu/Makefile |  4 ++--
 devel/userspace-rcu/PLIST    |  3 ++-
 devel/userspace-rcu/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r 5b6d4df49091 -r ce20ba4bae6a devel/userspace-rcu/Makefile
--- a/devel/userspace-rcu/Makefile      Tue May 26 13:56:16 2015 +0000
+++ b/devel/userspace-rcu/Makefile      Tue May 26 14:32:57 2015 +0000
@@ -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 -r 5b6d4df49091 -r ce20ba4bae6a devel/userspace-rcu/PLIST
--- a/devel/userspace-rcu/PLIST Tue May 26 13:56:16 2015 +0000
+++ b/devel/userspace-rcu/PLIST Tue May 26 14:32:57 2015 +0000
@@ -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/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 -r 5b6d4df49091 -r ce20ba4bae6a devel/userspace-rcu/distinfo
--- a/devel/userspace-rcu/distinfo      Tue May 26 13:56:16 2015 +0000
+++ b/devel/userspace-rcu/distinfo      Tue May 26 14:32:57 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index