pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/userspace-rcu 2014-11-04 Userspace RCU 0.8.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84e8348885ff
branches:  trunk
changeset: 641541:84e8348885ff
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Mon Nov 10 20:59:39 2014 +0000

description:
2014-11-04 Userspace RCU 0.8.6
        * Fix: silence gcc -Wextra warning
        * compiler: use __GNUC__ instead of the undefined __GNUC_MAJOR__
        * Fix: lfstack reversed empty/non-empty return value
        * lfstack: fix: add missing __cds_lfs_init

2014-10-21 Userspace RCU 0.8.5
        * Fix: preserve example files' timestamps when copying
        * rculfhash: remove duplicated code
        * rculfhash: handle pthread_create failures
        * rculfhash: fall back to single-threaded resize on calloc failure
        * x86: drop extra semi-colon in caa_cpu_relax
        * Fix: Use after free in rcu_barrier()
        * Fix: rcu_barrier(): uninitialized futex field
        * call_rcu threads should clear their PAUSED flag when they unpause
        * Fix: bring back dummy rcu_bp_exit symbol

diffstat:

 devel/userspace-rcu/Makefile |  4 ++--
 devel/userspace-rcu/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r afe940a6c0b7 -r 84e8348885ff devel/userspace-rcu/Makefile
--- a/devel/userspace-rcu/Makefile      Mon Nov 10 20:58:09 2014 +0000
+++ b/devel/userspace-rcu/Makefile      Mon Nov 10 20:59:39 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2014/03/09 19:16:37 pettai Exp $
+# $NetBSD: Makefile,v 1.9 2014/11/10 20:59:39 pettai Exp $
 #
 
-DISTNAME=      userspace-rcu-0.8.4
+DISTNAME=      userspace-rcu-0.8.6
 CATEGORIES=    devel
 MASTER_SITES=  http://lttng.org/files/urcu/
 EXTRACT_SUFX=  .tar.bz2
diff -r afe940a6c0b7 -r 84e8348885ff devel/userspace-rcu/distinfo
--- a/devel/userspace-rcu/distinfo      Mon Nov 10 20:58:09 2014 +0000
+++ b/devel/userspace-rcu/distinfo      Mon Nov 10 20:59:39 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2014/03/09 19:16:37 pettai Exp $
+$NetBSD: distinfo,v 1.8 2014/11/10 20:59:39 pettai Exp $
 
-SHA1 (userspace-rcu-0.8.4.tar.bz2) = 4b3bf1b76e6ea50d9a56d9e5e00df2cc7c4d610f
-RMD160 (userspace-rcu-0.8.4.tar.bz2) = 3d2aba984641cee507129f8209c14d34e45233b7
-Size (userspace-rcu-0.8.4.tar.bz2) = 418911 bytes
+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



Home | Main Index | Thread Index | Old Index