Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 34D4EA64A7 for ; Fri, 31 Jan 2014 22:01:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9B63A14A1E0; Fri, 31 Jan 2014 22:01:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B97B14A1C4 for ; Fri, 31 Jan 2014 22:01:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id cvI3qgWmUhcY for ; Fri, 31 Jan 2014 22:01:40 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5521914A1BE for ; Fri, 31 Jan 2014 22:01:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4EFEE96; Fri, 31 Jan 2014 22:01:40 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 31 Jan 2014 22:01:40 +0000 From: "Fredrik Pettai" Subject: CVS commit: pkgsrc/devel/userspace-rcu To: pkgsrc-changes@NetBSD.org Reply-To: pettai@netbsd.org X-Mailer: log_accum Message-Id: <20140131220140.4EFEE96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: pettai Date: Fri Jan 31 22:01:40 UTC 2014 Modified Files: pkgsrc/devel/userspace-rcu: Makefile PLIST distinfo Log Message: 2013-11-12 Userspace RCU 0.8.1 * tls-compat: fix comment typo * Keep ABI compatible with already compiled LGPL applications * Fix: tls-compat multi-lib conflict * Use cross compiler for doc examples * gcc warning fixes: -Wsign-compare and -Wextra * Fix: urcu-qsbr: reversed logic on RCU_DEBUG * Fix: urcu-bp segfault in glibc pthread_kill() * Fix urcu-bp: don't move registry * Fix: compat futex duplicated lock and completion * Fix: i386 compat code duplicated mutex instances * Fix: urcu-bp: Bulletproof RCU arena resize bug * Fix: test_mutex.c uninitialized mutex 2013-09-06 Userspace RCU 0.8.0 * Fix: hash table growth (for small tables) should be limited * Introduce URCU_INLINE_SMALL_FUNCTIONS * urcu signal: remove assertion on exit * hlist/rcuhlist update * rcuhlist: make pointer stores atomic * hlist, rcuhlist: cleanup coding style * rculist: ensure atomic updates of next pointers * rculist: implement cds_list_add_tail_rcu * rculist.h and list.h style cleanup * example makefile: add missing cd .. * Fix: examples Makefile on FreeBSD * Implement thread-id.h wrapper * Fix: don't build examples in static builds * Add QSBR minimal example * compiler.h: implement CAA_ARRAY_SIZE() * rcu barrier: handle OOM die urcu_die * Implement rcu_barrier() * Add MIPS to README * Update README * Fix: membarrier fallback symbol conflict * Fix: Use a filled signal mask to disable all signals * urcu-bp: introduce struct urcu_gp * Fix: struct urcu_gp broke multiflavor * wfstack: return whether pop is popping the last element * wfcqueue: return whether dequeue is dequeuing last element * urcu: avoid false sharing for rcu_gp_ctr * urcu: make the code of urcu-qsbr as normal urcu * rculfhash: detect if resize/destroy are called within RCU read-side C.S. * fix: rculfhash don't change qsbr online state * Add rcu_read_ongoing() API to each urcu flavor * Add "sparc" host cpu to configure.ac * futex: include syscall.h instead of sys/syscall.h * Add tab to output in order to allow easy nesting of tables. * Remove urcu-api-list.sh from dist tarball * Add urcu-api-list.sh script * list: implement cds_list_for_each_safe() * Fix build on architectures with HAVE_SCHED_GETCPU but without HAVE_SYSCONF * clang: silence "unused expression result" warning * rculfhash: add assertions on node alignment * Fix configure checks for Tile * uatomic: style fix * README: reorganize * Add compilation support for the TileGX architecture * wfstack: add nonblocking to _LGPL_SOURCE API * Discourage use of pthread_atfork() for call_rcu handlers * Fix call_rcu fork handling * rculfhash: add cds_lfht_replace to the write operations in the comments * urcu: fix comments for cds_list_for_each_prev() * urcu: remove the wrong comma * wfstack: implement nonblocking pop and next * wfstack: update comments about cds_wfs_empty/first being wait-free * wfstack API: rename cds_wfs_first_blocking to cds_wfs_first * urcu-mb/signal/membarrier: batch concurrent synchronize_rcu() * urcu-wait: move queue management code into urcu-wait.h * urcu-wait: move wait code into separate file * urcu-qsbr: batch concurrent synchronize_rcu() * urcu-bp: move quiescent threads to separate list * urcu-mb/signal/membarrier: move quiescent threads to separate list * urcu-qsbr: move offline threads to separate list * urcu-bp: improve 2-phase wait scheme * urcu-mb/signal/membarrier: improve 2-phase wait scheme * urcu-qsbr: improve 2-phase wait scheme * wfcqueue: implement mutex-free splice * urcu-call-rcu: use wait-free splice return value * wfcqueue: enqueue and splice return queue state * Fix: wfcqueue nonblocking dequeue * wfcqueue: Fix lock and unlock functions * urcu-qsbr: skip Q.S. reporting if already reported * Cleanup: cast pthread_self() return value to unsigned long * Fallback mechanism not working on platform where TLS is unsupported * Revert "Fix: cross-build: configure.ac should use --target, not --host" * Fix: cross-build: configure.ac should use --target, not --host * Fix static linking: add missing static for _defer_rcu * Fix static linking: fix symbol name namespaces * Fix static linking: add missing static to thr_defer * Fix static linking: add missing static * deprecation: fix build with gcc < 4.5 * Comment fix: update associated LGPL header name * Update cds-api.txt following API deprecations * Deprecate wfqueue * Deprecate rculfstack * wfcqueue: introduce nonblocking API * lfstack: implement lock-free stack * rculfhash: add missing extern * Cleanup: fix cppcheck errors * wfcqueue: remove ancient comment * wfcqueue: clarify locking usage * Add wfcqueue header to cds.h * Fix: urcu-bp, urcu, urcu-qsbr should include wfcqueue * call_rcu: remove head field alignement, explain wfcqueue motivation * Fix urcu-call-rcu-impl.h: false-sharing * call_rcu: use wfcqueue, eliminate false-sharing * wfcqueue: implement concurrency-efficient queue * Ensure that read-side functions meet 10-line LGPL criterion * urcu: add notice to URCU_TLS() for it is not strictly async-signal-safe To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/userspace-rcu/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/userspace-rcu/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/userspace-rcu/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.