diff options
author | pettai <pettai> | 2013-09-14 06:47:12 +0000 |
---|---|---|
committer | pettai <pettai> | 2013-09-14 06:47:12 +0000 |
commit | ac1e84278fe2e672200f233fddc4ca82842cf502 (patch) | |
tree | 265659f5959b2838ef0a6c4963204e49e2680fbc /devel | |
parent | 2f4c1f0f1827683f8301c1d923ae1285aa7f4ae8 (diff) | |
download | pkgsrc-ac1e84278fe2e672200f233fddc4ca82842cf502.tar.gz |
Userspace RCU 0.7.8
* Fix: hash table growth (for small tables) should be limited
* Document build work-around on MacOS X
* Fix tests: use of uninitialized variables
* tests: add missing unsigned long casts to pthread_self()
Userspace RCU 0.7.7
* rculfhash: document destroy context limitation
* Fix: Use a filled signal mask to disable all signals
* Document: rculfhash destroy and resize side-effect in 0.7
* Add "sparc" host cpu to configure.ac
* Fix: tests/api.h use cpuset.h
* Fix hurd-i386: move cpuset tests outside of sched_setaffinity conditional
* Fix tests: finer-grained use of CPU_SET, CPU_ZERO and cpu_set_t
* Test for CPU_SET
* Fix build on architectures with HAVE_SCHED_GETCPU but without HAVE_SYSCONF
* README: document that Clang 3.0 (based on LLVM 3.0) is supported
* clang: silence "unused expression result" warning
* rculfhash: add assertions on node alignment
* uatomic: style fix
Diffstat (limited to 'devel')
-rw-r--r-- | devel/userspace-rcu/Makefile | 4 | ||||
-rw-r--r-- | devel/userspace-rcu/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/userspace-rcu/Makefile b/devel/userspace-rcu/Makefile index fc23935b3e1..f3b624cff07 100644 --- a/devel/userspace-rcu/Makefile +++ b/devel/userspace-rcu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/03/15 23:49:57 pettai Exp $ +# $NetBSD: Makefile,v 1.5 2013/09/14 06:47:12 pettai Exp $ # -DISTNAME= userspace-rcu-0.7.6 +DISTNAME= userspace-rcu-0.7.8 CATEGORIES= devel MASTER_SITES= http://lttng.org/files/urcu/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/userspace-rcu/distinfo b/devel/userspace-rcu/distinfo index b4473ed8571..9be2a218379 100644 --- a/devel/userspace-rcu/distinfo +++ b/devel/userspace-rcu/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/03/15 23:49:57 pettai Exp $ +$NetBSD: distinfo,v 1.4 2013/09/14 06:47:12 pettai Exp $ -SHA1 (userspace-rcu-0.7.6.tar.bz2) = 86975fcad5678af31f9730bd7c7dd69046116f5e -RMD160 (userspace-rcu-0.7.6.tar.bz2) = 4a8a5094ad472a4e5922b71e44bab19e6bf10465 -Size (userspace-rcu-0.7.6.tar.bz2) = 393590 bytes +SHA1 (userspace-rcu-0.7.8.tar.bz2) = ffdf81151847bc1d8e389a23d421292d6fa22428 +RMD160 (userspace-rcu-0.7.8.tar.bz2) = 5ee8164e6b56955c421065616402ec73615cd6e6 +Size (userspace-rcu-0.7.8.tar.bz2) = 384585 bytes |