diff options
author | pettai <pettai@pkgsrc.org> | 2012-11-13 23:21:33 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-11-13 23:21:33 +0000 |
commit | 51638c7e34ae70f8ab9fcd15c0e569aa082a5408 (patch) | |
tree | 1eae7d62f77c6ce58e1cbbaf074bae7a6b88b69a /devel | |
parent | 39e6ded2cdc43cdb9239c1d9507cc0f76fba15c8 (diff) | |
download | pkgsrc-51638c7e34ae70f8ab9fcd15c0e569aa082a5408.tar.gz |
Userspace RCU 0.7.5
* 19cf3ae Fix: call_rcu list corruption on teardown
* Ensure that read-side functions meet 10-line LGPL criterion
* tls-compat.h: document sigaltstack(2) limitation
* urcu: add notice to URCU_TLS() for it is not strictly async-signal-safe
* Document sigaltstack(2) limitation
* Documentation: update LICENSE file
Userspace RCU 0.7.4
* rculfhash API documentation: document destroy RCU read-lock constraint
* Fix: rculfhash should be offline while waiting for resize to complete
* Add missing entry to gitignore
* urcu: move busy-wait code and name it ___cds_wfq_node_sync_next()
* urcu: fix compat_futex_noasync()
* urcu: add hint to DEFINE_URCU_TLS() for compound types
* Fix: CAA_BUILD_BUG_ON should refer to CAA_BUILD_BUG_ON_ZERO
* Add MIPS support
* Compatibility: remove bash-ismsm from test scripts
* Fix inappropriate lib behavior: don't call exit()
* Fix: re-enable compatibility with autoconf < 2.64
* Fix c99 compatibility: use __asm__ and __volatile__ in public headers
* Fix c99 compatibility: use __typeof__ instead of typeof in public headers
* warning fix: tests urcutorture for NetBSD 5
Diffstat (limited to 'devel')
-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 9bfc32e5d96..34fee12c2e7 100644 --- a/devel/userspace-rcu/Makefile +++ b/devel/userspace-rcu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2012/10/31 11:19:52 asau Exp $ +# $NetBSD: Makefile,v 1.3 2012/11/13 23:21:33 pettai Exp $ # -DISTNAME= userspace-rcu-0.7.3 +DISTNAME= userspace-rcu-0.7.5 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 901e23b406f..e5d45d099bf 100644 --- a/devel/userspace-rcu/PLIST +++ b/devel/userspace-rcu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2012/09/30 22:06:17 pettai Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/11/13 23:21:33 pettai Exp $ include/urcu-bp.h include/urcu-call-rcu.h include/urcu-defer.h @@ -23,6 +23,7 @@ include/urcu/rculfqueue.h include/urcu/rculfstack.h include/urcu/rculist.h include/urcu/ref.h +include/urcu/static/bkp-wfqueue.h include/urcu/static/rculfqueue.h include/urcu/static/rculfstack.h include/urcu/static/urcu-bp.h diff --git a/devel/userspace-rcu/distinfo b/devel/userspace-rcu/distinfo index 8e1db2c70bc..d1e95911fa0 100644 --- a/devel/userspace-rcu/distinfo +++ b/devel/userspace-rcu/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/09/30 22:06:17 pettai Exp $ +$NetBSD: distinfo,v 1.2 2012/11/13 23:21:33 pettai Exp $ -SHA1 (userspace-rcu-0.7.3.tar.bz2) = 0585e06068f766c42602b32c20baf241258440ba -RMD160 (userspace-rcu-0.7.3.tar.bz2) = 96efc29d11339334adda3b8917aa74d2878d03fb -Size (userspace-rcu-0.7.3.tar.bz2) = 385350 bytes +SHA1 (userspace-rcu-0.7.5.tar.bz2) = b61b8325c8ccd4ad3ac649b89181529b4d3f2653 +RMD160 (userspace-rcu-0.7.5.tar.bz2) = 96bb73402c332db53a58c23969bf312bafcecb3c +Size (userspace-rcu-0.7.5.tar.bz2) = 383705 bytes |