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
This commit is contained in:
pettai 2012-11-13 23:21:33 +00:00
parent 39e6ded2cd
commit 51638c7e34
3 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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